Jump to content

Captcha Image not showing


mtshahzad

Recommended Posts

Hello!

 

I am using latest version of whmcs v5.2.12 on my server. The domain check page is not showing the captcha image. GD library is installed on my server and working OK.

 

This is what i am getting on calling the captcha image file directly in browser:

http://wesellanyname.com/includes/verifyimage.php

 

Domain Checker Page:

https://wesellanyname.com/domainchecker.php

 

Proof of GD Library working:

http://wesellanyname.com/contact-us.html

 

Looking for a quick solution :(

Link to comment
Share on other sites

Do one or both of the following:

 

In your WHMCS admin area:

  • Navigate to Setup >> General Settings >> Other.

  • Tick "Display Errors".

  • Save changes.

Add the following to your WHMCS configuration.php file:

@error_reporting(6143);
$display_errors = true;

 

Then revisit http://wesellanyname.com/includes/verifyimage.php in your Web browser.

Link to comment
Share on other sites

Hello!

 

I am using latest version of whmcs v5.2.12 on my server. The domain check page is not showing the captcha image. GD library is installed on my server and working OK.

 

This is what i am getting on calling the captcha image file directly in browser:

http://wesellanyname.com/includes/verifyimage.php

 

Domain Checker Page:

https://wesellanyname.com/domainchecker.php

 

Proof of GD Library working:

http://wesellanyname.com/contact-us.html

 

Looking for a quick solution

 

MT Shahzad

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated