CMS MADE SIMPLE FORGE

AComments

 

[#7560] captcha module does not work cmsms 1.10.3

avatar
Created By: rosco (ckrosco)
Date Submitted: Fri Feb 03 19:37:33 -0500 2012

Assigned To: Andi Petzoldt (andiministrator)
Version: None
CMSMS Version: None
Severity: Major
Resolution: Fixed
State: Closed
Summary:
captcha module does not work cmsms 1.10.3
Detailed Description:
Acomments 1.1 with cmsms 1.10.3

A couple of problems - the captcha module v. 0.4.5 does not work with acomments.
No image shows up on the comment form.

Also - cannot edit the template or create a new template from the admin side.
Have to go into the database to do any template edits.



History

Comments
avatar
Date: 2012-04-17 14:50
Posted By: Bernhard Zürn (zuernbernhard)

AComments checks if Captcha-Module is enabled with: 

if(isset($this->cms->modules['Captcha'])){

this doesn't work anymore in CMSMS Hyacinthe. 

bad workaround would be:

if(true || isset($this->cms->modules['Captcha'])){

      
avatar
Date: 2012-08-24 11:32
Posted By: Andi Petzoldt (andiministrator)

Thanks for the bug report and sorry for the long time waiting - my family and my
job are just eating my time ;)

The problem with the captcha module is fixed in AComments 1.2.

I just can't fix the second problem (with the template editing) - I tried with
different installations - it just worked ...

I publish AComments 1.2 (wich will be ready for CMSms 1.11.x) within the next
days.
      
Updates

Updated: 2012-08-24 11:32
resolution_id: 6 => 7
state: Open => Closed

Updated: 2012-04-18 12:32
resolution_id: => 6
assigned_to_id: 100 => 8641