XF 2.1 Server environment report - PHP version

Betclever

Well-known member
Hi,

I upgraded from XF 2.0 to XF 2.1.1 and since the upgrade I see this as PHP version while I'm running PHP 7.1 as you can see on the second below capture:

198473

198474

What's wrong?

Thanks.
 
This was missing from your .htaccess file.

Code:
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php71†package as the default “PHP†programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php71 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

Can you check again now?
 
This was missing from your .htaccess file.

Code:
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php71†package as the default “PHP†programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php71 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

Can you check again now?

No change.

198486

Do I have to run a cron or use some tools for applying the changes?
 
It was also missing from your live site.

198487

tenor.gif
 
Top Bottom