Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Local Custom Override Not Working
- This topic has 22 replies, 2 voices, and was last updated 9 years, 11 months ago by
Ernest Marcinko.
-
AuthorPosts
-
June 13, 2016 at 12:50 pm #8991
Ernest Marcinko
KeymasterI’ve found the error log file, but there is nothing there about ajax search pro errors, so debug mode won’t help anyways.
I’m going to just do a line to line debugging to see where it fails, it’s probably quicker anyways.
June 13, 2016 at 2:18 pm #8992Ernest Marcinko
KeymasterI have finally found the problem, but I have no idea why it’s causing it, as there are no indications of errors.
For some reason the “Force inline styles” option was enabled on the search Compatibility Options panel, and it was causing the 500 error. Once I turned it off, the error disappeared and the search shows up as it supposed to.
June 13, 2016 at 2:39 pm #8994Depozitosuz
ParticipantPerfect news; thank you. Hope you can find it why and add to next updates.
June 14, 2016 at 9:08 pm #9027Depozitosuz
ParticipantYou cannot access this content.
June 18, 2016 at 8:29 pm #9113Depozitosuz
ParticipantIs there any news about those two problem?
June 18, 2016 at 8:31 pm #9114Depozitosuz
ParticipantAfter update new version 500 internal error again!
June 20, 2016 at 9:21 am #9125Ernest Marcinko
KeymasterI’ve activated the search, but I’m getting results without an any problems. It might have been a caching only? If you are using multiple layers of cache, I recommend following this guide to make sure everything goes smoothly after update.
I will look into both other issues shortly.
June 20, 2016 at 12:43 pm #9132Ernest Marcinko
KeymasterI have found the problem with related posts pro and that plugin. RPP recognized each post as an individual single post and executed itself, so it took too much resources. (the internal is_single() wordpress call returned true) I guess it’s because the toolset plugin uses WP_Query and it acts as if all the present items are single ones.
Anyways, I’ve added an exception to not execute the plugin in that case. It appears to be working now.
I have also found the issue with the search cache, it’s related to the previous release, but unfortunately I cannot fix that in place – because the issue is within the minified javascript files, which I can only change before the minification process.
I checked the performance tracker, and the search queries appear to be all right in, they are executed under 0.1 seconds, so the database can keep up with that.I’m going to fix that for the next update of course, until then you can safely use it without the cache. Sorry about that inconvenience.
-
AuthorPosts
- The topic ‘Local Custom Override Not Working’ is closed to new replies.