First I would upgrade to 1.1.0.5... I've just tried to do it on my demo site, and cannot reproduce your problem.
Can you produce it on my demo site? http://wurley.demo.phpldapadmin.info Also try changing line 31 and 32 of view_jpeg_photo from this: if (ob_get_level()) ob_clean(); to this: $obStatus = ob_get_status(); if (isset($obStatus['type']) && $obStatus['type'] && $obStatus['status']) { ob_end_clean(); } And tell me if that fixes your problem... ...deon Fabrice Eudes wrote: > I got the following error message after uploading a small jpegPhoto, > attribute of a objectClass similar to inetOrgPerson. More precisely, > after clicking on the word jpegPhoto to look at its attribute type (I > didn't know if it was single ou multivalued). > > >> You found a non-fatal phpLDAPadmin bug! >> Erreur: ob_clean() [ref.outcontrol]: failed to delete buffer zlib >> output compression. (E_NOTICE) >> Fichier: view_jpeg_photo.php line 32, caller view_jpeg_photo.php >> Versions: PLA: 1.1.0.4, PHP: 5.2.5-2, SAPI: apache2handler >> Web server: Apache/2.2.8 (Debian) PHP/5.2.5-2 with Suhosin-Patch >> mod_ssl/2.2.8 OpenSSL/0.9.8g >> > > What do I have to check before opening a bug report ? > > thanks for this great piece of software which phpldapadmin is ! > ...deon ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
