Page 1 of 1

Blank white page

Posted: Sun Feb 24, 2008 12:13 am
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.

Posted: Sun Feb 24, 2008 11:23 am
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.

Blank page

Posted: Sun Feb 24, 2008 12:43 pm
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

Posted: Sun Feb 24, 2008 1:23 pm
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.

blank page

Posted: Sun Feb 24, 2008 3:34 pm
by Crash
Ok thank you for your help. I will see if they will do this for me.

Thanks once again!