mattg13
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scheduled Posts not posting (Missed Schedule)I’ve disabled cron jobs in wp-config and enabled cron jobs from my server’s control panel and nothing helped.
Forum: Fixing WordPress
In reply to: Scheduled Posts not posting (Missed Schedule)I should mention I’m running 4.5.2
Okay default theme and no plugins activated right now. Still doing it.
One other thing. I just tried to manually add a new tag directly at the edit-tags.php page and I’m getting this error:
Catchable fatal error: Object of class WP_Error could not be converted to string in D:\home\ambucs.org\wwwroot\wp-admin\includes\class-wp-terms-list-table.php on line 417
https://www.ambucs.org/ot-practice-magazine-feature/
Here is a direct link to an offending post with duplicate tags. If you’ll notice in my previous post, I added two new tags called TEST1 and TEST2, and in this post those two tags are duplicated a bunch of times.
The problem seems to persist with no plugins and with the twenty fifteen theme activated.
I noticed in the database that the offending tags had an ID of 0 in the wp_terms table and that there were duplicates of the post_tag taxonomy in the wp_terms_taxonomy table also with IDs of 0. I cleared those out of the database and created a new post with new tags and it happened again: it created a new post_tag taxonomy for each new tag with IDs of 0 and the new tags each had IDs of 0. It seems like these tags just keep getting repeated on the actual posts themselves.
Any ideas why this might be happening?
Here is a link to what those tables look like: https://imgur.com/a/wJ5KH
Forum: Fixing WordPress
In reply to: RSS feed non-existent?No I have not. Honestly, I didn’t even think to. But I will reach out to them and see if they can shed some light on the issue. Thank you!