However, in Troubleshooting Mode, updated topic “test 3” is being shown correctly.
Active plugins: bbPress and bbp style pack
I can’t fix the error until you get your admin emails working !!
so the admin email address in
dashboard>settings>general need to be a valid and working email, you can’t run a site without this working, so I think as a first action you need to fix this.
when you have, come back
But that email address (which is an alias) does work, and has not been changed since it was assigned as the Admin email address in 2015. OK some of the emails from the blog site get stuck in the Sent folder, but I still can read them there.
Does that email address have to match the out-going email address? It doesn’t because my ISP forces me to use a @hollandnumerics.com address for out-going emails
email does not have to match, but lots of things in between the send and recieve can jink emails they consider spam or suspicious.
So if you are not getting the error emails, can I suggest you install
Check & Log Email – Easy Email Testing & Mail logging
and use this to test emails, and if the site attempts to send an email, the email logs can tell you what it tried to send.
Check Email installed. It defaults to local sendmail, instead of installed Postman SMTP that uses smtp.officce365.com. However:
This test email proves that your WordPress installation at https://hollandnumerics.org.uk can send emails. Sent: Sun, 06 Jul 2025 10:10:50 +0000
ok, so now you need to generate the ‘critical error’ screen, and the logs should show the email sent
I have caused an updated topic to fail when saving. The “test” topics all state that a critical error has occurred, but no emails are detected.
Now you are a blog member, please feel free to post a new topic
so no email in the email logs
dashboard>check and log email>email logs
Postman SMTP has its own Email logs, and there were no emails there either.
ok, so without being able to see errors, I’m not sure I can help further, clearly there is something not working correctly on your site, and without fixing that, I do not know if it is contributing to the other issues you are having.
If you have FTP access, you can change wp-config to log and display errors, there are plenty of articles on the web that can do so, and several plugins that might work.
OK.
Thank you for your help. I’ll report any successes
do come back if you are able top tell me the error codes, quite happy to try and help further
I have 1 success to report thanks to your WP_DEBUG suggestion:
- There were error messages being generated by bbpress Simple View Counts in debug.log, so I deactivated the plugin, and now the critical error messages are no longer seen when viewing topics.
The saving of updates to large topics containing table tags is still not working.
Not sure if these are relevant, but I’ve seen these messages about null parameters in functions.php:
[06-Jul-2025 14:51:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wp-includes/functions.php on line 7360
[06-Jul-2025 14:51:35 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/wp-includes/functions.php on line 2195
Any assistance will be gratefully received, as my PHP knowledge is limited.
The saving of updates to large topics containing table tags is still not working.
ok, so now we need to address this.
I’m going to suggest we don’t do troubleshooting mode for the moment, but let’s see what works and doesn’t work in live.
You say ‘large topics containing table tags’ so we need to define this.
so in live can you answer each one of these plaese
1. pure text say ‘hello’ works – yes/no?
2. Pure text but a lot of it works – yes/no?
3. `<table>
<tbody>
<tr>
<td>
hello
</td>
</tr>
</tbody>
</table>`
works – yes/no?
4. IF they all work, and please confirm this for each of the above, then can you post an example of what doesn’t work?
1. Yes
2. Yes
3. Yes
4. The HTML in the topic is too large for this forum, and fails to save in a topic AND in a page using Classic Editor
I now suspect this problem is caused by Classic Editor, and not specifically bbPress
I increased the WordPress memory to 256M in wp-config.php, but there was no change.
I tried to increase the page size in wp-config.php too, but I’m not sure it worked.
I’m not going to have access to my WordPress admin screens for a few weeks now, but I’ll get back to you if I have any further news.
Thanks………..Phil
by the way, I tried your long post on my test site, and it worked ok.