Hi,
I've just upgraded aiContactSafe from v2.0.10 to v2.0.15. The CAPTCHA was working fine on live site until the upgrade. After the upgrade, the CAPTACHA is not showing on live site but working fine on localhost. No configuration has been changed other than the upgrade. Both localhost and live site have exact same copies of the pages.
GD is enabled on live server and were working with the old version of aiContactForm. Please help!!
I tried to troubleshoot the problem and found the source of the problem:
Commenting $model->ob_clean_all(); on line 75 in file component/com_aicontactsafe/views/captcha/view.html.php
makes the CAPTCHA appear.
This line was not present in the v2.0.10 version. So, maybe is this is the cause of the issue? Please advice...