PHP Version error message in Joomla 3.7 - Joomla! Forum - community, help and support
hello all,
i have installed joomla 3.7 (upgraded 3.6.5)
i conclusively, 100percent have php version ea-php71 (i see multiphp manager in cpanel) installed on domains says below:-
-------------------------------------
your php version, 5.6.30, receiving security fixes @ time php project. means php version no longer supported. recommend planning upgrade newer php version before reaches end of support on 2018-12-31. joomla faster , more secure if upgrade newer php version (php 7.x recommended). please contact host upgrade instructions.
-------------------------------------
any idea why be? know it's not problem read on other threads people did have older php installed i'd still fix rather later if thinks im on wrong php version? hope can many thanks
i have installed joomla 3.7 (upgraded 3.6.5)
i conclusively, 100percent have php version ea-php71 (i see multiphp manager in cpanel) installed on domains says below:-
-------------------------------------
your php version, 5.6.30, receiving security fixes @ time php project. means php version no longer supported. recommend planning upgrade newer php version before reaches end of support on 2018-12-31. joomla faster , more secure if upgrade newer php version (php 7.x recommended). please contact host upgrade instructions.
-------------------------------------
any idea why be? know it's not problem read on other threads people did have older php installed i'd still fix rather later if thinks im on wrong php version? hope can many thanks
older php version problem....not ignore long.
for whatever reason, it's not recognising setting 7.x. best check host.
can post fpa report? (fpa = forum post assistant - see pink section above.....)
you try following.
edit .htaccess file (in joomla root folder)
to switch php 7:
to switch php 7.1:
for whatever reason, it's not recognising setting 7.x. best check host.
can post fpa report? (fpa = forum post assistant - see pink section above.....)
you try following.
edit .htaccess file (in joomla root folder)
to switch php 7:
code: select all
addhandler application/x-httpd-php7 .php
to switch php 7.1:
code: select all
addhandler application/x-httpd-php71 .php
Comments
Post a Comment