Mysql was stacking up crashed site after activating
-
I installed and activated this plugin which caused an issue with mysql stacking up which ended up crashing the site. I tested on a staged site for this site and it worked seamlessly so I’m not sure what’s causing this issue.
Here’s an example query.
SELECT tr.object_id, tr.term_taxonomy_id FROM wp_term_relationships AS tr INNER JOIN wp_posts ON object_id = wp_posts.ID LEFT JOIN wp_term_relationships AS ppma_tr ON ppma_tr.object_id = wp_posts.ID LEFT JOIN wp_term_taxonomy AS ppma_tt ON ppma_tt.term_taxonomy_id = ppma_tr.term_taxonomy_id AND ppma_tt.taxonomy = 'author' LEFT JOIN wp_terms AS ppma_t ON ppma_t.term_id = ppma_tt.term_id AND ppma_t.slug = '' WHERE tr.term_taxonomy_id IN
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Mysql was stacking up crashed site after activating’ is closed to new replies.