I’d start by deactivating all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
Hi Robin
Thank you for your response.
We have already tried several troubleshooting steps, including:
Changing the theme.
Deactivating all plugins.
Contacting Divi (theme) support.
Contacting bbPress support.
Creating a new .htaccess file.
Uploading fresh WordPress core files.
Following the recommendations in this video: YouTube link.
Testing with the Health Check & Troubleshooting plugin.
After extensive testing and investigation, our web hosting provider has concluded that bbPress is attempting to use an abnormally high amount of PHP memory. They have also provided us with an error log file that might help clarify the issue further. Please let me know how we can upload this.
We would appreciate any insights or suggestions you may have to resolve this problem.
Looking forward to your response.
I am just a volunteer here, there is no paid support. If you email me the log, I will take a quick look.
contact me via http://www.rewweb.co.uk/contact-me/
Hi Robin,
Thank you so much for your generous offer to help – we truly appreciate it!
After some troubleshooting, we have identified that the issue is related to our child theme. Given this, we would like to take another attempt at resolving it on our own before reaching out for further assistance.
Once again, thank you for your willingness to help – it means a lot! We will keep you updated if we need any further support.
no problem, I hope you get fixed soon 🙂
Possible Explanation for bbPress replies import issue
It seems we may have found an explanation for the issue with importing replies in BBPress.
From what we now understand, bbPress has changed the way replies are linked to topics. Previously, topics and forums were connected using the post parent meta field, making it easy to import and structure data. However, it appears that replies now reference a different column that contains the topic ID.
The issue arises because the old database contains topic IDs that are unique WordPress-generated values. When importing into the new site, these IDs don’t match because the new site generates different IDs for topics. As a result, replies are unable to connect to their corresponding topics since they are searching for IDs that do not exist in the new database.
- In the old database, the topic IDs are unique WordPress-generated values.
- When importing these into the new site, the IDs don’t match because the new site generates different IDs for the topics.
- As a result, the replies don’t know where to connect since they are searching for IDs that do not exist in the new database.
This change in how replies are structured seems to be the root cause of the problem. If anyone has encountered this before or has suggestions for handling ID mapping efficiently, feel free to share your insights.
If you have exported press from another site, and then imported- yes series, and post parents for topics and replies can be wrong where on the imported site there are existing users, posts or pages. There are no easy solutions – I have some code that should fix replies, but I am on holiday at the moment with no access
Does this mean that no one using bbPress can export old forum posts with content to a new website anymore?
This must be an issue that many people are experiencing.