![]() |
Vbulletin 5 Upgrade Issue
Hi was upgrading forum from vbulletin 3 to vb5 ( Latest version )
At 99% an error came and upgrade stopped,Below are the screenshots: https://vborg.vbsupport.ru/external/2013/07/17.png When click OK then upgrade abort https://vborg.vbsupport.ru/external/2013/07/18.png I need help ASAP. Thanks in advance |
The error was most likely at the top of the first screenshot (you only show the bottom of the scroll). My guess is you have xdebug enabled - you will need to disable that.
|
Quote:
C:\wamp\bin\php\php5.3.13\ext here i tried to find "php_xdebug-2.0.3-5.2.5.dll" but didn't found it,Is there any other way to disable xdebug on wamp ? Here is the full error detail: http://fcbahis.com/forum/error.txt |
It should be somewhere in the php.ini.
|
I found this:
/wamp/bin/php (php.ini) ; XDEBUG Extension zend_extension = "c:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll" [xdebug] xdebug.remote_enable = off xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "c:/wamp/tmp" /wamp/bin/apache/Apache2.2.10/bin (php.ini)* ; XDEBUG Extension zend_extension = "c:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll" [xdebug] xdebug.remote_enable = On xdebug.profiler_enable = On xdebug.profiler_enable_trigger = On xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "c:/wamp/tmp" /wamp/bin/php (phpForApache.ini) ; XDEBUG Extension zend_extension = "c:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll" [xdebug] xdebug.remote_enable = off xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "c:/wamp/tmp" I set it off under /wamp/bin/apache/Apache2.2.10/bin (php.ini)* and tried upgrade again but failed :( |
Code:
zend_extension = "c:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll" |
Quote:
|
You'll need to restart the server after making that change.
|
Oops! Good point @Zachery. That's a given for most of us, but non IT types would surely not know. Glad your around. :)
|
Mate I surely restarted the server but didn't worked for me,I guess problem is not with xdebug.
|
I did have the xdebug abort issue, but I was just loading a virgin copy on my development system to fool around with. I wish I had more insight for you.
Check your phpinfo page and double check that xdebug is not there. Any errors in your php log? |
Okay guys,The thing is that this issue has been resolved,but when upgrade process complete then board look like this:
https://vborg.vbsupport.ru/external/2013/07/15.png I completely followed these steps: http://www.vbulletin.com/forum/forum...etin-5-connect I tried to overwrite old files and I also tried to new directory for vbulletin 5. Please help me:( |
Two days ago, I tried vb5 on a windows development server and had the same problem. I haven't taken the time so far to examine the problem. Obviously, the browser is not being sent the CSS for the page. It may be as simple as a path or base-url not set properly in config.
I will try to take a look at it later this evening. Hopefully, a smarter user of VB5 can lend some advice here. --------------- Added [DATE]1374727476[/DATE] at [TIME]1374727476[/TIME] --------------- Quote:
|
Either mod_rewrite is not installed, or you haven't enabled AllowOverwrite All for your virtual sites
|
I just uploaded all files to my plesk server for upgrade,When i run upgrade script ( http://www.fcbahis.com/community/cor...ll/upgrade.php) It give me following error:
Fatal error: Call to undefined function mysqli_init() in D:\Inetpub\vhosts\fcbahis.com\httpdocs\community\c ore\vb\database\mysqli.php on line 86 Here are the lines from 83 to 91: Code:
{ |
You don't have mysqli support, switch to MySQL, but if you don't have mysqli in MySQL, you might not even be running a supported version of PHP.
|
Quote:
Can you help me please ? |
In your config.php change mysqli to mysql
|
Change this:
$config['Database']['dbtype'] = 'mysqli'; to this: $config['Database']['dbtype'] = 'mysql'; |
Quote:
it says : no_vb5_database --------------- Added [DATE]1374865714[/DATE] at [TIME]1374865714[/TIME] --------------- Previous version vb 3.8.7 is running under mysqli Here is the config.php from old site : Code:
// ****** DATABASE TYPE ****** |
You should be trying to run the upgrader
|
Quote:
-------------------------------------------------------- If I run the CSS from files (the way I would normally run) everything is copacetic, but when I run the CSS from the database (and clear the cache), I am not receiving any CSS. I am sure the problem is on my end, since I have put in a whole 40 minutes in introducing myself with the installation, but any pointers are truly appreciated. I found the installation very easy... and compared with very early versions of vb4, the installation worked well out of the box. |
Damn this vb 5 is really sucking :(
I migrated server and tried with "mysql",Now this error come Code:
Unexpected Text: |
Quote:
What you really should be saying is "Damn my database is really sucking". ;) You appear to have tables in your database that are set to use different collations (latin5_turkish_ci & latin1_swedish_ci). MySQL will not be happy with this (hence the error). You need to make sure all tables use the same. |
Quote:
--------------- Added [DATE]1375051000[/DATE] at [TIME]1375051000[/TIME] --------------- Okay thanks to all , finally my vbulletin is installed....... |
All times are GMT. The time now is 01:46 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|