點評:本機(jī)安裝ecshop時出現(xiàn)創(chuàng)建管理員帳號失敗的解決辦法,需要的朋友可以參考下。 修改了install/includes/lib_installer.php的411或者412行,記住路徑一定要正確 include(root_path . 'install/languages/' . $system_lang . '.php');
替換成
include(root_path . 'install/languages/zh_cn.php');
后就好了。