Forum Replies Created
-
Thanks for everyone’s help on this, sorry I’ve taken an age to reply – had some problems with my forum login.
OK thanks for looking at this anyway. I’m now thinking it may relate to the MySQL 8 settings, specifically SQL_MODE which included ‘STRICT_TRANS_TABLES’ (strict SQL mode > no zero dates).
I’ve tried removing this setting from SQL_MODE (for both session & global), but this doesn’t seem to resolve – when logging in to MySQL as the WordPress user I still get this error
Error Code: 1525. Incorrect DATETIME value: ‘0’
when running the query:
SELECT p.ID FROM wp_posts AS p WHERE p.post_date < ‘0’ AND p.post_type = ‘forum’ AND ( p.post_status = ‘publish’ OR p.post_status = ‘private’ OR p.post_status = ‘hidden’ ) ORDER BY p.post_date DESC LIMIT 1;
If I make any more progress I’ll post it here 🙂
Yes – viewing the default pages & post was possible before creating the child theme…
Thanks for the reply – sorry for the delay, had to remind myself of child themes setup 🙂
Still the same error sadly…Viewing the default pages and ‘Hello World’ post is OK though, if any help.
Thanks for coming back to me. Unfortunately that doesn’t seem to have resolved, I’ve also cleared the browser cache. The permalinks are set to ‘Plain’.
So the test forum URLs are below, both give the same error:
http://localhost/sitename/?forum=forum-test1
http://localhost/sitename/?forum=forumtest2
Thanks for your help.
Just to add – bbPress version 2.6.4.