View Full Version : Help please - blank page
mutton
07-04-2005, 01:29 PM
Hi
I've read through the support problems and seen a few posts which appear to have the same problem as myself, and having tried the solutions mentioned i can only guess i am still doing something wrong:
I have vbulletin 3.0.7 installed at www.imnotinaguild.co.uk/forum/index.php
and cmps v2 rc1
The forum work/ed fine but i cant get the cmps_index.php file to display anything but a blank page.
I've tried editing the chdir to "./forum" as was sugested in one post but to no avail (bte cmps index is in root, but i've also tried it in forum/ directory with the chdir path commented out - still a blank page)
Any help would be gratefully accepted
Leppykins
07-04-2005, 02:30 PM
I did the same as the above user, but instead of a blank page I get the error:
Parse error: parse error, unexpected '/', expecting ')' in /home/number27/public_html/random/index.php on line 22
tomshawk
07-04-2005, 02:56 PM
Hi
I've read through the support problems and seen a few posts which appear to have the same problem as myself, and having tried the solutions mentioned i can only guess i am still doing something wrong:
I have vbulletin 3.0.7 installed at www.imnotinaguild.co.uk/forum/index.php (http://www.imnotinaguild.co.uk/forum/index.php)
and cmps v2 rc1
The forum work/ed fine but i cant get the cmps_index.php file to display anything but a blank page.
I've tried editing the chdir to "./forum" as was sugested in one post but to no avail (bte cmps index is in root, but i've also tried it in forum/ directory with the chdir path commented out - still a blank page)
Any help would be gratefully accepted
The chdir should be the full server path
it will look like this
chdir('/home/techunit/public_html/forums');
upload the attached file to your server and run it to find your exact path
tomshawk
07-04-2005, 02:58 PM
I did the same as the above user, but instead of a blank page I get the error:
Parse error: parse error, unexpected '/', expecting ')' in /home/number27/public_html/random/index.php on line 22
Line 22 will not have the index.php file in it
It should look like this
chdir('/home/number27/public_html/random');
Use the file I attached above to make sure ;)
mutton
07-04-2005, 03:24 PM
Thanx for the speedy response but unfortunaetely i still get the same response if I place the file in my forum directory full ftp url if needed is ftp.imnotinaguild.co.uk/html/forum the output from the forumpath.php is:
d:\webs\imnotinaguild.co.uk\html\forum
tried the above, with implicit drive and without and forward and backward slashes - yes i am getting desperate lol
Leppykins
07-04-2005, 03:29 PM
But now I get the following error.
Warning: main(./global.php): failed to open stream: No such file or directory in /home/number27/public_html/random/index.php on line 33
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/number27/public_html/random/index.php on line 33
mutton
07-04-2005, 03:44 PM
at least you get some output lol ;)
Leppykins
07-04-2005, 03:44 PM
at least you get some output lol ;)
Very true.
mutton
07-04-2005, 04:02 PM
thx for help, managed to sort it - accidently overwritten global.php file with unedited vs
tomshawk
07-04-2005, 04:29 PM
But now I get the following error.
Warning: main(./global.php): failed to open stream: No such file or directory in /home/number27/public_html/random/index.php on line 33
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/number27/public_html/random/index.php on line 33
It still doesn't like your chdir command
something is wrong there
Did you run the file I attached to get the correct url and did you leave out the index.php portion?
Leppykins
07-04-2005, 04:48 PM
When I run the file, this is what I get: /home/number27/public_html/random
This is the chdir command that I have: chdir('/home/number27/public_html/random');
And what do you mean did I leave out the inded.php portion? I am not sure that I follow that.
tomshawk
07-04-2005, 09:54 PM
When I run the file, this is what I get: /home/number27/public_html/random
This is the chdir command that I have: chdir('/home/number27/public_html/random');
And what do you mean did I leave out the inded.php portion? I am not sure that I follow that.
sorry, in your above post you said
No such file or directory in /home/number27/public_html/random/index.php on line 33 the index.php at the end led me to believe you had that in line 22 (the chdir line)
Could we get a link to your site?
Leppykins
07-04-2005, 09:54 PM
sorry, in your above post you said
No such file or directory in /home/number27/public_html/random/index.php on line 33 the index.php at the end led me to believe you had that in line 22 (the chdir line)
Could we get a link to your site?
http://www.randomthread.com
Leppykins
07-04-2005, 10:23 PM
http://www.randomthread.com
By the way, the forums are at http://www.randomthread.com/forums if that tells you anything.
mholtum
07-05-2005, 12:21 AM
By the way, the forums are at http://www.randomthread.com/forums if that tells you anything.
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
Open the www.randomthread.com home page, and then look for links to the information you want.
Click the Back button to try another link.
Click Search to look for information on the Internet.
HTTP 404 - File not found
Internet Explorer
Leppykins
07-05-2005, 12:40 AM
I'm sorry. It's http://www.randomthread.com/forum
I added the s by accident.
tomshawk
07-05-2005, 03:15 AM
I'm sorry. It's http://www.randomthread.com/forum
I added the s by accident.
Thank you Leppykins
I see this link
http://www.randomthread.com/forum
as well as
http://www.randomthread.com
but where did you install the cmps file
I tryed this
http://www.randomthread.com/cmps_index.php
file not found
Tryed
http://www.randomthread.com/forum/cmps_index.php
file not found
http://www.randomthread.com/index.php
file not found
Where is it?
mholtum
07-05-2005, 03:30 AM
I think it is in the root renamed index.php. Scratch that...
Leppykins
07-05-2005, 07:58 AM
Thank you Leppykins
I see this link
http://www.randomthread.com/forum
as well as
http://www.randomthread.com
but where did you install the cmps file
I tryed this
http://www.randomthread.com/cmps_index.php
file not found
Tryed
http://www.randomthread.com/forum/cmps_index.php
file not found
http://www.randomthread.com/index.php
file not found
Where is it?
I took down the index.php file in the root folder since a lot of my members could not find find the forums. Before, they used to just go to randomthread.com and be taken straight to the forums.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.