OK, I'm the 1.045.487.784 user that got this kind of MySQL error message but, as I'm nearly not used at all with PHP, I'm fighting making run my site... 🙂
I've a PHP search engine page and if I try to run a search I get this error message:
"Warning: Cannot add header information - headers already sent by (output started at ../include/timestamp2utime.php:13) in ../include/lastvisit.inc.php on line 21"
And if I redo the same search after 1-2 minutes (didn't look exactly...) I get this error instead:
"Warning: Cannot add header information - headers already sent by (output started at ../include/timestamp2utime.php:13) in ../include/lastvisit.inc.php on line 15
Warning: Cannot add header information - headers already sent by (output started at ../include/timestamp2utime.php:13) in ../include/lastvisit.inc.php on line 16"
The lines of lastvisit.inc.php involved in this error contain the SetCookie() function.
What have I to do to fix this problem? Would it be useful for you if I paste here the source of my lastvisit.inc.php (26 lines) file?