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.