I keep seeing these error reports:
PHP Warning: Undefined array key "body" in /home/percysgr/public_html/wp-content/plugins/wpforo/classes/Actions.php on line 310
PHP Warning: Undefined array key "body" in /home/percysgr/public_html/wp-content/plugins/wpforo/classes/Actions.php on line 311
This are wpforo related but I also get these ones from Mycred. I would have taken this to gvectros site but the site is down:
PHP Warning: Undefined variable $mycred in /home/percysgr/public_html/wp-content/plugins/mycred/includes/mycred-functions.php on line 4784
Any ideas on whats is causing this and how I can fix it?
Thanks in advance for any help 🙂
You have some inconsistence in the database. Some topics were deleted incompletely. So I recommend clear your database and remove orphan topics and posts using [Clean Up] button in wpForo > Overview admin page. If you'll get new errors then you should execute the following SQLs:
DELETE FROM wp_wpforo_topics WHERE first_postid = 0; DELETE FROM wp_wpforo_posts WHERE topicid = 0;
Change the red marked wp_ table prefix if it doesn't match to yours.
Use some backup plugin or phpMyAdmin to backup the database before executing the SQLs.
Thanks @robert I am going to run a full back up of the site aand get this done today. I have a couple of questions though.
I also have this error: PHP Warning: Undefined array key "body" in /home/percysgr/public_html/wp-content/plugins/wpforo/classes/Actions.php on line 311
Will this also fix this problem?
And, how did some topics get deleted incompletely?
Also, happy new year to you and the team, thanks for everything you guys do!
Im still getting this:
PHP Warning: Undefined variable $mycred in /home/percysgr/public_html/wp-content/plugins/mycred/includes/mycred-functions.php on line 4784
I suppose I have to do this?:
DELETE FROM wp_wpforo_topics WHERE first_postid = 0; DELETE FROM wp_wpforo_posts WHERE topicid = 0;