Problem
-
Hi,
I have a problem with a very important page on my site that gets this fatal error when I try to edit:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 135168 bytes) in /home/myroomi/public_html/wp-includes/wp-db.php on line 1924
I cannot edit it and my host showed me I get these errors:
[17-Feb-2018 23:20:00 UTC] WordPress database error Table ‘myroomi_myroomi.wp_yasr_votes’ doesn’t exist for query DELETE FROM wp_yasr_votes WHERE post_id = 13224 made by include(‘wp-admin/edit-form-advanced.php’), wp_delete_post_revision, wp_delete_post, do_action(‘delete_post’), WP_Hook->do_action, WP_Hook->apply_filters, yasr_erase_data_on_post_page_remove_callback
[17-Feb-2018 23:26:28 UTC] WordPress database error Table ‘myroomi_myroomi.wp_yasr_votes’ doesn’t exist for query DELETE FROM wp_yasr_votes WHERE post_id = 16277 made by require_once(‘wp-admin/admin-header.php’), do_action(‘admin_head-nav-menus.php’), WP_Hook->do_action, WP_Hook->apply_filters, _wp_delete_orphaned_draft_menu_items, wp_delete_post, do_action(‘delete_post’), WP_Hook->do_action, WP_Hook->apply_filters, yasr_erase_data_on_post_page_remove_callbackHere is what they said:
Those might be a remnant from the changes that plugin made to your database.
You may need to reactivate the plugin, then check with the plugin’s developer to see if there are any special instructions that need to be followed to properly remove it. The specific error message is in relation to the “wp_yasr_votes” table not existing and something is trying to remove rows from it. This really shouldn’t be happening with that plugin disabled. Looking at the error_log, I don’t see the error anymore, so it’s also possible that this was only from when the plugin was enabled, and now that it’s disabled, everything will be fine. Should that be the case, the plugin may not work without manual edits to your database.
SO, how can I properly remove this error? I deleted the plugin already and the fatal error was still there. I just can’t edit the page.
Thanks for your help.
StefanThe page I need help with: [log in to see the link]
- The topic ‘Problem’ is closed to new replies.