![]() |
captcha helper issue on live server - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19) +--- Thread: captcha helper issue on live server (/showthread.php?tid=61813) |
captcha helper issue on live server - rejoan - 05-20-2015 Hi, Captcha Helper "font_path" not working on live server. In line number 195 at captcha_helper.php file_exists($font_path) used in if condition. This function always returning "FALSE" on live server. Locally working nicely. Server: CentOS Following are tested still not working: PHP Code: $vals = array( and PHP Code: $vals = array( and PHP Code: $vals = array( and PHP Code: $vals = array( and finally PHP Code: $vals = array( Now any idea? RE: captcha helper issue on live server - gadelat - 05-20-2015 are file permissions correctly set? RE: captcha helper issue on live server - rejoan - 05-20-2015 (05-20-2015, 04:16 AM)gadelat Wrote: are file permissions correctly set? file permission even directory 0777 RE: captcha helper issue on live server - rejoan - 05-20-2015 PROBLEM SOLVED. Filename should have "ALGER.TTF" but i used "ALGER.ttf" |