View Full Version : Creating a test site on wamp
Mangia
12-07-2009, 12:31 AM
I was wondering how you would create a test site for a forum using WampServer 2.0 ?
I have a backup of my forums and placed the content of the forums folder into the www folder. I then created a database and changed the config to reflect the new database. However when I try it out I get a 500 Internal Error message.
ChopSuey
12-07-2009, 12:34 AM
i think xampp is better :)
Mangia
12-08-2009, 06:53 PM
i think xampp is better :)
Alright then.
How would you do it on Xampp?
ChopSuey
12-08-2009, 11:12 PM
Im pretty sure you do it the same way, they do the same things but xampp is just better.
Mangia
12-09-2009, 12:28 AM
What folder in XAMPP would I put the forums folder in?
vbplusme
12-09-2009, 12:29 AM
Download your preferred package, for your requirements either package will suffice, run the installation program. It will create a local webserver environment that will allow you to restore and run your site back ups on your local system. The only things you have to change are the pointers to your database and path settings to point to your localhost environment.
--------------- Added 1260326134 at 1260326134 ---------------
What folder in XAMPP would I put the forums folder in?
you should have an htdocs folder, that is xampp's root so that is where your vbulletin files should go. You may want to put your vbulletin files in a folder like "forums" because xampps has loaded their stuff in there too... if you copy your vbulletin files directly into htdocs it will replace their index.php file and their menus won't work anymore.
Mangia
12-09-2009, 12:45 AM
Download your preferred package, for your requirements either package will suffice, run the installation program. It will create a local webserver environment that will allow you to restore and run your site back ups on your local system. The only things you have to change are the pointers to your database and path settings to point to your localhost environment.
--------------- Added 1260326134 at 1260326134 ---------------
you should have an htdocs folder, that is xampp's root so that is where your vbulletin files should go. You may want to put your vbulletin files in a folder like "forums" because xampps has loaded their stuff in there too... if you copy your vbulletin files directly into htdocs it will replace their index.php file and their menus won't work anymore.
Alright I uploaded the folder 'forums' into the htdocs folder. I go to http://localhost/forums/, but I get this error
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 55
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 107
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 111
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 119
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 134
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 142
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 211
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\init.php on line 389
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forums\includes\class_core.php on line 2597
Fatal error: Call to undefined function cmps_template_alter() in C:\xampp\htdocs\forums\includes\functions.php(2953 ) : eval()'d code on line 3
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.