ECShop出现Strict Standards: Only variables should be passed by reference in的解决方法
今天开始研究ECShop,在安装完成的时候发现首页顶部、左侧和底部出现: Strict Standards: Only variables should be passed by reference in F:\wamp\www\ecshop\upload\includes\cls_tem...
Tomcat应用绑定域名以及Apache端口转发
安装Tomcat 1. 下载安装版本的Tomcat(或者压缩版的,只不过要自己配开机自启服务);2. http服务默认端口是80端口,如果只有一个软件服务器请直接修改为80端口;3. 如果有其他软件服务器(如IIS...
WordPress删除文章同时清除文章内图片信息
在WordPress中,删除文章时默认情况下并不会删除文章中使用的图片。如果你想要在删除文章的同时也删除文章内使用的图片,你可以考虑使用一些插件或编写一些自定义代码来实现这个功能。 通过编写...
Strict standards: Non-static method cls_image::gd_version() should not be called statically in
Strict standards: Non-static method cls_image::gd_version() should not be called statically in E:\SiteAll\zbphp.com\www\includes\lib_base.php on line346 这个错误的的处理是修改文件...
Gravatar 可用镜像加速地址
Gravatar 官方的 secure 源:https://secure.gravatar.com/avatar/Gravatar 官方的 cn 源:https://cn.gravatar.com/avatar/Gravatar 官方的 www 源:https://www.gravatar.com/avatar/V2EX:ht...
ECShop后台报错:mktime(): You should be using the time() function instead in
ECShop安装之后,在后台发现一个错误提示: Strict Standards: mktime(): You should be using the time() function instead in E:\web\shopex\admin\shop_config.php on line 32 这个错误提示...
版权声明
文章版权归作者所有,未经允许请勿转载。 <br><br /> <!--网站声明代码样式三 start--> <div> <fieldset style='border: 1px dashed #008cff; padding: 10px; border-radius: 5p...
WordPress菜单缓存插件
每增加一个菜单项就多一次数据库查询,所以对菜单进行缓存也是很有必要的。可以与其它静态缓存插件同时使用,也可以单独使用。 使用方法: 启用插件后,进入WP后台 → 工具 → 菜单缓存。 选择...
Strict Standards: Redefining already defined constructor for class cls_sql_dump in D:\WWW\ecshop\admin\includes\cls_sql_dump.php on line 90
Strict Standards: Redefining already defined constructor for class cls_sql_dump in D:\WWW\ecshop\admin\includes\cls_sql_dump.php on line 90此问题主要是php4与php5版本引起的 /** * 类...