mailRe: [Galette-discussion] hébergeur o2switch


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Johan Cwiklinski on January 26, 2013 - 14:38:
Salut,

Le 25/01/2013 21:50, patrice ricaud a écrit :
Bonjour
J'ai ça dans les logs

2013-01-25 20:41:51 - 5 - PHP Notice: ob_clean() [<a
href='ref.outcontrol'>ref.outcontrol</a>]: failed to delete buffer. No
buffer to delete in
/home/xibor/public_html/adherents/galette/lib/Galette/Core/Picture.php
on line 310

Hum... Il semble que cet hébergeur ait désactivé l'output buffering
(http://php.net/manual/fr/intro.outcontrol.php), et pas d'autres.
Essaies de remplacer la ligne incriminée par :
if ( ob_get_level() !== 0 ) {
    ob_clean();
}

++
-- 
Johan

Attachment: signature.asc
Description: OpenPGP digital signature


Related Messages


Powered by MHonArc, Updated Sat Jan 26 21:00:08 2013