stavroscha
Forum Replies Created
-
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Cache Issue caused by the plugin!Hi there,
Thanks for the reply. So why add “SKIP_CACHE_SET_COOKIE” just for hiding the price and not removing it using CSS or PHP function?
Looking forward to hearing my
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Cache Issue caused by the plugin!Also, i would like to ask why the plugin is adding SKIP_CACHE_SET_COOKIE to the headers.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Cache Issue caused by the plugin!Hi there,
Thanks for the reply! I have tried and excluded the specific pages from caching but still getting the same error message…
Here is what i have added on the exclude URLs from caching section
https://ibb.co/5RnnfJyHi there,
I have not got woocommerce installed but i have a plugin called Booked that is for appointments booking. Maybe that is the one that is using action scheduler. But to be fair i have that installed from before and it was not causing any issues. Not sure why it is causing issues now….
Anw i resolved the issue by downgrading your plugin to the previous version and that was fine after that. So there must be something to do with the additions you added on the latest version of your plugin.
Regards
Hi there,
I hope that helps. I am sorry but i can not leave the website to go down just to take logs. There is a lot of traffic at the moment so i am risking it again. This is what i got as well.
Here is the error message i received when i tried and update it again after restoring the website.
- This reply was modified 3 years, 9 months ago by stavroscha.
- This reply was modified 3 years, 9 months ago by stavroscha.
Yes this is what i thought it suppose to happen but it does not. If you go into the website and add a product in the basket and change the address to a random address for a country outside EU, you will see that the VAT is also taken off from the postal charges as well…..
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Database ErrorsI am pretty sure that the specific issue appears on many websites but most of the people do not understand it. First of all install”Query Monitor” plugin and you will see the usage of the website. If you see a red warning then you need to install plugin “Disable Dashboard for WooCommerce” which will sort out the crappy version of Woocommerce.
And it is really unbelievable how this has happened. It has such a huge community and there are such massive mistakes. It looks like no testing is done before the release…..So I guess i will consider twice before updating WooCommerce in the future.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Database ErrorsHere are the queries that are causing the specific error messages:
SELECT note_id FROM wpma_wc_admin_notes WHERE name = 'wc-admin-wc-helper-connection' ORDER BY note_id ASC
SELECT note_id FROM wpma_wc_admin_notes WHERE name = 'wc-admin-wc-helper-connection' ORDER BY note_id ASC
SELECT note_id FROM wpma_wc_admin_notes WHERE name = 'wc-admin-wc-helper-subscription' ORDER BY note_id ASC
SHOW FULL COLUMNS FROM <code>wpma_wc_admin_notes</code>
DELETE FROM wpma_wc_admin_note_actions WHERE note_id = 0
SHOW FULL COLUMNS FROM <code>wpma_wc_admin_note_actions</code>
SELECT action_id, name, label, query, status, is_primary FROM wpma_wc_admin_note_actions WHERE note_id = 0
SELECT note_id FROM wpma_wc_admin_notes WHERE name = 'wc-update-db-reminder' ORDER BY note_id ASC
Forum: Themes and Templates
In reply to: [OceanWP] **URGENT** Issue causing speed problemsHi there,
Sorry, but i do not want to share the website name that is shown on the path.
Warning: Invalid argument supplied for foreach() in /wp-includes/rest-api/endpoints/class-wp-rest-controller.php on line 295
This is where i am getting the error…..Any ideas what is causing it?
Forum: Themes and Templates
In reply to: [OceanWP] **URGENT** Issue causing speed problemsI am sure that many other people are facing this issue but nobody realised it.
Can at least somebody help with this issue? The theme developers are even bothered answering???
Forum: Themes and Templates
In reply to: [OceanWP] **URGENT** Issue causing speed problemsI do have access to the specific file and the code that has the error is the specific one as below:
/** * Retrieves the item's schema for display / public consumption purposes. * * @since 4.7.0 * * @return array Public item schema data. */ public function get_public_item_schema() { $schema = $this->get_item_schema(); foreach ( $schema['properties'] as &$property ) { unset( $property['arg_options'] ); } return $schema; }
The second line with the schema variable.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Problem with postal charges VATHi there,
Thanks for your help.
Can you please let me know where should i add the specific code?
Regards
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Problem with postal charges VATHi there,
Thank you for your answer.
I checked the specific discussion as mentioned on your answer.
So to be able to sort out the issue i have, i will need to add the specific code that is mentioned on the above post to be able to achieve what i want?
Or do i need to use only the first part of the code?
Kind Regards
Forum: Themes and Templates
In reply to: [OceanWP] Ocean Extra plugin issueHi Amit,
I am using SG Optimizer and i when i have the option to minify css is where the specific issue occurs.
Regards