织梦验证码不显示解决方法

织梦验证码不显示解决方法


1、确定你改过的文件编码没有被打乱(建议使用编程软件来修改,如:notepad++、dw)

2、确定你的web服务器环境配置没问题 (GD库正常开启,data 目录权限可写)

3、打开/include/vdimgck.php 找到

require_once(dirname(__FILE__).'/common.inc.php');

改成

define('DEDEINC', str_replace("\\", '/', dirname(__FILE__) ) );
define('DEDEROOT', str_replace("\\", '/', substr(DEDEINC,0,-8) ) );
define('DEDEDATA', DEDEROOT.'/data');

4、打开/include/vdimgck.php 找到

if(function_exists("imagejpeg"))

在它的上面加入

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wsfgsf.html