LuisAlejandro/aguilas

Captcha

Opened this issue · 1 comments

Greetings, to install the system by any means, dpkg, get, or stable sources, the captcha is not shown.
Is there any way to fix this detail?

Greetings, I resolved the error by assigning absolute paths to the config.php file and captcha.png within Captcha.inc.php file on line 5 and 37 respectively
examples:
...
5 require_once "/var/www/aguilas/setup/config.php";
...
36 //Create an array of the images available to us as backgrounds
37 $bgs = array("/var/www/aguilas/themes/$app_theme/images/captcha.png");