Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-15-2012, 02:45 AM
deadlySniper deadlySniper is offline
 
Join Date: Dec 2008
Location: New York
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Server Move - Errors

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?
Reply With Quote
  #2  
Old 09-15-2012, 04:17 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to post the errors that your receiving, if you expect help with your winblowz server.
Reply With Quote
  #3  
Old 09-15-2012, 06:08 AM
deadlySniper deadlySniper is offline
 
Join Date: Dec 2008
Location: New York
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reply With Quote
  #4  
Old 09-15-2012, 06:39 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The files you uploaded where not uploaded to the right folders
Reply With Quote
  #5  
Old 09-15-2012, 07:38 AM
deadlySniper deadlySniper is offline
 
Join Date: Dec 2008
Location: New York
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The site is just a mear copy of the old one. If the path is not right, what file will need to fix?
Reply With Quote
  #6  
Old 09-15-2012, 12:22 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The open_basedir restriction keeps php scripts from writing where they're not supposed to: http://us2.php.net/manual/en/ini.cor...i.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.
Reply With Quote
  #7  
Old 09-15-2012, 10:00 PM
deadlySniper deadlySniper is offline
 
Join Date: Dec 2008
Location: New York
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Code:
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
Code:
<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/show...-install-error
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:32 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04406 seconds
  • Memory Usage 2,217KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete