PHP update issue
-
Hey guys,
I have a problem very similar to this one: https://ww.wp.xz.cn/support/topic/php-update-required-warning-does-not-go-away/I updated my hosting to PHP 7.4 when I got the “PHP Update Required” warning on the WP dashboard. My website is hosted on HostGator and I got confirmed by them that the site was now running 7.4. But I still get the warning on my dashboard.
I’ve deleted all caches, my .htaccess file seems to have the right version of php set as default:
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
</IfModule>Now when I check my phpinfo.php via cPanel, it seems to be empty:
<?php phpinfo(); ?>But when my I check my domain name/phpinfo.php online, it does say that the site is running the 7.4.29 version of PHP.
I’m running out of ideas…
Anyone knows where the problem might come from?Thanks a lot! 🙂
Julie
The topic ‘PHP update issue’ is closed to new replies.