Jump to content

Copy phpvms site locally with WAMP


orobouros

Recommended Posts

Hi,

I want to copy my phpvms site locally. To do this, i have proceeded like this :

1 - Export of my database.

2 - Create a new database in WAMP with phpmyadmin and import the database.

3 - Download all folders and files with Filezilla and copy this in wamp/www/phpvms_folder.

 

After that, i've changed the following settings in local.config.php :

define('DBASE_USER', 'root'); // default login of WAMP
define('DBASE_PASS', ''); // default password of WAMP (no password)
define('DBASE_NAME', 'db_phpvms'); // The name of my DB locally in phpMyAdmin
define('DBASE_SERVER', 'localhost');
define('DBASE_TYPE', 'mysql');

define('TABLE_PREFIX', 'phpvms_');

define('SITE_URL', 'localhost/phpvms_folder');

 

But with this, i have this when i go in localhost/phpvms_folder i have the following errors :

553013screenwamp.jpg

 

Is someone know where is the problem please ?

 

Best regards

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