问题描述: 某客户的ecshop后台登陆后,显示成功,但是自动退出到登陆界面。 问题解决: 因为 windows 系统不区分目录大小写,而php是区分大小写的 那么 http://你的域名/admin/ 和 http://你的域名/Admin/ 就不一样 如果你用后者登陆系统,就会出现自动退出的【查看详情】
修改了install/includes/lib_installer.php的411或者412行,记住路径一定要正确 include(ROOT_PATH . install/languages/ . $system_lang . .php); 替换成 include(ROOT_PATH . install/languages/zh_cn.php); 后就好了。【查看详情】
研读过ucenter 的原理后,再结合测试 ucenter + modoer + discuz X 1.5 + ecshop 2.7.2 实现了完美的同步登入和退出 发现一个简单的方法就是,把ucenter 的data/cache/apps.php 文件复制到各个系统的 uc_client/data/cache/apps.php 就可以解决大半的同步问【查看详情】
用户在选购商品加入购物车前可以为商品添加备注信息 加入购物车后可以在购物车查看备注信息 店主在查看订单时可以看到用户为商品添加的备注信息 用户在个人中心中可以看到商品的备注信息 目标一: 打开ecshop/goods.php,搜索display可以看到这句: $smarty-dis【查看详情】
Warning: date_default_timezone_get(): It is not safe to rely on the systems timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you a【查看详情】
先从index.php主页开始 页面关键字 {$keywords} 页面标题 {$page_title} 产品分类 父分类列表{foreachfrom=$categoriesitem=cat} 父分类超链接[url=={$cat.url}{$cat.name|escape:html}/a 相对应子分类{foreachfrom=$cat.childrenitem=child} 子分类超链接[u【查看详情】
一、删除【云服务中心】 删除/admin/cloud.php 删除/admin/templates/menu.htm中以下代码 Ajax.call(cloud.php?is_ajax=1act=menu_api,,start_menu_api,GET,JSON); 删除/admin/templates/start.htm中以下代码 Ajax.call(cloud.php?is_ajax=1act=cloud_remind【查看详情】