PDA


View Full Version : Nothing on index page


threatrr
07-21-2005, 11:02 PM
http://www.cbrfever.com/cmps_index.php

Anyone ever get a blank page like this? If so what you do to fix it?

Brian
07-22-2005, 09:43 PM
What do you have your chdir() line set to?

threatrr
07-23-2005, 10:54 AM
you mean the path to the forum?

Brian
07-23-2005, 12:37 PM
Yes.

Nohani
07-23-2005, 01:16 PM
please accept my apologies if I'm posting in a wrong section. or , I have to create a new post for my query

I'm also getting a blank page. www.makoran.com/cmps.php

I've set chdir to the following
chdir('/home/makoran/public_html/vb');

Thanks in advance

Brian
07-23-2005, 01:25 PM
Try setting that line to this and see if it makes a difference:
chdir('./vb');

Nohani
07-23-2005, 03:57 PM
THANKS BRIAN

CURRENTLY chdir('/home/makoran/public_html/vb'); SEEMS TO BE WORKING FINE

coRtALoS
07-29-2005, 09:17 PM
Alright.

chdir('./Bf307'); gives meWarning: ChDir: No such file or directory (errno 2) in /var/www/Bf307/cmps_index.php on line 21chdir('./var/www/Bf307'); gives me Warning: ChDir: No such file or directory (errno 2) in /var/www/Bf307/cmps_index.php on line 21 yet chdir('/var/www/Bf307');
gives me a totally blank screen.

Yes I've rerun installing the templates with the install file from the admin directory.

Yes I've uninstalled and reinstalled.

URL for the page is http://www.battleforums.com/cmps_index.php

~~~EDIT~~~

My mistake. This is a 1.0.1 error I'm getting. Going to try 2.0 next.

Brian
07-30-2005, 12:42 AM
FAQ Forum.

adambrooks
08-11-2005, 12:32 AM
same problem. what's the resolution? i get a blank scrren when i run install. have tried variations on the path nothing is working.

Brian
08-11-2005, 02:03 PM
You're getting a blank screen when trying to run the install file? If so, you're either trying to use the wrong version of the script (there are separate versions for vB 3.5 and 3.0) or you've uploaded the script to the wrong directory.

PixelFX
08-26-2005, 10:10 PM
mine system was running fine, and all of a sudden my index.php on my site went blank, I checked my paths and they all default .. not sure whats going on.

Brian
08-27-2005, 12:42 AM
Did you upgrade vBa or vB? Have you tried re-installing the templates? And do you have the random vBa Gallery image module installed by chance?