cron job causes debug error
I have the /cgi-bin file being executed regularly as a cron job.
The script creates the sitemaps correctly but it generates a debug error every time.
[13-May-2012 01:00:01] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in /home/xxxx/public_html/tienda/includes/functions/sessions.php on line 113
[13-May-2012 01:00:01] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent in /home/xxxx/public_html/tienda/includes/functions/sessions.php on line 113
While it appears that the usual cause of such an error is a line after the closing php tag, these files don't have closing tags.
I have checked that the files are identical to the install ones, no extra spaces or lines at the end.
Any clues?
Steve
"Totally Zenned" my a*se!
Bookmarks