Quote:
Originally Posted by vbplusme
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 [DATE]1260326134[/DATE] at [TIME]1260326134[/TIME] ---------------
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
Quote:
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
|