Error 500 on 2.2 page
-
NurbisParticipant4 years, 2 months ago #10780
Hello,
I just installed the plugin and noticed one problem. When I want to visit “Define Your Search” – “Data” (2.2. page), the page is loading a while and then I get error 500.
Could it be because I’ve got too many posts on my wordpress (150 000) ? Or is there something else ?
wpsolrKeymaster4 years, 2 months ago #10785I suspect a lot of data is in your metas table.
Please try to execute the SQL on your WP:
SELECT distinct meta_key FROM wp_posts as POSTS INNER JOIN wp_postmeta AS POSTMETAS ON POSTS.ID = POSTMETAS.post_id WHERE POSTS.post_type = 'post'
You can also install https://wordpress.org/plugins/query-monitor/ and check the longest queries.
- This reply was modified 4 years, 2 months ago by wpsolr.
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.