forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: patbator on March 09, 2006, 12:29:52 pm

Title: possible bug in catmgr.php revision 1.11
Post by: patbator on March 09, 2006, 12:29:52 pm
Hello,

I found possible bug in catmgr.php rev. 1.11 line 27 with the call of
Code: [Select]
ob_end_flush();
This call send the output buffer to user agent, preventing pageheader (line 364) from sending additional HTTP headers.

I noticed this using UFT-8 charset configured gallery.

regards

Pat.
Title: Re: possible bug in catmgr.php revision 1.11
Post by: Joachim Müller on May 18, 2006, 07:58:16 am
commented the code out, as it really doesn't do anything particularly helpful at that point. Comitted to stable and devel branch. Will go into cpg1.4.6