|
Database Not Found
|
Previous Top Next |
| 1. | Verify that the database settings are correct in config.inc.php.
|
| 2. | The config.inc.php file starts with <? instead of <?php and this server is configured to only allow <?php. As of version 3.6, all AShop scripts will begin with <?php. If you are installing an earlier version, open the script in a text editor and add the letters "php".
|
| 3. | The user in config.inc.php may not have permission to use the database. It is unusual for virtual hosting service to have this type of problem. We have only run into this on dedicated servers (at Rackspace hosting) so far. One way to fix this is by running the GRANT command from the command line MySQL client. This is typically performed by a server adminstrator.
|