Fail testing with template (personal server)

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
beltsazar

Fail testing with template (personal server)

Post by beltsazar »

Script URL:
Version of script: 1.33
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:

Write your message below:

I tested on personal server and paste it into my template but I receive this error:

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 733

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 734

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 735

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 736


And this is the line from 733-736:

header("Expires: Mon, 26 Jul 2000 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");


Please help me hot to solve it. Thank you.
Guest

Post by Guest »

upload it to your web space , other than your own iis or whatever you have and try it, if it still doesnt work try removing any lines of code before the very first <?php in the gbook.php code or removing any lines of code after the finishing ?>
Post Reply