View Full Version : Server Move - Errors
deadlySniper
09-15-2012, 02:45 AM
I have been trying to move my vbulletin from a web host that uses linux to my dedicated server that is using windows. Everything works except a few things. One of the main issues is trying to install mods, I get a path error along with that some path does not have permission to access. What would be the best solution?
snakes1100
09-15-2012, 04:17 AM
You need to post the errors that your receiving, if you expect help with your winblowz server.
deadlySniper
09-15-2012, 06:08 AM
http://gameboxtools.com/uploads/imagehost/20120913002004424.png
ForceHSS
09-15-2012, 06:39 AM
The files you uploaded where not uploaded to the right folders
deadlySniper
09-15-2012, 07:38 AM
The site is just a mear copy of the old one. If the path is not right, what file will need to fix?
The open_basedir restriction keeps php scripts from writing where they're not supposed to: http://us2.php.net/manual/en/ini.core.php#ini.open-basedir . In the vb settings under "Server Settings and Optimization Options", there is a setting for "Safe Mode Temporary Directory". You either need to set that to a directory that's "in the allowed path", like it says in the error message, or else change the php.ini and add C:\Windows\Temp to the open_basedir setting (I don't know much about setting up servers, so I don't know if that second option is a safe thing to do or not).
This is also an issue for uploading files - you might have to set the "Safe Mode Upload Enabled" setting to Yes, and if you're storing files in the file system, that directory will also need to be in the open_basedir path.
deadlySniper
09-15-2012, 10:00 PM
I did this. But I decided to just do a fresh forum install and import the data. Right now the error I am having is while trying to install. I couldnt stand IIS and used xampp for it.
Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\forums\includes\class_core.php on line 3314
Strict Standards: Declaration of vB_Database_Alter_MySQL::drop_index() should be compatible with vB_Database_Alter::drop_index() in C:\xampp\htdocs\forums\includes\class_dbalter.php on line 882
Strict Standards: Declaration of vB_Database_Alter_MySQL::add_index() should be compatible with vB_Database_Alter::add_index() in C:\xampp\htdocs\forums\includes\class_dbalter.php on line 882
Strict Standards: Declaration of vB_Database_Alter_MySQL::add_field() should be compatible with vB_Database_Alter::add_field() in C:\xampp\htdocs\forums\includes\class_dbalter.php on line 882
Strict Standards: Declaration of vB_Database_Alter_MySQL::drop_field() should be compatible with vB_Database_Alter::drop_field() in C:\xampp\htdocs\forums\includes\class_dbalter.php on line 882
Strict Standards: Declaration of vB_Database_Alter_MySQL::query() should be compatible with vB_Database_Alter::query() in C:\xampp\htdocs\forums\includes\class_dbalter.php on line 882
<br />
<b>Strict Standards</b>: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in <b>C:\xampp\htdocs\forums\includes\class_core.php</b> on line <b>3314</b><br />
<br />
<b>Strict Standards</b>: Declaration of vB_Database_Alter_MySQL::drop_index() should be compatible with vB_Database_Alter::drop_index() in <b>C:\xampp\htdocs\forums\includes\class_dbalter.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>: Declaration of vB_Database_Alter_MySQL::add_index() should be compatible with vB_Database_Alter::add_index() in <b>C:\xampp\htdocs\forums\includes\class_dbalter.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>: Declaration of vB_Database_Alter_MySQL::add_field() should be compatible with vB_Database_Alter::add_field() in <b>C:\xampp\htdocs\forums\includes\class_dbalter.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>: Declaration of vB_Database_Alter_MySQL::drop_field() should be compatible with vB_Database_Alter::drop_field() in <b>C:\xampp\htdocs\forums\includes\class_dbalter.php</b> on line <b>882</b><br />
<br />
<b>Strict Standards</b>: Declaration of vB_Database_Alter_MySQL::query() should be compatible with vB_Database_Alter::query() in <b>C:\xampp\htdocs\forums\includes\class_dbalter.php</b> on line <b>882</b><br />
<?xml version="1.0" encoding="windows-1252"?>
<upgrade>
<message replace="0">Connection successful</message>
<status>Status: Installing, Step 2 of 7</status>
<longversion>install</longversion>
<version>install</version>
<nextstep>2</nextstep>
<upgradenotice><![CDATA[<strong>Installing</strong>]]></upgradenotice>
</upgrade>
found my answer https://www.vbulletin.com/forum/showthread.php/405914-Vbulletin-4-2-0-Xampp-install-error
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.