我在Windows 7上安装了PHP 7.3.2的xampp。
我提取了从Prestashop网站下载的zip文件,并提取了它;在完成之后,除了"Store Installation“步骤,我看到了以下错误:
An error occurred during installation...
You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.
1: Unable to write into "en-US"" (data layer : "PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache")
已经尝试重新安装,删除整个文件夹,然后重新解压缩存档。
截图:
发布于 2021-05-28 20:26:46
我认为错误发生在复制文件开始,这可能是一个权限文件问题。尝试为PS安装目录上的每个人设置读和写权限。
编辑:在Windows 7中,单击文件夹上的鼠标右键并选择“属性”。单击Security选项卡,您可以在这里设置用户的权限。
关于安装在闪存驱动器,FAT32不支持权限管理。用NTFS格式化或安装在硬盘上。
https://stackoverflow.com/questions/67742448
复制相似问题