OK --- Before I start --- This is a continuation of a problem I've been working on --- Only thing is its been a week or so since I've been able to look at it --- so I thought best to start a new thread.
Carbonize --- I won't be able to touch this for a day or so --- so forgive me for my poor response.
I've been modifing the appearance of the GuestBook and am now successful in areas I had problems. HOWEVER -- a new problem has risen....
I get the following errors on the admin page.
Warning: Cannot modify header information - headers already sent by (output started at /home/shellb3/public_html/GuestBook/admin.php:6) in /home/shellb3/public_html/GuestBook/lib/admin.class.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/shellb3/public_html/GuestBook/admin.php:6) in /home/shellb3/public_html/GuestBook/lib/admin.class.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/shellb3/public_html/GuestBook/admin.php:6) in /home/shellb3/public_html/GuestBook/lib/admin.class.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/shellb3/public_html/GuestBook/admin.php:6) in /home/shellb3/public_html/GuestBook/lib/admin.class.php on line 36
HELP --- Do I need this stuff? Can I kill it in the admin.class.php file?
Thanks For All Your Help
10/03/2005 09:51:05
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
What that means is that it is sending out something, be it HTML or just blank space, before the script is getting called. Did you edit this function in admin.class.php?
Carbonize I am not the maker of the Advanced Guestbook
Search for it in this forum, there are many threads that explain it clearly.
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought)
10/03/2005 19:18:21
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
try downloading the guestbook from here and uploading it to a different folder. it will use the database entries you already have. See if it still errors.
Carbonize I am not the maker of the Advanced Guestbook