The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Installation Problems
Installed many vB versions but never had a problem installing it before.
I'm currently getting a white screen when trying to reach the install.php. Anyone know why it would be completely white? I believe the information is all correct but something must be amiss. |
#2
|
||||
|
||||
It sounds like either your file permissions or you have missed uploading a file. Normally if your config file is wrong you will get an error. Are you sure you have all the files uploaded and permissions set correctly? I would reupload and try again.
|
#3
|
||||
|
||||
what PHP version & mySQL version you running?.
|
#4
|
||||
|
||||
You can also got into debug mode 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; |
#5
|
|||
|
|||
Altered those files for the debug mode and still getting a blank screen.
Might try re-uploading the files again in a moment. "Running PHP 5.4 x FastCGI". What file permissions do I need? Sorry for the slow response. I work long days and have some personal complications at the moment to deal with. |
#6
|
||||
|
||||
Usually, files are chmod 644 and directories are chmod 755. But, you would get a permission error, not a blank white page, if it was a permission problem.
When you turned on debug mode, did you go to yoursite.com? There should be an error message there. If you go to yoursite.com, do you get redirected to yoursite.com/install/install.php? |
#7
|
|||
|
|||
Check your config.php files again, I had this problem, you have to set up the one in core>includes as you would for VB4.
Then in the root you have to rename one from config.php.bkp to config.php |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|