I am trying to update php version from 7.3 to 7.4 since WordPress is announcing that the next WordPress update in October will need php 7.4 to work.
When I update php version to 7.4 from cpanel the site crushes. The first time I received an email with a link to recovery page that didn’t work at all. In that message it turned out that a plugin called “Duplicator pro” is the problem.
WordPressin version 6.3.1
Current theme: Storefront Child Theme (versio 1.0.0)
Plugin: Duplicator Pro (versio 4.5.12.1)
PHP version 7.4.33 (The site is running now on php 7.3)
Now with the plugin disabled (also tried to disable all the plugins) I updated php to 7.4 and I still can’t login to my site. There is apparently a connection problem with the database. My hosting provider checked that my user name is still in the database so I am lost. The login “worked” with my email but I cannot access to the dashboard. It only shows the frontpage when I login using the email so at the end of the day I am still not able to login to my page.
Thanks in advance!
Laura
]]>The “loading” icon does not want to disappear indicating that something is not fully loaded/available.
After investigations on my side, I noticed the following:
A. After switching to the default WordPress theme: Twenty Twenty-Two.
B. Disabling ALL the plugins but not Woocommerce.
C. Updated back from PHP 7.3 to PHP 7.4 version. (Woocommerce was not working properly, I could NOT proceed with payment).
The “loading” icon does not want to disappear indicating that something is not fully loaded/available.
D. Reverted back from PHP 7.4 to PHP 7.3 version. (Woocommerce is working properly, I could proceed with payment).
I conclude that this is an issue of my Woocommerce version 7.0.0 (latest version).
I would really appreciate your help on this.
Thanks.`
]]>FILE: /wp-content/plugins/wp-responsive-menu/inc/wprmclass.php
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 123 ERRORS AND 1 WARNING AFFECTING 107 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------
14 | WARNING | Function name "__construct" is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
15 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
16 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
19 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
21 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
……
]]>My provider is upgrading their PHP servers, and I have to chose whether to pay for the old 7.2, or use 7.3 for free. I have no ways to test for myself in advance.
]]>I am using php 7.2 as it is supported by ubuntu 18.04 LTS. What functionality am i supposedly missing out on?
]]>We have memory set to 512mb
Debug says
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 32768 bytes) in /home/domainstore/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 331
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 32768 bytes) in /home/domainstore/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/src/class-constants.php on line 1
Any ideas?
]]>Most sites on our server immediately broke, they were running updated plugins and 5.51 core
A few sites ran fine, until we upgraded them to core 5.51
So 5.51 core will not run on our server without breaking sites IF we add more than woocommerce, it’s the only plugin that works on our server with core 5.51
I found some info on cpanel about enabling nd_mysqli and another old php V 5.0 file
I found something on this site about centos needing a php_mysgl extension
Server is Centos 7.80
We have 5.6 php, 7.0 php that works fine, we installed 7.2, 7.3 and 7.4 and those break all sites as soon as we upgrade to core 5.51
Then if disable all plugins and run 5.51 core on 7.4 core works, if we run woocommerce only it works, as soon as any other plugin in activate, it crashes
Error messages range from
Critical Error
White screen of death
http 500 error
We have over 100 WP sites
All use OnePress Theme
Then many use Woo
We use about 20 plugins on the sites, never had any issues
We did have issue while ago with ultiate seo breaking stuff while we were under 7.0 php with older cores
So we just disabled that plugin and had no real issues until we started running php higher than 7.0
HELP
]]>