Delphiprogrammi
02-11-2005, 08:48 PM
John,
I just upgraded to 3.1.7 however the php parser if giving me two warnings when i try to issue a non post related warning
Warning missing argument 2 for check_post() in /includes/functions_warning.php on line 148
Warning missing argument 7 for warn_calculations() in /includes/functions_warning.php on line 166
i just upgraded 10 minutes ago so must likely i did something wrong :speechless: i'll get back to you if those warnings stay
rgds
EDIT
dear John,
in the latest Warn.php you have made a little mistake what's causing the warnings from the php parsers on line 158 pf Warn.php there is this code
check_post($_POST['post'], $warn_opts['multiple_per_post']));
that should be
check_post($_POST['post'], $warn_opts['multiple_per_post']);
there is one closing ")" to much that will cause a parse error you where out of coffee ? :nervous:
ok that srted out the warnings but there is another problem with the postbit templated i'll get back to you making a screengrab so you see what i mean
hi,
everything look oke now but after i issue a warning my postbit template is all messed up ? before => how it looks before i did a warning after = after the warning any idea what can cause that?
all running fine now except one more problem looks lile my postbit is messed anyy idea ??
I just upgraded to 3.1.7 however the php parser if giving me two warnings when i try to issue a non post related warning
Warning missing argument 2 for check_post() in /includes/functions_warning.php on line 148
Warning missing argument 7 for warn_calculations() in /includes/functions_warning.php on line 166
i just upgraded 10 minutes ago so must likely i did something wrong :speechless: i'll get back to you if those warnings stay
rgds
EDIT
dear John,
in the latest Warn.php you have made a little mistake what's causing the warnings from the php parsers on line 158 pf Warn.php there is this code
check_post($_POST['post'], $warn_opts['multiple_per_post']));
that should be
check_post($_POST['post'], $warn_opts['multiple_per_post']);
there is one closing ")" to much that will cause a parse error you where out of coffee ? :nervous:
ok that srted out the warnings but there is another problem with the postbit templated i'll get back to you making a screengrab so you see what i mean
hi,
everything look oke now but after i issue a warning my postbit template is all messed up ? before => how it looks before i did a warning after = after the warning any idea what can cause that?
all running fine now except one more problem looks lile my postbit is messed anyy idea ??