Phph version problem 
Autore: Andrzej K.
Visite 30,
Followers 0,
Condiviso 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
Postato il
Autore
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.