About Ecshop Verification code picture Problem solving

Source: Internet
Author: User
Ecshop with the Verification Code feature, can be set in the background hidden and display, if the customer needs this feature, the picture can not be displayed, 68ecshop template Center here to give you a weapon:

1.

Comment out this code under the includes\init.php file:

/* Determine if the Gzip mode if (!defined (' Init_no_smarty ') && gzip_enabled ()) {Ob_start (' Ob_gzhandler ') is supported;} Else{ob_start ();} */

To clear the cache in the background can be displayed.

2.

If the above method does not solve the problem, finally with the original languages\zh_cn\common.php cover, and the root directory below the captcha.php blank line deleted.
Possible cause: languages\zh_cn\common.php This file has been modified, it is possible that a string is too long or otherwise cause the verification code to not display.
For example:
Will: $_lang[' copyright '] = "2005-%s%s All rights reserved. ";
Modified to: $_lang[' copyright '] = "xxx:http://xxx.com 2005-%s%s All rights reserved. ";
May cause the verification code not to display.

3.

If it is not displayed, it may be related to spatial settings and permissions, please contact the space provider. Or it is recommended to block out the authentication code management from the background system settings.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.