From: Paul L. <pa...@sq...> - 2014-11-10 03:01:26
|
On 11/9/14, Alex Regan <mys...@gm...> wrote: > 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. There should never be a reason to edit such files. Most important thing is not to patch files unless you document it clearly and keep the patch on hand. To prevent that from happening accidentally, set permissions on the files that don't allow writing. > 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 Test creating an intentional notice/error and check that log file. If nothing is going to that log file, check for .htaccess files that override the log file location. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php |