WebSite X5Help Center

 
Andrzej K.
Andrzej K.
User

Phph version problem  en

Autor: Andrzej K.
Visitado 37, Followers 0, Compartido 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

Publicado en
1 RESPUESTAS - 1 CORRECTO
Andrzej K.
Andrzej K.
User
Autor

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.

Leer más
Publicado en de Andrzej K.