The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
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? |
#12
|
|||
|
|||
Okay guys,The thing is that this issue has been resolved,but when upgrade process complete then board look like this:
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 |
#13
|
|||
|
|||
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:
|
#14
|
||||
|
||||
Either mod_rewrite is not installed, or you haven't enabled AllowOverwrite All for your virtual sites
|
#15
|
|||
|
|||
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:
{ set_error_handler(array($this, 'catch_db_error')); $link = mysqli_init(); # Set Options Connection Options if (!empty($configfile)) { mysqli_options($link, MYSQLI_READ_DEFAULT_FILE, $configfile); } |
#16
|
||||
|
||||
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.
|
#17
|
|||
|
|||
Quote:
Can you help me please ? |
#18
|
||||
|
||||
In your config.php change mysqli to mysql
|
#19
|
||||
|
||||
Change this:
$config['Database']['dbtype'] = 'mysqli'; to this: $config['Database']['dbtype'] = 'mysql'; |
#20
|
|||
|
|||
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 ****** // This is the type of the database server on which your vBulletin database will be located. // Valid options are mysql and mysqli. Try to use mysqli if you are using PHP 5 and MySQL 4.1+ $config['Database']['dbtype'] = 'mysql'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|