Query causing error in posts-edit-user-access.php
-
I’m using the pro version of this plugin on a site that is hosted on WPEngine. The query being executed on line 815 in
posts-edit-user-access.php
is producing a query over 16k characters long, which get killed by WPEngine due to being inefficient. Is it possible that this query be adjusted? TheWHERE
clause is checking for where the post ID is in a long list of IDs which I believe is why this query is becoming too long.
- You must be logged in to reply to this topic.