Strange insert query
-
Hi
i have a problem and i dont know where to look for an answer.My problem is:
When i click to add a new post, on query monitor screen this is what i see
INSERT INTO
wp_posts(
post_author,
post_date,
post_date_gmt,
post_content,
post_content_filtered,
post_title,
post_excerpt,
post_status,
post_type,
comment_status,
ping_status,
post_password,
post_name,
to_ping,
pinged,
post_modified,
post_modified_gmt,
post_parent,
menu_order,
post_mime_type,
guid`) VALUES (1, ‘2021-08-06 10:21:52’, ‘0000-00-00 00:00:00’, ”, ”, ‘Auto Draft’, ”, ‘auto-draft’, ‘post’, ‘closed’, ‘closed’, ”, ”, ”, ”, ‘2021-08-06 10:21:52’, ‘0000-00-00 00:00:00’, 0, 0, ”, ”)
UPDATE wp_posts
SET guid = https://mydomain.xxx/?p=151208
WHERE ID = 151208`
Not always but very often
Any help
Thanks
- The topic ‘Strange insert query’ is closed to new replies.