Using the new WP-FLIR 0.8.5, I tried the new "Disable FLIR for IE6" option. When I did, I got this error at the top of the WP-Admin interface;
Warning: get_browser() [function.get-browser]: browscap ini directive not set in /home/********/public_html/test-nsm/wp-content/plugins/facelift-image-replacement/flir.php on line 539
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/********/public_html/test-nsm/wp-content/plugins/facelift-image-replacement/flir.php:539) in /home/********/public_html/test-nsm/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 119
Obviously, the second part is a conflict with WP-Auto-Upgrade, which, having just upgraded to WP2.7, I should not have had. Duly removed.
But the first part still occurs;
Warning: get_browser() [function.get-browser]: browscap ini directive not set in /home/********/public_html/test-nsm/wp-content/plugins/facelift-image-replacement/flir.php on line 539
It doesn't seem to be a BLOCKING bug, just a problem.