当前位置:首页 > 搜索和 n 相关的文章
-
thinkphp如何实现无限分类的添加——伪原创
添加日期:2014-11-20 15:34:21 发布:smiling
效果如下:首页,我有一个分类的class的表 具体代码分为:显示和添加分类的代码:publicfunctionright(){$m=M(& 39;Class& 39;);$list=$m->field("id,name,pid,path,concat(path,id)asbpath")->order(& ...
-
Ubuntu上搭建ThinkPHP环境
添加日期:2014-11-20 15:30:59 发布:smiling
版本:Apache2; php5; ThinkPHP 3 1 3 Apache2安装好了,PHP5也装好了,并且能显示phpinfo()页面 但访问thinkphp的项目总显示空白页面,浏览器显示500 Internal Server Error 像这种时候只能查阅 ...
-
ecshop如何把编辑器FCKeditor更换成Kindeditor
添加日期:2014-11-18 16:50:53 发布:smiling
ecshop如何把编辑器FCKeditor更换成Kindeditor,kindeditor是个不错的编辑器 1、首先下载kindeitor最新版放到includes目录2、删除 admin goods php 大约107行:include_once(ROOT_PATH & 39;in ...
-
ECSHOP后台起始页出现Array([errno]=>145)
添加日期:2014-11-18 15:06:51 发布:smiling
客户在模板和程序正常的情况下,后台点起始页出现:MySQLservererrorreport:Array([0]=>Array([message]=>MySQLQueryError)[1]=>Array([sql]=>SELECTCOUNT(*)FROM`rzeg` `ecs_stats`WHEREaccess_time ...
-
ecshop lang用法
添加日期:2014-11-18 15:02:48 发布:smiling
ecshop目录下的languages目录.这个是ecshop语言包所在,ecshop默认的中文简体是zh_cn目录.语言包的载入过程都是 通过ecshop的init php中的require(ROOT_PATH ‘languages ’ $ ...
-
ECSHOP提示/includes/init.php on line 82
添加日期:2014-11-18 14:51:50 发布:smiling
Warning: require(后台路径 includes init phpincludes inc_constant php): failed to open stream:No such file or directory in 后台路径 includes init php on line 82 Fatal e ...
-
ecshop模板insert语法 {insert name=’*'}的用法
添加日期:2014-11-18 10:12:08 发布:smiling
谈下ecshop模板insert语法 {insert name=’*& 39;}的用法 文件:includes lib_insert php 这个文件是ecshop动态内容函数库 详细:里面定义各个函数的格式都是 function insert_*(),每个函 ...
-
ECSHOP安装后,后台报错:includes/cls_template.php on line 264
添加日期:2014-11-18 09:40:50 发布:smiling
ECSHOP安装后,后台报错:includes cls_template php on line 264,ECSHOP开发中心的技术为您整合处理方法如下:这种情况我们考虑是以下的问题引起 1 数据库已经满了 2 相应目录具有可读写的权限 解 ...
-
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 ...
精彩文章
- ·PHP中array_combine怎么合并键值?(2025-08-02)
- ·如何随机打乱PHP数组顺序?(2025-08-02)
- ·PHP中如何实现数据验证?(2025-08-02)
- ·PHP中如何定义NULL变量?(2025-08-02)
- ·PHP中如何实现观察者模式?(2025-08-02)
- ·PHP中array_push怎么添加元素?(2025-08-02)
- ·PHP中|运算符如何使用?(2025-08-02)
- ·如何按特定键对PHP多维数组分组?(2025-08-02)
- ·命名参数如何提升 PHP 函数的可读性和可维护性?(2025-02-10)
- ·PHP 函数中的可变参数与其他编程语言中的类似功能有何区别?(2025-02-10)