The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Vbulletin Can Not Install.
Hello Fellows,
I am trying to install vbulletin 5 on our server. i tried that php is installed and working on the server i have attached a snapshot of phpinfo(). Attachment 149613 but whenever i browse to mydomain.com/core/install/index.php i get a blank page. How can i resolve this issue? Thank You |
#2
|
||||
|
||||
The PHP version is too low on your server. You need at least version 5.3.7 (you show version 5.3.3).
|
#3
|
|||
|
|||
I updated the php and here is the new phpinfo() the attachement.
Attachment 149617 Here whenever i try to install vbulletin with dbtype in the manager with "mysql" i get the following error. Attachment 149618 and when i try to install vbulletin with dbtype in the manager with "mysqli" i get Attachment 149619 Thank you. |
#4
|
||||
|
||||
Mysql is deprecated in php 5.5.x.
The latest vB3 & vB4 will auto switch you to mysqli if you run php 5.5 (or greater) However, the powers decided not to do this in vB5, apparently preferring it to die with an error <shrug>. As far as the mysqli error goes, it looks like you are not loading the mysqli module, thats normally done via php.ini |
#5
|
|||
|
|||
Quote:
thank you --------------- Added [DATE]1404603568[/DATE] at [TIME]1404603568[/TIME] --------------- php -m | grep mysqli shows that mysqli is enabled the out output gives. mysqli --------------- Added [DATE]1404604242[/DATE] at [TIME]1404604242[/TIME] --------------- Now As the mysqli module is installed and enabled but this time i get " There is a serious error and the page cannot be rendered" with mysqli enable as dbtype. How can this be ressolved? thanks |
#6
|
||||
|
||||
Go into debug mode and then go to that same page and see what the actual error is.
To enable debug mode edit the /config.php file and change: Code:
$config['debug'] = false; Code:
$config['debug'] = true; Code:
// $config['Misc']['debug'] = true; Code:
$config['Misc']['debug'] = true; Code:
if($_SERVER['REMOTE_ADDR'] == "xxx.xxx.xxx.xxx") { CODE HERE } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|