EcShop 创建管理员帐号失败的解决办法
摘要:修改了install/includes/lib_installer.php的411或者412行,记住路径一定要正确include(ROOT_...
修改了install/includes/lib_installer.php的411或者412行,记住路径一定要正确
include(ROOT_PATH . 'install/languages/' . $system_lang . '.php');
替换成
include(ROOT_PATH . 'install/languages/zh_cn.php');
后就好了。
【EcShop 创建管理员帐号失败的解决办法】相关文章:
★ ecshop数据库ecs_stats短时间内会变很大的解决方法
★ Ecshop使用支付宝支付成功后提示“此支付方式不存在或者参数错”的解决方法