Database Install
|
|
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 |
|
|
Tables are created automatically when needed. - Guillaume |
|
|
Here is the error I get when I go to http://”my_webserver/gobblerss 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 |
|
|
ping.php needs to be called at least once for the tables to be created. - Guillaume |