Hi,
I am trying to upgrade from 0.8.4 to 0.9 in our dev environment. Most things seem to be fine but I am getting an Error 500 from the web server when trying to access 'Settings'. I cannot find where the error is logged or if it is logged at all. Nothing is written to the httpd error log and all I get in the access log is the result code of 500.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Glen Eustace, GodZone Internet Services, a division of AGRE Enterprises Ltd., P.O. Box 8020, Palmerston North, New Zealand 4446 Ph: +64 6 357 8168, Fax: +64 6 357 8165, Mob: +64 27 542 4015
"A Ministry specialising in providing low-cost professional Internet Services to NZ Christian Churches, Ministries and Organisations"
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.
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