I had to downgrade the theme version. That solved the problem.
Hi @kalimma,
Oh! Can you please let me know which theme are you using? I’ll try to check and see if I can fix the issue with the upgraded version of the theme.
Pinal
Hi Sergio,
Can you kindly send me the updated version of the theme on pinalj1612 at gmail dot com so I can try replicating the issue at my end.
Pinal
Hi, Thank you for such a plugin, i only have this same issue with avada theme, i would really apreciate some help to solve this, thanks !
Hi @aymenhmidawordpress & @kalimma,
I’ve been unable to replicate the issue with the Jevelin theme.
I had the below plugins installed and active:
WP – v5.4
WC – 4.0.1
Quotes – 1.6.4
WPML – group of plugins.
WP Mail SMTP
It is a possibility that it might be due to a plugin conflict. Can you please try the below steps and let me know the results.
1. Activate Jevelin/Avada theme.
2. Deactivate all plugins except WooCommerce and Quotes.
3. Please see if the issue is resolved.
4. If yes, try activating one plugin at a time to find the conflicting plugin.
Please let me know the results.
It might be some time before you hear back from me as we’re currently under lockdown due to COVID-19 and my laptop has died a few days ago. With limited access its difficult to fix issues asap.
Thank you for your patience,
Pinal
I have exactly the same issue with the newest version of the Avada theme.
Hi @wijnbergdevelopments,
Sorry for the delay in response. I missed this queue.
I’ve tried replicating the issue with some themes such as StoreFront, Jevelin, Divi, Astra. So far, I’m unable to replicate the issue.
Can you please let me know if the issue persists?
Pinal
Hi,
I’ve had the same issue with the latest version of Avada theme (6.2.3), or more precisely, after updating to the latest version of the Fusion Builder (2.2.3) and Fusion Core (4.2.3) plugins, which are required by the theme. The error only happens on the back-office, not the site frontend.
This error reminded me of something I already encountered before : https://ww.wp.xz.cn/support/topic/correction-for-v1-6-admin-error-500-and-more/
Back then, I suggested to increase the priority of the ‘admin_init’ hook in class-quotes-wc.php. That was a start, but not enough. We need the functions contained within qwc-functions.php to be available earlier, and also in the back-office. The fix is this :
Add this in quotes-woocommerce.php on line 20, just before the “class-quotes-wc.php” include :
include_once WP_PLUGIN_DIR . '/quotes-for-woocommerce/includes/qwc-functions.php';
This way, the file will always be included early enough, on both back-office and frontend. You can then remove that include on line 204 of class-quotes-wc.php
-
This reply was modified 5 years, 11 months ago by
hardesfred.
-
This reply was modified 5 years, 11 months ago by
hardesfred.
Hi @hardesfred.
Thanks for the suggestion. I’ll look into this and fix it in the next update.
Pinal