Jump to content

Table Error [Solved]


Dragazo

Recommended Posts

  • Moderators

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...