Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Error log
Tagged: error log
- This topic has 16 replies, 3 voices, and was last updated 5 years, 4 months ago by Diana.
-
AuthorPosts
-
July 22, 2019 at 3:34 am #219195vmaSpectatorIn error log, one error is showing continuously, though I am unable to understand the errorJuly 22, 2019 at 3:35 am #219196vmaSpectatorThis reply has been marked as private.July 23, 2019 at 5:15 am #219378loganMember
Hi,
thanks for reporting this issue and providing any information that you can. I’m trying to find a good way to reproduce this and/or figure out why the database table may not be created for some installs as part of https://core.trac.wordpress.org/ticket/46167.
There seems to be 2 separate issues:
1. A PHP notice generated because WordPress tries to use the
wp_blogmeta
table even though it doesn’t yet exist.
2. Thewp_blogmeta
table is not created.We can fix the first issue pretty easily in WordPress by making sure we don’t try to use the table in this one case until the table is available.
Some correct ways to solve the second issue are:
1. Visit
wp-admin/network/upgrade.php
and click “Upgrade Network”. This triggers the global database upgrade.
2. Use WP-CLI to update the network DB:wp core update-db --network
Both of these should work as long as:
1. The site address is for the main site of the main network.
2. TheDO_NOT_UPGRADE_GLOBAL_TABLES
constant is not defined.
3. There is nothing filteringwp_should_upgrade_global_tables
tofalse
I’m interested in knowing more about your environment if you’ve tried either of these options specifically and the database table is still not created. Please give me a ping and we can look at it closer.
Thanks!
July 23, 2019 at 12:41 pm #219480vmaSpectatorThis reply has been marked as private.July 24, 2019 at 6:24 am #219588loganMemberYes it is. for the precautions create a backup and restore point before taking further steps.July 24, 2019 at 6:50 am #219594vmaSpectatorThis reply has been marked as private.July 25, 2019 at 6:53 am #219759loganMemberHello, Please share admin credentials in a private reply and also let me know the way to find this error on your website. WordPress database error Table 'ecoursep_dfe.dfe_bp_messages_recipients' doesn't exist for query SELECT SUM(unread_count) FROM dfe_bp_messages_recipients WHERE user_id = 36 AND is_deleted = 0 AND sender_only = 0 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'),July 27, 2019 at 9:01 am #220088vmaSpectatorThis reply has been marked as private.July 29, 2019 at 6:16 am #220184loganMemberThis reply has been marked as private.August 8, 2019 at 9:07 am #221572vmaSpectatorThis reply has been marked as private.August 9, 2019 at 8:24 am #221707loganMemberHello, this is related to the BuddyPress and bbpress plugins.Try de-activating and deleting these plugins and then re-activate them. This should re-create any missing tables from the DBS...
I hope that helps!
August 11, 2019 at 4:27 pm #221953vmaSpectatorThis reply has been marked as private.August 12, 2019 at 8:22 am #222001loganMemberHello, login to your c-panel or by using ftp. goto public-html >> your-site>> wp-content >>plugins >> rename the buddypress folder. it will be deactivated.August 12, 2019 at 1:24 pm #222041vmaSpectatorThis reply has been marked as private.August 13, 2019 at 6:56 am #222132loganMemberHello, when you rename this folder that means you can restore it by changing its original name. suppose: it was BuddyPress before then become BuddyPress old. if you again revert it back as buddypress, it has the same settings as you have set before.
if you install new BuddyPress then it will come with the default setting. all the data from buddypress like users >> activity etc is already stored in the database so that deleting this plugin will not affect those tables. -
AuthorPosts
- The topic ‘Error log’ is closed to new replies.