Notifications
Clear all

wpForo 1.x.x [Solved] Forum is down again!

105 Posts
6 Users
28 Reactions
11 K Views
Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

My host also said this:

WITH RECURSIVE `forum_path` AS(
SELECT `forumid`, `parentid`, 0 AS `depth`
FROM `wp_3cy42zznwz_wpforo_forums`
WHERE `forumid` = 116
UNION
SELECT f.`forumid`, f.`parentid`, `depth` + 1
FROM `wp_3cy42zznwz_wpforo_forums` f
INNER JOIN `forum_path` fp ON fp.`parentid` = f.`forumid`
) SELECT `forumid` FROM `forum_path` ORDER BY `depth` DESC

Β 

This peice of script seems to be the issue causing too many database commands

2 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3627

@percysgrowroom,

The hook code provided by @robert disables this SQL, as far as I know you've already tried it, and it didn't help. So we can ignore this SQL and try the wpForo downgrading option: https://wpforo.com/community/how-to-and-troubleshooting-2/forum-is-down-again/#post-56383

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1187

@chris Thanks man, I have done the down grade, lets see if this makes a difference

Β 

Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

I had to update again as the private messages was broken with this version

Am I going to have to downgrade all of my add ons?

Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

been working fine for near a whoole day the the site goes down with error estblishing database connection. It never ends.....

This is what the host said was wrong:

2021-08-10 16:58:48 0 [ERROR] InnoDB: (Duplicate key) writing word node to FTS auxiliary index table `percysgr_wp03409`.`wp_3cy42zznwz_wpforo_posts`

Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

I am not able to get my site online until i know what to do here..... can anyone help?

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587

@percysgrowroom,

So you're doing some changes on the database? Why the indexes are duplicated? What's going on with your hosting and database? Have you done any changes with the database?

Please contact us via support[at]gvectors.com and ask them to look deeper, they may ask you to access to the hosting managing panel (cPanel). This is the only place they can do a deep debugging and help you. Again, I don't like your hosting service...

Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago
Posted by: @robert

Have you done any changes with the database?

I have changed nothing mate, only what you guys asked me to do last week, nothing recent.

Posted by: @robert

I don't like your hosting service...

I am open to suggestions on who you would recommend for hosting ro what I should be looking for in a good hosting planΒ 

Page 8 / 10