当前位置:首页 > 搜索和 n 相关的文章
-
ecshop在提交订单的时候报错:Warning: number_format() expects paramete
添加日期:2014-11-18 09:35:27 发布:smiling
客户在ecshop提交订单的时候报错LWarning: number_format() expects parameter 1 to be double, string given in…出现这样的原因是配送插件里面的免费额度为0,导致了$price的值为空值, ...
-
ecshop网站会员整合ucenter后导致wap注册失败的解决办法
添加日期:2014-11-18 09:32:28 发布:smiling
网站会员整合ucenter可以 实现多站点同步登录,但是很多客户反映整合完ucenter后,wap端无论怎么注册都提示用户名已存在了,这个问题怎么解决呢?下面由phpfensi com技术来为您解决这一问题:整合过uc ...
-
解决ecshop includes\cls_smtp.php on line 314问题
添加日期:2014-11-18 09:30:22 发布:smiling
ecshop提交订单报错:includes cls_smtp php on line 314 这个问题的解决,这个可能是使用 qq 邮箱发送邮件的问题,在后台关闭订单启用邮件提醒 Fatal error: Maximum execution time of ...
-
如何解决安装ecshop前台提示Internal Server Error错误
添加日期:2014-11-17 13:57:02 发布:smiling
给客户安装ecshop的时候,前台报如下错误:InternalServerErrorTheserverencounteredaninternalerrorormisconfigurationandwasunabletocompleteyourrequest Pleasecontacttheserveradministrator,you ...
-
ecshop如何解决readdir(): not a valid Directory resource in报错
添加日期:2014-11-17 13:46:31 发布:smiling
有客户ecshop网站程序在ecshop后台---模板管理*---模板选择顶部出现以下报错:Warning: readdir(): supplied argument is not a valid Directory resource in zuimoban ecshop admin te ...
-
ecshop在nginx下配置常见问题
添加日期:2014-11-15 09:16:16 发布:smiling
我们前面讲述了nginx安装和配置,知道如何将ecshop建立在linux环境下的nginx上,但是为了让ecshop能更好的在nginx下跑出性能,我们必须对ecshop以及nginx的配置做出调整和改进,不然很容易浪费了nginx ...
-
destoon出现验证码不显示时的紧急处理方法
添加日期:2014-11-14 11:20:31 发布:smiling
很多destoon开发人员都遇到过验证码不显示的情况,本文就来讲述一下遇到这种情况的紧急处理方法,具体如下 如果你启用验证码以后,后台又登陆不了,取消不了,那么可以试试下面的办法,找到module php文 ...
-
安装Destoon系统出现500 Internal Server Error错误的原因
添加日期:2014-11-14 11:19:17 发布:smiling
1,安装Destoon系统出现500 Internal Server Error错误的原因解决办法:当我们初次安装Destoon B2B网站管理系统出现500 Internal Server Error错误,其原因有一下几点 解决办法一、删除根目录 ...
-
帝国cms如何去除面包屑导航回到首页时的index.html
添加日期:2014-11-14 10:56:43 发布:smiling
在帝国cms中,首页的链接是后面有index php或者index html的,所以应该去掉 问:你的位置 点击首页总是会有xxx com index html 这个不仅分散了权重还坑爹,如何去掉呢?答:打开文件e class connect ...
-
dede arclist标签支持currentstyle属性
添加日期:2014-11-14 10:17:08 发布:smiling
PS:建议修改前先备份,下面有----------的,搜索的时候去掉,调用的时候也去掉,由于发表的时候,总是变成标签那样的,所以我只能想到这办法了 修改:include taglib arclist lib php1 搜索:$channelid = ...
-
DEDE织梦后台出现 include\userlogin.class.php on line 21是怎么回事?
添加日期:2014-11-14 10:15:39 发布:smiling
打开织梦后台找到以下目录:dede templets,找到 index_body htm 文件,把这些注释掉 $(function(){$ get("index_testenv php",function(data){if(data!==& 39;& 39;){$(" __testEvn") html(data);} ...
-
织梦dedecms中dede标签里面autoindex的使用方法
添加日期:2014-11-13 22:44:45 发布:smiling
下面来说一个在织梦dedecms列表页我们可以使用autoindex来实现多种样式的方法,使用如下所示的标签代码:<ul>{dede:arclistrow=& 39;10& 39;titlelen=& 39;48& 39;orderby=& 39;pubdate& 39;typeid=& ...
精彩文章
- ·PHP关键字Self、Static和parent的区别详解(2025-12-12)
- ·PHP使用PHPExcel读取excel数据并批量上传到数据库(2025-12-12)
- ·基于PHP实现一个简单的http服务器(2025-12-12)
- ·使用PHP和Xunsearch实现歌曲搜索功能(2025-12-12)
- ·详解PHP中互斥锁库hyperf-wise-locksmith的使用(2025-12-12)
- ·PHP使用OCR技术实现识别图片中的文字(2025-12-12)
- ·PHP使用互斥锁确保代码的线程安全的操作示例(2025-11-16)
- ·PHP中使用反射获取类的所有方法(2025-11-16)
- ·PHP实现页面跳转的三种方式(2025-11-16)
- ·PHP如何优化冗余代码(2025-11-16)