jwolfe
09-01-2005, 06:41 PM
I've got the dreaded blank page when trying to view cmps_index.php from my browser (you guys must be sick of this already because I've read every thread on these forums concerning this issue).
I have a new install of vBulletin v3.0.8 and vbAdvanced 2.0 RC2.
Installation of vbAdvanced went without a hitch.
cmps_index.php and the vBulletin index.php are in the same directory. For testing, I am just trying to view the cmps_index.php file before:
1 - renaming vB's default index.php to ANYTHING.php
2 - changing the default vBulletin index file in the vBulletin Options
3 - renaming cmps_index.php to index.php
I believe the issue can be found in the full path to the forums in the cmps_index.php file.
I've tried many different variations on the path to get this to work but I'm still getting a blank page when viewing the cmps_index.page. What is more confusing is your directions state that if both of these files are in the same directory, this line can be commented out. Tried that as well.
full path to the forums is:
chdir('/home/webadmin/noxarma.org/html/forums');
I've also tried:
chdir('./forums');
and several other variations.
Link to forums:
http://noxarma.org/forums/index.php
Link to cmps_index.php:
http://noxarma.org/forums/cmps_index.php
Any help appreciated. Thanks!
I have a new install of vBulletin v3.0.8 and vbAdvanced 2.0 RC2.
Installation of vbAdvanced went without a hitch.
cmps_index.php and the vBulletin index.php are in the same directory. For testing, I am just trying to view the cmps_index.php file before:
1 - renaming vB's default index.php to ANYTHING.php
2 - changing the default vBulletin index file in the vBulletin Options
3 - renaming cmps_index.php to index.php
I believe the issue can be found in the full path to the forums in the cmps_index.php file.
I've tried many different variations on the path to get this to work but I'm still getting a blank page when viewing the cmps_index.page. What is more confusing is your directions state that if both of these files are in the same directory, this line can be commented out. Tried that as well.
full path to the forums is:
chdir('/home/webadmin/noxarma.org/html/forums');
I've also tried:
chdir('./forums');
and several other variations.
Link to forums:
http://noxarma.org/forums/index.php
Link to cmps_index.php:
http://noxarma.org/forums/cmps_index.php
Any help appreciated. Thanks!