Security Code image not showing on site

Hello, i just moved from a shared hosting to linode, the site is working but i noticed that the security code images (Captcha) are not showing anymore.

I have GD Library enabled, do you have any ideas?

Ubuntu 10.04 and Apache

Thanks a lot.

2 Replies

I'm guessing you wore the wrong colored socks when you transferred the data (never, EVER, wear Orange socks while SCPing).

Maybe if you told which app is supposed to have the Captcha others will guess too.

I have run into a case in the past where the GD library did not provide a function that the CAPTCHA code (written in PHP) was expecting (don't know why). You may want to test out the functions your code uses to see if you can track it down to something specific. In my case I just commented out the offending function call making the trivially-easy CAPTCHA a tiny bit easier to break.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct