Running 8.0, I do not have access to php.ini. To fix the infamous "Cannot modify header information" warnings, I tried adding this code to the beginning of mainfile.php to no effect:
Code:
ini_set("output_buffering","1");
The weirdest thing is that when I create .htaccess with this line:
Code:
PHP_FLAG output_buffering On
...I can't open anything at all and I get the message:
Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webadmin@kundenserver.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Also, I can't get into the forum admin any more without a page displaying nothing except:
Quote:
Warning: Cannot modify header information - headers already sent by (output started at /homepages/26/d211395921/htdocs/strengthandhonorlive/phpnuke/html/mainfile.php:3) in /homepages/26/d211395921/htdocs/strengthandhonorlive/phpnuke/html/modules/Forums/admin/forums.php on line 54
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12368
Posted:
Wed Jul 23, 2008 9:48 am
It probably means your server is not set up to allow PHP_FLAG commands in .htaccess
Your only option is to talk to your host to change this setting in their php.ini
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum