PrestaShop 1.7 compatibility PHP 7

Joe Dou

Постоялец
Регистрация
11 Дек 2015
Сообщения
45
Реакции
48
Trying to install ps 1.7.2.4 on Centos7 nginx + phpFPM + percona with no success !!
Everything is working fine except those "simphony" links in backoffice (and there are no images of products in front office), no matter what i try.
Of course I have included that part in my conf file:
location /admin0042wubpw/ { #Change this to your admin folder
if (!-e $request_filename) {
rewrite ^/.*$ /admin0042wubpw/index.php last; #Change this to your admin folder
}
}

So I am looking for info if ps1.7 is compatible with php 7.0.27 ?
Does anybody got it working ?
 
Последнее редактирование:
It's working just fine with me..i'm using Cpanel with ps 1.7.2.4 centos 7 with latest php version 7.2.1

Are you sure of your PHP version? there is no 7.0.27 version maybe you mean 7.0.26??? Try to upgrade your php to the latest..it should work just fine :)
 
I`am positive about php 7.0.27 - it was updated a few days ago.
I dont want to use php 7.2.1 because it is not compatible with other websites on this very server.

UPDATE
I found the answer - it was something totally stupid ( file permissions of php session folder )
Now everything is working just fine :)
 
Последнее редактирование:
Назад
Сверху