Christian
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Random 503 & 504 Errors on our siteHi Juan
I have checked and I did not see any fatal errors related to YITH WooCommerce Wishlist but I did see fatal errors from other plugins.Forum: Plugins
In reply to: [WooCommerce] Woocommerce not working in php version 8@anastas10s
There is this piece of code I found in the theme file and when I comment it out the error goes awayadd_filter('woocommerce_admin_features', 'pk_woocommerce_admin_features'); function pk_woocommerce_admin_features($features) { if(($key = array_search('remote-inbox-notifications', $features)) !== false) { unset($features[$key]); } }
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not working in php version 8Hi @anastas10s
I disabled it and the issue is still happening.Hello @witcher83
Thanks for your response. I will open a support ticket on your website
Forum: Plugins
In reply to: [Facebook for WooCommerce] Invalid ViewContent Value ParameterI would prefer to send the log information privately but I could not find the email you sent earlier in my inbox and spam folder. Could you please email me at [email protected] (I will reply) or let me know the subject of the email you sent to me earlier.
Thanks
ChristianForum: Plugins
In reply to: [Facebook for WooCommerce] Invalid ViewContent Value ParameterThanks for getting back to me on this. I have removed all Facebook pixel instances from the website except the one that was generated by the Facebook for woocommerce plugin.
When I check my business manager I still see the two errors. I have attached a screenshot here https://ibb.co/94tC3H8
Regards,
Christian- This reply was modified 4 years, 2 months ago by Christian.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Invalid ViewContent Value ParameterI am using the Facebook for Woocommerce plugin. The code snippet I added in my question above was generated automatically by the plugin (I copied from the browser source)
Could you please check if the plugin is parsing that value as a float from your end?
Regards,
ChristianForum: Plugins
In reply to: [Facebook for WooCommerce] Error When I add the product to the cart.Thanks, it worked for me