Blank white page

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Crash
Posts: 3
Joined: Sat Feb 23, 2008 11:33 pm

Blank white page

Post by Crash »

Script URL:www.art-bymw.com/gbook/gbook.php
Version of script: latest
Hosting company: http://www.addr.com/
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution:
Blank page, white page

Write your message below:

I get an empty white page when I try the guestbook. The header and footer .txt files I fiddled with a little after trying to get it to work. I guess I am a little confused. Will the header and footer .txt files work without modifications?

I really like the way this script looks on other folks pages!

Thanks for any insight you guys may have.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Try removing

Code: Select all

ini_set('display_errors', 0);
ini_set('log_errors', 1);
from the settings.php file, maybe an error message shows up then.

Also upload the phpinfo.php and session_test.php files to your server, you will find them in the "READ THIS BEFORE POSTING A NEW QUESTION!!" topic.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Crash
Posts: 3
Joined: Sat Feb 23, 2008 11:33 pm

Blank page

Post by Crash »

Script URL:www.art-bymw.com/gbook/gbook.php
Version of script: latest
Hosting company: http://www.addr.com/
URL of phpinfo.php: http://www.art-bymw.com/gbook/phpinfo.php
URL of session_test.php: http://www.art-bymw.com/gbook/session_test.php
What terms did you try when SEARCHING for a solution:
Blank page, white page

After removing those two lines in settings.php I get:

Fatal error: Call to undefined function: file_get_contents() in /usr211/home/m/w/mwhite/public_html/gbook/gbook.php on line 1205
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Your host has a too old PHP version (4.2.3 from Sept 2002!). Ask your host and tell them to update PHP to a more recent version (PHP 4.4.8 at the moment) because having such an old version is not secure.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Crash
Posts: 3
Joined: Sat Feb 23, 2008 11:33 pm

blank page

Post by Crash »

Ok thank you for your help. I will see if they will do this for me.

Thanks once again!
Post Reply