Plugin upgrade triggers server memory issues
-
Hi Tobias, great plugin.
I recently updated to TablePress 1.7 (on WP WordPress 4.4.1 running Canvas theme) and for some reason am now getting memory issues when trying to edit all pages in the WP backend. If I have your plugin activated and try to click the Pages -> All Pages link when logged in receive the following message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /virtual/sportingtours.co.nz/public_html/wp-includes/meta.php on line 833
I’ve gone through the debug process as you suggest in your sticky post and believe that activating the TablePress plugin is now the only cause of this editing issue.
With DEBUG turned on I also get the following message on screen:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct() instead.
Looking at /wp-includes/meta.php I see the following code at line 833:
// Force subkeys to be array type:
if ( !isset($cache[$mpid]) || !is_array($cache[$mpid]) )
$cache[$mpid] = array();
if ( !isset($cache[$mpid][$mkey]) || !is_array($cache[$mpid][$mkey]) )
$cache[$mpid][$mkey] = array();My thoughts:
– Could my database be corrupted?
– Could content submitted to the table press WP table via the interface be causing the memory issues or
– could it be use of the ‘constructor’ method?I’ve tried downgrading the plugin to an old copy (v1.4) but get the same message when trying to access http://www.sportingtours.co.nz/wp-admin/edit.php?post_type=page. I’ve also tried a fresh plugin install but again no joy.
Any thoughts?
The topic ‘Plugin upgrade triggers server memory issues’ is closed to new replies.