ctracker+ attachment
Verfasst: 15.01.2007 15:07
hallo =)
mein problem ist folgendes, wenn ich beim attachment mod den pfad vom Imagick angegeben hab und die einstellungen übernehmen will, kommt eine fehler meldung vom ctracker, hab dann den debug modus laufen lassen und der kam zu folgender lösung:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /phpBB2/admin/admin_attachments.php
----------------
Request-Method: POST
Matching rule: bin/
In variable: img_imagick
Matching rule: usr
In variable: img_imagick
Matching rule: usr/bin
In variable: img_imagick
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/phpBB2/admin/admin_attachments.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('img_imagick');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
das problem daran ist, das
include($phpbb_root_path . 'common.'.$phpEx);
gar nicht vorhanden ist =/
hat jemand eine lösung?
mein problem ist folgendes, wenn ich beim attachment mod den pfad vom Imagick angegeben hab und die einstellungen übernehmen will, kommt eine fehler meldung vom ctracker, hab dann den debug modus laufen lassen und der kam zu folgender lösung:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /phpBB2/admin/admin_attachments.php
----------------
Request-Method: POST
Matching rule: bin/
In variable: img_imagick
Matching rule: usr
In variable: img_imagick
Matching rule: usr/bin
In variable: img_imagick
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/phpBB2/admin/admin_attachments.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('img_imagick');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
das problem daran ist, das
include($phpbb_root_path . 'common.'.$phpEx);
gar nicht vorhanden ist =/
hat jemand eine lösung?