Script not working - where is the issue?
Posted: Fri Oct 06, 2006 8:50 pm
Version of script: 0.93
I did the two session tests which both succeeded.
Server configuration: Apache/1.3.37
PHP 5.1.6
MySQL 5.0.24
APC 3.0.12p2
----
At the top of every page this error appears and nobody can login:
The error log show this:
A copy of the phpinfo can be found here.
I did the two session tests which both succeeded.
Server configuration: Apache/1.3.37
PHP 5.1.6
MySQL 5.0.24
APC 3.0.12p2
----
At the top of every page this error appears and nobody can login:
Code: Select all
CRIPT')) {die('Invalid attempt!');} ?>
The error log show this:
Code: Select all
[Fri Oct 6 22:32:04 2006] [error] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/eo3/public_html/support/hesk_settings.inc.php:68) in /home/eo3/public_html/support/admin.php on line 81
[Fri Oct 6 22:32:04 2006] [error] PHP Warning: session_regenerate_id() [<a href='function.session-regenerate-id'>function.session-regenerate-id</a>]: Cannot send session cookie - headers already sent by (output started at /home/eo3/public_html/support/hesk_settings.inc.php:68) in /home/eo3/public_html/support/admin.php on line 70
[Fri Oct 6 22:32:04 2006] [error] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/eo3/public_html/support/hesk_settings.inc.php:68) in /home/eo3/public_html/support/inc/common.inc.php on line 263
[Fri Oct 6 22:32:01 2006] [error] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/eo3/public_html/support/hesk_settings.inc.php:68) in /home/eo3/public_html/support/inc/common.inc.php on line 263
[Fri Oct 6 22:22:40 2006] [error] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/eo3/public_html/support/hesk_settings.inc.php:68) in /home/eo3/public_html/support/inc/common.inc.php on line 263
A copy of the phpinfo can be found here.