Cannot Post Comments With Security Code
wright 42
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Cannot Post Comments With Security Code
wright
OP
42
From: -
From: -
Yep that fixed it thank you.
1 Re: Cannot Post Comments With Security Code
Philipp Esselbach
From: -
Editor
0From: -
Open /modules/articles/articlesdocomment.php in an editor and replace:
with:
if( $_SESSION[ 'news_security_code' ] != $input_securitycode )
with:
if( $_SESSION[ 'articles_security_code' ] != $input_securitycode )
1 Re: Cannot Post Comments With Security Code
wright
OP
42
From: -
From: -
Yes the articles section, I will test the news section right now.
UPDATE news works perfectly.
UPDATE news works perfectly.
1 Re: Cannot Post Comments With Security Code
Philipp Esselbach
From: -
Editor
0From: -
In which section are you getting this error? articles? Can you reproduce this problem in another section, for example news?
Okay with the security code disabled we can post comments without a problem. However without the security code we would be flooded by spam. So we must have this feature enabled.
However once enabled we cannot post as this message is always received.
You entered the wrong security code. Please contact the site administrator if you need assistance.
However the correct code is being entered.