Hi
The link returned by the captcha library to the image of the captcha appears to be incorrect. It is currently returning
http://www.mysite.com/fuel/modules/captchas/assets/captchas/(img_name).jpg when it should be
http://www.mysite.com/fuel/modules/blog/assets/captchas/(img_name).jpg
The files are being written to the correct place but the returned link is not correct.
I'd appreciate any suggestions on a fix, I've tried a few in the blog controller but the problem appears to be in the captcha library.
Comments
return $CI->asset->captcha_path($file, $module, $absolute);