glidernet / ogn-live

GNU Affero General Public License v3.0
39 stars 71 forks source link

Database issues #14

Open preshantram opened 9 years ago

preshantram commented 9 years ago

Hi everyone,

Iam getting the following issues.:

( ! ) Notice: Undefined variable: params in C:\wamp\www\test\index.php on line 30 Call Stack

Time Memory Function Location

1 0.0000 250864 {main}( ) ..\index.php:0

( ! ) Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'flarm.live' doesn't exist' in C:\wamp\www\test\index.php on line 30 ( ! ) PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'flarm.live' doesn't exist in C:\wamp\www\test\index.php on line 30

I this because I don't have the database structure, if yes, where do I get it?

Thanks in advance