phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://krillmeed.com/forum/index.php
PHP Version: 5.2.3 (cgi-fcgi)
MySQL Version: 5.0.41-community-log
What was done before the problem appeared?
Installed the Medals award
What was done to try to solve the problem?
Everything humanly possible
De.scription and Message
dragonsys was kind enough to send me his files he did for this mod for the previous 1.40 version. I have installed it on my 1.41 version forum, and it went in perfectly, also i found it put very little strain on the database.
But it does have a BIG problem, to add new medal catagories or add a new medal, the ctracker stops it. I have of course done the debug like i have with all the other parts of the forum, and did as it said:
[php]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /forum/admin/admin_medal.php
----------------
Request-Method: POST
Matching rule: create
In variable: addmedal
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/forum/admin/admin_medal.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('addmedal');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /forum/admin/admin_medal.php
----------------
Request-Method: POST
Matching rule: or
In variable: medal_de.scription
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/forum/admin/admin_medal.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('medal_de.scription');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
It still is popping up, i seem to be allowed to add on, then i need to put both of them in again with the ones already there, eventually i have a page full of these.
It took me 2 hours just to add 3 medals to the forum yesterday.
