WebSite X5Help Center

 
Andrzej K.
Andrzej K.
User

Phph version problem  en

Автор: Andrzej K.
Просмотрено 31, Подписчики 0, Размещенный 0  

I use website x5 2005.1.7. Hosting has php 8.2 and i have problems with shop and contact form - there is information "This page cannot be displayed because it uses an incompatible version of PHP.Please see the guide on how to enable support for unsupported PHP versions." How can I make website compatible with php 8?

website www.e-stoliki.pl

Размещено
1 Ответы - 1 Корректно
Andrzej K.
Andrzej K.
User
Автор

I found solution - all is because of .htaccess file :

and text:

AddHandler application/x-httpd-php82 php

...

<Files *.php>
ForceType application/x-httpd-php74
</Files>

I changed:

<Files *.php>
ForceType application/x-httpd-php82
</Files>

and all is ok now.

Читать больше
Размещено От Andrzej K.