Hello! Thank you for helping me figure it out.
I installed the version of the Branch2 plugin. Over the post, the following code is displayed:
SELECT pea_posts.ID, pea_posts.post_title, pea_posts.post_excerpt, pea_posts.post_content, pea_posts.post_author, pea_posts.post_date, pea_posts.post_type FROM pea_posts WHERE pea_posts.post_status = 'publish' AND (pea_posts.ID = '') AND (pea_posts.post_type = 'post') LIMIT 0, 999SELECT pea_2_posts.ID, pea_2_posts.post_title, pea_2_posts.post_excerpt, pea_2_posts.post_content, pea_2_posts.post_author, pea_2_posts.post_date, pea_2_posts.post_type FROM pea_2_posts WHERE pea_2_posts.post_status = 'publish' AND ((pea_2_posts.ID = '334') OR (pea_2_posts.ID = '340') OR (pea_2_posts.ID = '341')) AND (pea_2_posts.post_type = 'post') LIMIT 0, 999SELECT pea_18_posts.ID, pea_18_posts.post_title, pea_18_posts.post_excerpt, pea_18_posts.post_content, pea_18_posts.post_author, pea_18_posts.post_date, pea_18_posts.post_type FROM pea_18_posts WHERE pea_18_posts.post_status = 'publish' AND (pea_18_posts.ID = '') AND (pea_18_posts.post_type = 'post') LIMIT 0, 999
Then I installed Branch3. Data on top of the post displayed similar
With these versions php_errors was not displayed in the logs
-
This reply was modified 6 years, 8 months ago by
EvgenBest.