foadyousefi
Forum Replies Created
-
Forum: Plugins
In reply to: [Kustom Checkout for WooCommerce] Changing API endpoints@boozebrorsan Thanks for super fast response.
Checked the code and looks like this has been taken care of. Closing this ticket.
Please, we need this to work. Any input, any progress or any workaround?
Any input from plugin support?
@joneiseman Oh, thank you 🥰. Then lets hope plugin owner/contributors jump in.
Yes, indeed it is conflict. But will you look into it? Since Enfold is a widely used theme.
Yes, with both Enfold and Enfold child theme, its the same.
@joneiseman I’ve already done the correct setup with the API key, I mentioned that if I change the theme to anything other than Enfold, it works just fine.
The problem is some conflict with Enfold theme.
Forum: Plugins
In reply to: [RediSearch] Stuck on 20/540Thanks, now I have somewhere to look into. I Will check and hopefully find a solution.
I will do my best to come up with a solution as soon as possible.
Forum: Plugins
In reply to: [RediSearch] Stuck on 20/540I mean the usual server errors. It’s hard to say where exactly you can find them, since each server might handle logs differently.
- This reply was modified 4 years, 8 months ago by foadyousefi.
Forum: Plugins
In reply to: [RediSearch] Stuck on 20/540Hi,
This means some of the posts between 21 and 40, causing some errors. Can you please check your error log and past any related errors here.
Forum: Plugins
In reply to: [RediSearch] Warning: Invalid argument suppliedThanks @glidem
I’m not able to reproduce.
Can you please add
var_dump($loaded_modules);before line 122 inWpRediSearch.phpon your development site, then refresh your site and post the results here.This line will dump the result of
MODULE LIST, but shows the results PHP code can see.Forum: Plugins
In reply to: [RediSearch] Warning: Invalid argument suppliedHi @glidem
Sorry, a bit late answer. This line is where plugin checks if RediSearch module is installed on the server. To debug the issue, can you check which version of Redis and RediSearch module you are using, please?
For this, if you have access to the server, run
redis-server -vto find redis version and for RediSearch module, after enteringredis-clirunMODULE LIST.Forum: Plugins
In reply to: [RediSearch] But your index not existI think cache plugins delete all data and re-cache again. I assume they just delete everything from the Redis server which contains RediSearch indexed data as well and when they re-cache, the RediSearch data is gone.
One possible solution here is to re-index periodically as well.
Forum: Plugins
In reply to: [RediSearch] Redisearch Auto-indexNice suggestion. I will put it on my list. Thanks.
Forum: Plugins
In reply to: [RediSearch] RediSearch module not loaded!I’m happy the issue was this easy to spot.
I think RediSearch 2.0 is only working with Redis 6.0 and above.
To install Redis server follow: https://redis.io/topics/quickstart
and RediSearch: https://oss.redislabs.com/redisearch/Quick_Start/I’m not sure if they are available in
aptrepository.