Hm, PHP errors should show up in the web server logs. Are you sure you’re looking in the right place?
http://php.net/manual/en/function.error-reporting.php
You can also temporarily set error messages to output to the client browser for more details:
http://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display
Another thing to check is maybe the errors are happening on the CAS server and not the server running WordPress?
I just ran into this while testing and found that my sysadmin hadn’t installed mcrypt in PHP. Once he enabled it, the error went away. This is pretty old, but maybe it will help someone at some point. 🙂
Version 2.6.10 should have removed the mcrypt dependency, let me know if you’re still seeing it in the logs!
https://github.com/uhm-coe/authorizer/commit/c8ae8e80a158f12e9649cb0566cecd38230b1dc9
Hello. I am too getting this error and cannot debug properly – my error log doesn’t show anything. Any more pointers?
-
This reply was modified 8 years, 6 months ago by
scooterlord.