Am 17.04.2013 21:19, schrieb Glen Eustace:
> OK, I think I have narrowed this down to a couple of locally developed 
> plugins that are using a database.  It would
> appear that the rcube functions I had been using are no longer available 
> under the new framework/PDO version.

so you have the wrong php_error reporting for a dev-environment
if there is a supressed fatal error php sends http status 500
to prevent caching and search-engine indexing

hence we use this since many years for any production server and twice
a hour the php-error-log is packed and mailed to the admin
error_reporting = E_ALL | E_STRICT

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to