And it still checks only up to PHP 7.3 version, most of us are using 7.4 version.
And 8.1 version is already out there, will we ever get the support for checking plugins compatibility for PHP 8.1 Version?
This is really cool feature to have, to know which plugins are compatible with php version.
Hoping that we will have some update from you guys.
Thank you.
]]>I have unfortunately been running an outdated version of php (have only just realised) and am trying to update this but keep crashing my site.
I am currently on php version 5.4.45 and my site is hosted with HostGator. Through HostGator cpanel I have the option to update to php versions 7.0 or newer from the php manager, but when I do this I get the white screen of death and can’t then access my wp-admin to update the WordPress to a newer version than the one I have currently.
I can’t update the WordPress version first as a newer version isn’t compatible with php I have.
Feeling a bit stuck as I can’t put a newer version of WordPress on without updating my php but if I update my php version, this crashes the site and I can’t access my dashboard to then update the WordPress version to one that is compatible.
I have this message on my dashboard:
An updated version of WordPress is available.
You cannot update because WordPress 5.5.2 requires PHP version 5.6.20 or higher. You are running version 5.4.45.
I am thinking I need to update my php and then perhaps do a manual WordPress version update through FTP on my HostGator site. Is this the best option or am I missing something that’s a bit more straightforward.
Thank you for your help
]]>I have been using “Webmarket” template.
Unfortunately, after updating php from version 5.6 to 7.2, my data not displayed in the footer section of my site, and none of my filters can’t be clicked on the store page in the right column section.(they are frozen) at this address: https://www.meroeh.com/shop/
I disabled each plugins but the problem was not solved.
I put the image of the site footer in the attachment file before updating php with the name php 5.6 and the next image is after update php with the name php 7.2. I also put an image of the errors after the php update by the “Query Monitor” plugin.
before updating php (php 5.6)
after updating to php 7.2
show errors with “query monitor” plugin
I need your helps…
Thanks a lot
I am new to the forum but dealing with the PHP update in WordPress. Whenever I update the PHP to 7.2, activating Jetpack (even the latest version) as well as other WordPress and some other plugins leads to a “white screen of death.” When I revert back to the old PHP, however, everything is fine. Any ideas how I can know beforehand which plugins will be safe with the latest PHP rather than having to stick with an old PHP?
Sincerely,
Ian Guthrie
]]>I don’t know what email address is associated to the account, so I’m not sure what to do. I’m unable to access any information at all now.
————————————–
I’m trying to update my PHP version from 5.5.9 to 7 so I can update my version of WordPress. When updating the PHP version, the site will start to give me a 500 error (Page isn’t working. Currently unable to handle this Request. HTTP ERROR 500).
I’ve tried deactivating all of my plugins and then updating, but the issue persists. Does anyone have any idea what I can do?
]]>I manage a web page with wordpress but am not at all familiar with html. My WordPress dashboard is telling me I need to update my PHP. I followed the steps to do it including using the plugin “PHP Compatibility Tracker” and it came up with some issues with my theme. I tried googling around and there were some answers to my problem but I couldn’t understand them. I’m hoping if paste the issues and the corresponding code below and someone might be able to just tell me how to change them?
1. Problem per the PHP Compatibility Plugin:
FILE: /home3/lvpc/public_html/wp-content/themes/andrinatheme/functions/admin-interface.php
———-
FOUND 2 ERRORS AFFECTING 1 LINE
———-
900 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0; Use pcre instead
900 | ERROR | Function ereg_replace() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_replace() instead
Full Line of Corresponding Code in admin-interface.php(this is the only place “ereg” shows up):
$jquery_click_hook = ereg_replace(“[^A-Za-z0-9]”, “”, strtolower($value[‘name’]));
2. Problem per the PHP Compatibility Plugin:
FILE: /home3/lvpc/public_html/wp-content/themes/andrinatheme/template-contact.php
———–
FOUND 2 ERRORS AFFECTING 1 LINE
———–
20 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0; Use pcre instead
20 | ERROR | Function eregi() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_match() instead
Full Line of Corresponding Code in template-contact.php(this is the only place “ereg” shows up):
} else if (!eregi(“^[A-Z0-9._%-]+@[A-Z0-9._%-]+\.[A-Z]{2,4}$”, trim($_POST[’email’]))) {
Thank you so much for all your help in advance!
]]>