Found Another CrackerTracker Error

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum
PHP Version:
MySQL Version:
What was done before the problem appeared?
From prillian, edit preferences. I think I did the following:
List new and unread messages in main window - set to YES
Open and/or list private messages - set to YES
What was done to try to solve the problem?
De.scription and Message
When I go to the Index page (HOME) and the Prillian opens for the first time of the day, a second screen open to show me new PM's
When I click on SAVE & CLOSE, the CrackerTracker error comes up.
I clciked BACK, turned on DEBUG, clicked SAVE & CLOSE again to see the error again.
I then checked debug info in ACP>CrackerTracker>Log Manager to find the following:
I did the suggested fix and it did work.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum
PHP Version:
MySQL Version:
What was done before the problem appeared?
From prillian, edit preferences. I think I did the following:
List new and unread messages in main window - set to YES
Open and/or list private messages - set to YES
What was done to try to solve the problem?
De.scription and Message
When I go to the Index page (HOME) and the Prillian opens for the first time of the day, a second screen open to show me new PM's
When I click on SAVE & CLOSE, the CrackerTracker error comes up.
I clciked BACK, turned on DEBUG, clicked SAVE & CLOSE again to see the error again.
I then checked debug info in ACP>CrackerTracker>Log Manager to find the following:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /forum/imclient.php
----------------
Request-Method: POST
Matching rule: and
In variable: saveclose
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/forum/imclient.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('saveclose');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
I did the suggested fix and it did work.