OpenX 2.8.x – 500 internal server error after some time
This has been bugging me for some time now. After a few weeks OpenX throws a 500 internal server error everytime I try to login. I have tried all available fixes on the web. But for me it was a different issue. I had debug logging enabled and after some time the file reached a PHP memory limit (10MB in my case) so that OpenX is unable to add anymore logging data. Simple solution is to disable debug logging altogether (openx/www/admin/account-settings-debug.php) and to delete the “openx/var/debug.log” file.
