Helpful Information
 
 
Category: Advanced Warning System (AWS)
Parse Error

Parse error: parse error, unexpected ')' in /home/***/public_html/forums/Warn.php on line 158

I get this error when trying to warn a member.

Thanks,
Itworx4me

Here is the fix for the parse error.
Line 158 of Warn.php file:
check_post($_POST['post'], $warn_opts['multiple_per_post']));
Change to:
check_post($_POST['post'], $warn_opts['multiple_per_post']);

Thanks,
Itworx4me

Parse error: parse error, unexpected ')' in /home/***/public_html/forums/Warn.php on line 158

I get this error when trying to warn a member.

Thanks,
Itworx4me

Here is the fix for the parse error.
Line 158 of Warn.php file:
check_post($_POST['post'], $warn_opts['multiple_per_post']));
Change to:
check_post($_POST['post'], $warn_opts['multiple_per_post']);

Thanks,
Itworx4me
Yes, this error was brought to my attention earlier, it is corrected in the latest zip.

Rgds










privacy (GDPR)