当前位置:首页 > 搜索和 at 相关的文章

安装wordpress提示:Cannot modify header information错误信息

添加日期:2015-01-21 21:49:06 发布:smiling 
昨天我在安装wordpress提示:Cannot modify header information – headers already sent by错误信息,刚开始不知道怎么解决,后来百度了解决办法下面给大家分享一下 Warning: Cannot ...

PHPCMS V9 出现 Fatal error: Cannot redeclare pluginkey_check() 错误

添加日期:2014-12-05 15:38:39 发布:smiling 
我们一起来解决在使用PHPCMS V9 出现 Fatal error:Cannot redeclare pluginkey_check() 错误,有兴趣的朋友一起来看看 出现这种原因:移动栏目的时候栏目消失,然后重新建立一个重复的栏目 ...

织梦CMS让列表页按文章的更新日期pubdate排序

添加日期:2014-12-03 11:06:52 发布:smiling 
dedecms文章默认排序有id,权重,热点但就是没有更新时间来了,那么我们如果想要做pubdate排序就必须要进行一些简单的修改了,下面一起来看看吧 注意:在列表页模板,即使你指定orderby=& 39;pubdate& 39 ...

ecshop提示Strict Standards: Non-static method cls_image::gd_version()

添加日期:2014-12-02 14:52:19 发布:smiling 
下面我们一起来看在使用ecshop提示Strict Standards:Non-static method cls_image::gd_version() should not be called statically错误问题解决办法吧。在使用ecshop时提示:Strict Standa ...

WordPress缓存Gravatar头像到本地修改

添加日期:2014-11-21 13:13:05 发布:smiling 
gg打不开了Gravatar也不行了,现在小编打扮把wordpress Gravatar头像修改缓存到本地服务器了,下面把整个修改过程给各位整理一次 在wordpress目录下建立文件夹:avatar,文件夹权限为:755,如果不行文 ...

针对WDCP切换nginx之后memcache和eAccelerator的配置修复方案

添加日期:2014-11-21 11:55:53 发布:smiling 
从apache+nginx切换到nignx FastCGI之后最大的问题就是object-cache的272报错,表示根本没找到memcache,这种情况只能在nignx下重安装memcache,使用memcache安装脚本,代码如下:wget -c http: dow ...

解决Warning: Cannot modify header information - headers alrea

添加日期:2014-11-21 11:33:30 发布:smiling 
下面是我自己面临的问题,我不是去测试函数遇到的,我是在换服务器的时候遇到的(由VPS转到hostgator),然后换主题激活时遇到这个问题的,才开始一直以为是wordpress4 0的兼容性问题,去试验3 9版本的 ...

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的值为空值, ...

关于{dede:datalist}获取文章静态链接的方法

添加日期:2014-11-12 08:44:53 发布:smiling 
{dede:datalist}<ahref="<?php$aid=$fields[id];$url=GetOneArchive($aid);echo$url[& 39;arcurl& 39;];?>"><imgsrc="<?phpecho$fields[& 39;litpic& 39;];?>"width="182"height="333" >< a> 开源 ...

dedecms一键更新出现Fatal error: Allowed memory size of

添加日期:2014-11-11 21:54:28 发布:smiling 
解决办法三种:一、修改php ini,推荐memory_limit = 12M二、在程序里面添加如下语句:ini_set(& 39;& 39;memory_limit& 39;& 39;, & 39;& 39;12M& 39;& 39;);三、在根目录建立 htaccess文件,添加 ...

dedecms织梦系统提示“Fatal error: Call to a member function G

添加日期:2014-11-11 15:48:41 发布:smiling 
做了一个合肥SEO培训网站,在用到dedecms自定义模型时候遇到了下面问题:在更新列表页时提示:Fatal error:Call to a member function GetInnerText() on a non-object in include taglib ...