Jump to content

Recommended Posts

  • Moderators
Posted

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.

  • Moderators
Posted

You might still need to install phpVMS.

by doing this. go to your site url and then add to the URL -> /install/install.php

  • Moderators
Posted

Be sure to check the database name, make sure it's created and you have the correct database name.

  • Moderators
Posted

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.

  • Administrators
Posted

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"

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...