Joe Dou
Постоялец
- Регистрация
- 11 Дек 2015
- Сообщения
- 45
- Реакции
- 48
- Автор темы
- #1
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 ?
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 ?
Последнее редактирование: