Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Error
This topic contains 10 replies, has 2 voices, and was last updated by Ernest Marcinko 2 years, 7 months ago.
- AuthorPosts
- October 17, 2020 at 3:29 am #29842
Hello,
I’m getting an error on mobile only it seems, and only some of the time. I’ve contacted the host (Go Daddy) and they’re no help and told me to contact the plugin developer. I’ve attached a screenshot of the error.I’ve disabled all of the plugins, gone to a default theme and I’m still getting the error. Do you have anything you can suggest? I will give you login credentials if required. Please send response to [email protected]. Thank you.
Attachments:
You must be logged in to view attached files.October 17, 2020 at 12:06 pm #29849Hi,
Thank you for the details, I was able to replicate the issue.
I stringly suspect that this is something on the server side, as the problem is not possible to replicate 100% of the time, it happens randomly sometimes on the same phrases, then not, then again, then not.. This is definitely not a programmatical error in the plugin itself, as it would be possible to replicate all of the time with the same parameters.
Do you happen to know if there is any object cache, or some sort of database cache active in your hosting package, on the server level? The requests are coming back with an “OK” response, so the code executes, runs and somehow there is nothing in it. I have seen previously this exact same issue with a PHP object cache enabled.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 19, 2020 at 9:37 pm #29875Hello,
I was able to turn off all caching on the site. This is on a Go Daddy Managed WordPress plan. Do you have any other suggestions? Thanks!October 20, 2020 at 10:24 am #29882Memory limit can also cause issues like that. Check the memory limit in the PHP configuration, and if possible increase it to 512MB. If you are using a lot of plugins/cache etc.. then WordPress might be running out of memory.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 20, 2020 at 6:35 pm #29925I gave the site 512M memory limit and I’m still getting the issue. Can I create an account for you to log into the site and take a look? If so, what email address should I send it to?
October 21, 2020 at 9:11 am #29931Sure! Can you please do an FTP as well as back-end access? I would like to go through the code to see if there is any point the issue replicates.
Best,
You can copy/paste the details here and mark your reply as private, or edit your initial post and fill in the fields.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 21, 2020 at 2:50 pm #29958You cannot access this content.October 22, 2020 at 12:19 pm #29964Thank you!
I maybe found something, but it is unfortunately completely unrelated to the plugin. If I open the wordpress core ajax handler file, then it should always print a ‘0’ character to the browser output. In your case however, if I keep refreshing the page a few times, I get nothing: https://i.imgur.com/CHsiQlX.png
This of course happens even if our plugin is disabled.That is why the plugin reports an empty response message, as something is clearing the ajax output. I checked the PHP configuration, and the only thing that I think could cause this is the memcached PHP module. It is very rare to see memcached enabled, that is why I noticed. I recommend trying to uninstall that module via SSH to see if it makes any difference.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 22, 2020 at 6:06 pm #29969Thank you very much for the detailed response.
I talked to the customer, and they want to move this site to a new host. I have this plugin on another site and do not have this same issue. I will do this in the next few days and let you know if I still have the issue. Have a great day!
October 26, 2020 at 5:01 pm #30018I changed hosting providers and the error stopped. Thank you again for your help!
October 27, 2020 at 9:40 am #30020That is great 🙂 You are very welcome!
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.