Thu 5th Nov '09 12:41pm
|
 |
vBulletin Team
|
|
|
PHP bug: flush() causes garbage to be output on some AdminCP pages
I've had two customers with the issue that some pages, most prominently /admincp/index.php?do=addressbar, output only garbage.
I've solved this by commenting the flush(); on line 421 of /includes/adminfunctions.php.
I'm guessing this is caused be the following bug: http://bugs.php.net/bug.php?id=49816
|