Quote:
|
Originally Posted by ActionPoint
can you post the section of your source that builds the filename? i don't think we're seeing the portion that's causing the problem
at a first glance, looks like there's a loop you're getting stuck in
|
Hi thanks for the reply
Yes I think it is a loop... I put error_reporting(E_ALL); into the functions.inc.php and into the login.php and I got these errors
++++++++++++++++++++++++++
Notice: Constant IN_PHPBB already defined in /var/www/html/includes/functions.inc.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/functions.inc.php:4) in /var/www/html/includes/sessions.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/functions.inc.php:4) in /var/www/html/includes/sessions.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/functions.inc.php:4) in /var/www/html/includes/sessions.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/functions.inc.php:4) in /var/www/html/includes/sessions.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/functions.inc.php:4) in /var/www/html/login.php on line 78
+++++++++++++++++++++++++++++++++=
Here is the original code below
++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++
Thanks again for your reply and your time to reply.
best regards
Jolac