我在安装Prestashop 1.7.0.3和1.7.0.3时遇到问题
首先,我尝试在我的主机中通过softaculous安装prestashop,我确实安装了1.6.1.10,但是当我尝试通过softaculos安装1.7.0.2或1.7.0.3时,我收到错误说"必需PHP扩展找不到:fileinfo"。然后我尝试通过ftp上传文件并安装,但这次我收到了403错误。
我尝试将文件夹权限设置为777,并根据prestsop论坛上的一些建议添加包含Options FollowSymLinks的.htaccess文件,但它仍然无法正常工作。
是关于我的托管设置还是与fileinfo扩展相关的内容?
答案 0 :(得分:2)
请检查您的php.ini文件并检查?- length(P, N), format('searching for solutions of length ~w~n', [N]), time(plano(P)).
searching for solutions of length 0
% 58 inferences, 0.000 CPU in 0.000 seconds (71% CPU, 2171959 Lips)
searching for solutions of length 1
% 9,709 inferences, 0.001 CPU in 0.001 seconds (100% CPU, 9123980 Lips)
searching for solutions of length 2
% 79,789 inferences, 0.009 CPU in 0.009 seconds (100% CPU, 8778416 Lips)
searching for solutions of length 3
% 477,230 inferences, 0.051 CPU in 0.051 seconds (100% CPU, 9409315 Lips)
searching for solutions of length 4
% 3,412,088 inferences, 0.361 CPU in 0.361 seconds (100% CPU, 9453315 Lips)
searching for solutions of length 5
% 30,967,699 inferences, 3.503 CPU in 3.503 seconds (100% CPU, 8840598 Lips)
searching for solutions of length 6
或fileinfo.so
是否已激活(取决于您的服务器平台和版本)。
应该有类似于
的行延长= fileinfo.so
之后尝试安装PrestaShop 1.7,它应该没有任何问题。
有关详细信息,请查看http://build.prestashop.com/news/prestashop-1-7-faq/#what-are-system-requirements-for-v17