So, you see that error even here at nukemods? It doesn't affect your browsing and posting in the forums though?
posted at nukecops
Quote:
The most simple solution to try, is to turn output_buffering on
If you control your php.ini file, do this:
output_buffering = On
Or, create/add this line to an .htaccess file and place it in your Nuke root directory:
PHP_FLAG output_buffering On
Lastly, try placing this line as the first line of code in your mainfile.php, after the comment block. This has to be made available for every script you use, so either you code it in every script or strategically place it in a script that is common to all scripts.
ini_set("output_buffering","1");
|
Just for a goof, Try clearing your temp internet files and cookies and close your browsers.
Then try again.
mikem