Quote:
Originally Posted by Sam FT
Having problems all I am getting is a white blank page where vbindex should be. I did a fresh installation of vbulletin 3 and vbindex RC4 (the newest one listed) and using default style. I followed the installation down to a tee. So any help please.
|
check in the vbiconfig.php file in the root dir install, and check the directory path.
If you followed the installer verbatim (word for word), then the installer tells you to edit that file and put your path to the admincp in there, which is wrong, it needs the main forums.
For example:
I was told to change the dir path to:
Code:
/home/............/www/forum/admincp/
That didn't work because then the vbindex.php will then be trying to use the admincp's global.php which is totally NOT the file we want it to use, so remove the admincp/ subdirectory and it should work from there.
i.e.:
Code:
/home/............/www/forum/
At least that is what I had to do to fix the blank screen issue...
hope it helps.
)O( Cloudrunner )O(
PS if I'm off, then just take the post with a grain of salt