Forums GobbleRSS

Database Install

Subscribe to Database Install 4 post(s), 2 voice(s)

 
Avatar Blake 2 post(s)

I don’t see when or how the tables get created. Can you send me an SQL file or the layout of each of the tables?

Thanks

 
Avatar Guillaume Bo... Administrator 203 post(s)

Tables are created automatically when needed.
You don’t need to run any SQL to create them.

- Guillaume

 
Avatar Blake 2 post(s)

Here is the error I get when I go to http://”my_webserver/gobblerss - Can’t load articles: Table ‘gobblerss.articles’ doesn’t exist

The config file looks like this - $config[‘mysql_host’] = ‘localhost’; $config[‘mysql_db_name’] = ‘gobblerss’; $config[‘mysql_user’] = ‘some username’; $config[‘mysql_password’] = ‘somepasswordhere’;

The connectivity to mysql and the database are fine it appears.

Perhaps I need to load some content before I can access the home page of gobblerss???

Thanks

 
Avatar Guillaume Bo... Administrator 203 post(s)

ping.php needs to be called at least once for the tables to be created.
See step 7 in the ReadMe for how to setup pings.

- Guillaume

Forums GobbleRSS