本机安装Ecshop时出现创建管理员帐号失败的解决办法_PHP教程

WBOY
Release: 2016-07-13 10:55:39
Original
1074 people have browsed it

这是自己碰到的问题,今天早上在用一ec开发东西时发现本机安装Ecshop时出现创建管理员帐号失败,下面看解决办法。

修改了install/includes/lib_installer.php的411或者412行,记住路径一定要正确
       

 代码如下 复制代码

include(ROOT_PATH . 'install/languages/' . $system_lang . '.php');
 替换成

include(ROOT_PATH . 'install/languages/zh_cn.php');

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/632239.htmlTechArticle这是自己碰到的问题,今天早上在用一ec开发东西时发现本机安装Ecshop时出现创建管理员帐号失败,下面看解决办法。 修改了install/includes...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!