Jim Gordon

Member
Jul 31, 2013
20
0
1
cPanel Access Level
Website Owner
Hello,

My company just moved our websites to a new dedicated server.

Everything is working fine except for the captchas.

I've installed GD through easy apache and ran "yum install ImageMagick-devel libMagick-devel libmagick" from putty. Both seemed to install fine. I can like to a phpinfo page if anyone is interested.

I thought that maybe there was a problem with my links so I used a little code snippet I found online as a test and even it is not working. (No images displayed)
I'm kinda stumped right now and not sure what to do. Any suggestions would be greatly appreciated!

Thanks!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

You can try installing FreeType (TTF) via EasyApache under the "Exhaustive Options List" for PHP. This is often required for captcha to function correctly.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Do you notice any specific error messages in the error_log within the account or in the Apache error log (/usr/local/apache/logs/error_log) when attempting to utilize the captcha functionality?

Thank you.
 

Jim Gordon

Member
Jul 31, 2013
20
0
1
cPanel Access Level
Website Owner
Hello,

Sorry again for the late response, it's been a busy day at work.
After checking the error log for captcha, It turns out I'm receiving two errors

[23-Aug-2013 18:34:39 UTC] PHP Strict Standards: Declaration of member_level::save() should be compatible with common::save($DbConnector, $uniqId) in /.../c.php on line 41

[23-Aug-2013 18:34:39 UTC] PHP Strict Standards: Non-static method member_level::loadAll() should not be called statically in /ho,e/..obal.php on line 1065"

These sections were made (not by me) for an older version of php. I hope this helps you point me in the right direction!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
I recommend updating the script so it's compatible with the newer version of PHP. If it is a custom script, you may need to consult with a PHP developer to see what aspects should be changed.

Thank you.