Topic: Header errors...
I think that some firewalls causes problem with the PUN-headers. Norton Internet Security caused theese errors at the absolute top of Pun 1.2:
Notice: Undefined index: HTTP_ACCEPT_ENCODING
in /home/virtual/site19/fst/var/www/html/forum/include/common.php on line 103Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site19/fst/var/www/html/forum/include/common.php:103)
in /home/virtual/site19/fst/var/www/html/forum/header.php on line 32Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site19/fst/var/www/html/forum/include/common.php:103)
in /home/virtual/site19/fst/var/www/html/forum/header.php on line 33Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site19/fst/var/www/html/forum/include/common.php:103)
in /home/virtual/site19/fst/var/www/html/forum/header.php on line 34
Turning of Norton solves the problem, or just turning error_reporting to error_reporting(0) instead of error_reporting(E_ALL) in common.php.
BUT, there must be another solution?