Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problems with Ultimate Member
- This topic has 7 replies, 2 voices, and was last updated 6 years, 3 months ago by
Ernest Marcinko.
-
AuthorPosts
-
February 23, 2020 at 8:20 pm #25944
Johannes42
ParticipantHey guys,
I noticed that your plugin is causing problems with Ultimate Member. When the search bar is activated, the account page of UM does not always load and the console shows errors. The profile page has issues as well, the user cannot add upload photos anymore. I attached a shot of the error message I get.
Could you fix that please?
JohannesFebruary 24, 2020 at 9:50 am #25948Ernest Marcinko
KeymasterHi,
It is hard to tell, but looks like there is a problem with the plugin initialization on the front-end.
I would suggest doing to following steps to make sure everything is clean:
– Doing a full plugin Wipe and then deleting the plugin fully, then installing again
– Clearing all layers of your site cacheIf there was some sort of data inconsistency or file issue, that should resolve it.
February 24, 2020 at 9:52 am #25949Johannes42
ParticipantHey Ernest,
Thanks for your answer. I was hoping I don’t have to delete any data so that I don’t need to set everything up again.
So could you maybe just take a look at it?
JohannesFebruary 24, 2020 at 10:12 am #25951Ernest Marcinko
KeymasterHi,
Sure, please add temporary FTP and back-end details, and I will try to debug through the source.
February 24, 2020 at 2:01 pm #25956Johannes42
ParticipantYou cannot access this content.
February 24, 2020 at 2:39 pm #25961Ernest Marcinko
KeymasterThank you!
I didn’t actually needed the SFTP after all. So, the issue is caused by the page minification – and the issue was not present to admin accounts, as it is probably turned off in for administrators. I could not find which plugin is doing the page minification, but it actually adds an extra character to the JSON string that is used in the plugin init. I don’t know why it is doing that, it probably recognizes some sort of a pattern incorrectly.
Luckily there is an option to change the loading method within the plugin. I have changed that here: https://i.imgur.com/Uf53bjH.png
It should be okay now.I still recommend turning off/reconfiguring the HTML minification or switching to a different solution if possible.
February 24, 2020 at 2:47 pm #25964Johannes42
ParticipantAh nice,
It is good that you mentioned that. My theme minifies the HTML, I deactivated it and set the init method back to dynamic and it works fine.
Cool!
Thanks
JohannesFebruary 24, 2020 at 3:06 pm #25965Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts
- You must be logged in to reply to this topic.