Helpful Information
 
 
Category: Advanced Warning System (AWS)
Bug report

Bug in Warn.php line 158 (approx):

check_post($_GET['post'], $vboptions['warn_multiple_per_post']);
should be
check_post($_POST['post'], $vboptions['warn_multiple_per_post']);

Of course disregard the $vboptions, thats just my editing. The important part is the get be converted to post.

Forgot to mention Im running the latest version.

//out

Bug in Warn.php line 158 (approx):

check_post($_GET['post'], $vboptions['warn_multiple_per_post']);
should be
check_post($_POST['post'], $vboptions['warn_multiple_per_post']);

Of course disregard the $vboptions, thats just my editing. The important part is the get be converted to post.

Forgot to mention Im running the latest version.

//out
Hmm, that's what I have in the file, _POST, not _GET.

And the only change I've made in that part of the file, was to remove an extra parenthesis, which got in there, when I was trying to use vbphrases. I'll check the zip for sure.

Rgds










privacy (GDPR)