Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 2.0.2 CAPTCHA help / Tutorial?
#11

[eluser]NordicElf[/eluser]
Aaarrggghhh me again. this time deploying to the server and it's returning false again.

I just can't see what I'm doing wrong.

Code:
array(6) { ["img_path"]=> string(49) "/usr/www/users/xxxx/public_html/snaps/captcha" ["img_url"]=> string(44) "http://domain.com/snaps/captcha" ["img_width"]=> string(3) "200" ["img_height"]=> int(30) ["border"]=> int(0) ["expiration"]=> int(7200) }

I'm not specifying fonts - just letting it use the ugly gd ones.
I've triple checked permissions and the folders are definitely there!
Server is running 5.3.3 on linux. Gd is installed and enabled.

any ideas?
#12

[eluser]kdawson[/eluser]
Hard to say - check the path references again. If it was working in one location and you move it to another server the path references may be different. Are you sure about the /usr/www/users/xxxx/public_html/ path?
#13

[eluser]NordicElf[/eluser]
Again you were right, directory structure! I tried every permeatation of the path and it was just 'captcha' that worked.
Thanks again!
#14

[eluser]kdawson[/eluser]
No problem - any time.
It's always the small things.

Glad I could help.

Good luck : )




Theme © iAndrew 2016 - Forum software by © MyBB