This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Cannot Post Comments With Security Code


avatar
wright 42
From: -
Cannot Post Comments With Security Code

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.

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
avatar
OP 42
From: -
Yep that fixed it thank you.
1 Re: Cannot Post Comments With Security Code
avatar
Editor
0
From: -
Open /modules/articles/articlesdocomment.php in an editor and replace:

if( $_SESSION[ 'news_security_code' ] != $input_securitycode )


with:

if( $_SESSION[ 'articles_security_code' ] != $input_securitycode )
1 Re: Cannot Post Comments With Security Code
avatar
OP 42
From: -
Yes the articles section, I will test the news section right now.

UPDATE news works perfectly.
1 Re: Cannot Post Comments With Security Code
avatar
Editor
0
From: -
In which section are you getting this error? articles? Can you reproduce this problem in another section, for example news?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.