PDA

View Full Version : Parse Error


Itworx4me
02-13-2005, 04:17 PM
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

sv1cec
02-14-2005, 06:43 AM
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