Home >Backend Development >PHP Tutorial >Solution to the problem of failure to create an administrator account when installing Ecshop on this machine_PHP tutorial
This is a problem I encountered. This morning when I was developing something with an ec, I found that the administrator account failed to be created when installing Ecshop on my local machine. Let’s look at the solution below.
Modified line 411 or 412 of install/includes/lib_installer.php, remember the path must be correct
The code is as follows
|
Copy code | ||||
www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632239.htmlTechArticleThis is a problem I encountered. This morning when I was developing something with an ec, I found that it appeared when Ecshop was installed on the local machine. Failed to create an administrator account. See the solution below. Modified install/includes...