Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Local Custom Override Not Working
This topic contains 22 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years, 5 months ago.
- AuthorPosts
- June 13, 2016 at 12:50 pm #8991
I’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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 13, 2016 at 2:18 pm #8992I 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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 13, 2016 at 2:39 pm #8994Perfect news; thank you. Hope you can find it why and add to next updates.
June 14, 2016 at 9:08 pm #9027You cannot access this content.June 18, 2016 at 8:29 pm #9113Is there any news about those two problem?
June 18, 2016 at 8:31 pm #9114After update new version 500 internal error again!
June 20, 2016 at 9:21 am #9125I’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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 20, 2016 at 12:43 pm #9132I 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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
The topic ‘Local Custom Override Not Working’ is closed to new replies.