Moderators Kyle Posted June 3, 2012 Moderators Report Posted June 3, 2012 The error message is telling you that the database "a3655963_PHPVMS" is not found. Is there any changes to your database recently? If yes, find the new database where your phpVMS is and update your local.config.php. Please take a look in your local.config.php by going to core/local.config.php And find the code simlar to this. define('DBASE_USER', 'username'); define('DBASE_PASS', 'password'); define('DBASE_NAME', 'myva_phpvms'); define('DBASE_SERVER', 'localhost'); And update it to what your database access is. Quote
Dragazo Posted June 3, 2012 Author Report Posted June 3, 2012 I don't have the local.config.php in core past... I trying to install the PHPVMS for first time in my new website and appear this error... Quote
Moderators Kyle Posted June 3, 2012 Moderators Report Posted June 3, 2012 You might still need to install phpVMS. by doing this. go to your site url and then add to the URL -> /install/install.php Quote
Dragazo Posted June 3, 2012 Author Report Posted June 3, 2012 See the image please... PS: I create a new database and the same error Quote
Moderators Kyle Posted June 3, 2012 Moderators Report Posted June 3, 2012 Be sure to check the database name, make sure it's created and you have the correct database name. Quote
Moderators servetas Posted June 3, 2012 Moderators Report Posted June 3, 2012 Do you use freeware hosting? Quote
Moderators Kyle Posted June 3, 2012 Moderators Report Posted June 3, 2012 Looks like in the image. I know that little box of php error. It's from a free host. Keep in mind. Most free hosts won't work with phpVMS very well. Quote
Administrators simpilot Posted June 3, 2012 Administrators Report Posted June 3, 2012 What are you using for a database address - "localhost" ? If it is free hosting it is probably located on another server and you will need to put the address for it in place of the "localhost" Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.