So I enabled debugging and followed the debug instructions, in admin/admin_pcp_wizard by:
- Code: Select all
##-----[ OPEN ]------------------------------------------#/admin/admin_pcp_wizard.php ##-----[ FIND ]------------------------------------------#require('./pagestart.' . $phpEx); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('style_user_rank_title','style_user_warnings'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
But still will not work. Any suggestions?