From: Alex R. <mys...@gm...> - 2014-11-10 01:27:52
|
Hi, >> I'm using a squirrelmail 1.4.23SVN snapshot and having trouble with >> the lockout plugin. I had it configured on a test system many months >> ago, and I thought it was working properly, but now it's not. > > What did you change? Did you diff the two environments? It's all > about specifics. I ended up replacing functions.php for the lockout plugin, and that fixed it. I thought for sure at one point I had removed and reinstalled the entire plugin at one point, so can't figure out what changed. So it's now working, and perhaps this is more of a general php question, but... >> There are no php errors in the logs, and my configtest.php looks okay. > > Please show your PHP error level settings and configtest output. I enabled practically every php.ini error/debug setting I could find, but there's no error output. Where is this information normally displayed? Among the variables I enabled are: log_errors = On log_errors_max_len = 1024 html_errors = On error_log = /var/log/php-scripts.log error_reporting = E_ALL display_errors = On display_startup_errors = On This would really help next time I had an error and needed to troubleshoot. I also tried to add a few print statements in the code, but there were just too many possible places that it would make it very difficult for me. Thanks, Alex |