“Not valid JSON” and “unknown column post_title.meta_value”
-
I have problem with “The response is not a valid JSON response” and “WordPress database error: [Unknown column ‘post_title.meta_value’ in ‘field list’]“. There is fine with the Custom Post Type (record, song, etc), except group.
You will see e.g. /wp-admin/edit.php?post_type=group (All Groups / Add New)Backend: /wp-admin/post.php?post=20&action=edit (group)
…(standard input first)…
More Fields
– Records
– Songs: WordPress database error: [Unknown column ‘post_title.meta_value’ in ‘field list’] SELECT etc … (error 1)I have looked on Edit Pod: group (wp-admin/admin.php?page=pods&action=edit&id=15)
– Records – Relationship [type=pick] >> Records (record) [object=post_type-record]
– Songs – Relationship [type=pick] >> Songs (song) [object=post_type-song]Save Pod: The response is not a valid JSON response. (error 2)
Also the normal and any of the Custom Post Type on Pods is also with JSON error.I have also disabled theme single-group.php and template-parts/content-group.php. But they are in another theme. Now I have temporary standard theme.
In short: Disabled plugins except Pods, classic editor and switch theme. Temporary Twenty Twenty-One theme, I have php 7.4 (soon 8), WP_DEBUG, WP_DEBUG_LOG and WP_DEBUG_DISPLAY is true, WP_HOME and WP_SITEURL is https://example.com, .htaccess 644 and Site Health: “The REST API did not process the context query parameter correctly.“. (error 3)
Can you help me?
- The topic ‘“Not valid JSON” and “unknown column post_title.meta_value”’ is closed to new replies.