conradude
Forum Replies Created
-
No worries, thank you for answering that fast.
Forum: Plugins
In reply to: [Flexible Refund for WooCommerce – EU One Click Return] Bulk refundHi @rzepsen
Yes, exactly. And if that works, does it fully refund (items + shipping) orders ?
Forum: Plugins
In reply to: [APCu Manager] conflict with wpmlHello, I’ve read elsewhere that WPML has some issues with object cache. They advise to use some plugins but I don’t like them. Do you think you can make it work with wpml or that it’s impossible ?
Forum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,Yes, I think i never deleted it but just moved it into mu-plugins.. So sorry about everything.
And thank you so much for your help and the plugins that are incredible really !Forum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,Closing this thread as it’s fixed, I’ll open another for wpml.
Thanks againForum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,Ok, I moved the object-cache.php file that was in wp-content/mu-plugins to wp-content and activated the plugin and now it seems to be working.
- This reply was modified 1 year, 8 months ago by conradude.
Forum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,I meant it’s my fault because I think I’ve probably deleted object-cache.php by accident the day the plugin stopped working. That day, I discovered this error (that wasn’t here before since object-cache.php was there) but didn’t realize I deleted the file at that time.
Nothing else happened (except this fix I told about before, but nothing connected).
Do you have an idea what I should do ?
Also, we had a problem with the plugin wpml and had links error in our different homepages (there were mixed up links between languages). And it looks like this wpml bug disappeared at the same time the apcu plugin stopped working. Could it be related ?Forum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,Yes it used to work great. I think I just deleted it by accident while fixing the other bug.
What can I do to fix this then (since I can’t restore it from a backup) ?
thank you for you help, I feel dumb right now.Forum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,Ok so I had a look at a backup and saw this object-cache.php. I copied it and put it again in wp-content, tried to activate the plugin but still got the issue.
The thing is, when trying to delete the plugin and reinstall it, it didn’t re-create object-cache.php. That’s a problem, right ? It should have created a new one ?
Edit: to answer, it was working right yes, but I think there was the object-cache.php file at the time and it has been deleted somehow- This reply was modified 1 year, 8 months ago by conradude.
Forum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,Hello again,
I don’t havewp-content\object-cache.phpIs that normal ?
I tried to delete the apcu-manager folder and reinstall it but I get the same error.Forum: Plugins
In reply to: [APCu Manager] Cannot declare class WP_Object_Cache,Hello Pierre and thank you for answering that quick.
I don’t think there’s other issues linked to this. The only thing I see in the debug.log is this error again and again (yet I wasn’t seing this error before fixing the previous bug, meaning some other errors might exist but not being shown). As I said, no other cache plugin except the Cloudflare’s official one and I tried to deactivate it in vain.
Would it be useful to delete the whole plugin through FTP (since I can’t activate it without getting an error making it impossible to use the site) and reinstall it ? Or would it be a waste of time anyway ?Hello
and thank you for your answer. But, let’s say I have a product A with a these attributes : X, Y, Z. If I create variations with X (stock=2) and Y (stock=0) but not Z (even though it’s in the attributes list of this very product). The plugin should get that X should appear in the filters’ select but not Y and Z since Y variation’s stock is 0 and Z is not even set as a variation. And still, it would be able to determine the number of products for the variant.
Does that make sense ?
Anyway, I felt that is was something interesting. We’ll see on our end if we can just delete the non-used attributes or set them as variation with a 0 stock.FYI : I’ve used the attribute as a variation and set the stock to 0 an it works. But can you still modify the plugin so it won’t take into account product that don’t have the attribute set as a variation (even if it’s in the available attributes’ list of the product).
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Option is forced to be mandatoryForum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Option is forced to be mandatoryHello,
I figured out what was the problem.
Text option is not mandatory YET there is a character limit (3-15). If I put 0 instead of 3, then the user can add to cart without writing anything. But if I set 3 as a minimum, then the field “becomes mandatory” because of the length (if the user doesn’t type anything, the input gets the .yith-wapo-addon-type-text input.length-error class error when clicking on add to cart button).
This is a bug in the plugin. Can you fix this please ? Thanks- This reply was modified 1 year, 8 months ago by conradude.