Throwing fatal error
-
I have conditionally implemented this https://dianahase.com/kopie/ for specific page currency switcher will be displayed and it works but when I click on USD then its broken:
Fatal error: Uncaught Error: Maximum call stack size of 8339456 bytes (zend.max_allowed_stack_size – zend.reserved_stack_size) reached. Infinite recursion? in /www/htdocs/w01adaba/dianahase.com/kopie/wp-includes/class-wp-object-cache.php:141 Stack trace: #0 /www/htdocs/w01adaba/dianahase.com/kopie/wp-includes/class-wp-object-cache.php(363): WP_Object_Cache->is_valid_key(‘alloptions’) #1 /www/htdocs/w01adaba/dianahase.com/kopie/wp-includes/cache.php(154): WP_Object_Cache->get(‘alloptions’, ‘options’, false, NULL) #2 /www/htdocs/w01adaba/dianahase.com/kopie/wp-includes/option.php(621): wp_cache_get(‘alloptions’, ‘options’, false) #3 /www/htdocs/w01adaba/dianahase.com/kopie/wp-includes/option.php(164): wp_load_alloptions() #4 /www/htdocs/w01adaba/dianahase.com/kopie/wp-includes/option.php(1476): get_option(‘_transient_prod…’) #5 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php(249): get_transient(‘product-transie…’) #6 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php(290): WC_Cache_Helper::get_transient_version(‘product’) #7 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(224): WC_Product_Variable_Data_Store_CPT->read_price_data(Object(WC_Product_Variable_Subscription), false) #8 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php(100): WC_Data_Store->__call(‘read_price_data’, Array) #9 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php(549): WC_Product_Variable->get_variation_prices() #10 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce-multi-currency/frontend/price.php(1701): WC_Product_Variable->is_on_sale(‘edit’) #11 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce-multi-currency/frontend/price.php(1634): WOOMULTI_CURRENCY_Frontend_Price::get_product_fixed_price(Object(WC_Product_Variable_Subscription), ‘USD’, ”) #12 /www/htdocs/w01adaba/dianahase.com/kopie/wp-content/plugins/woocommerce-multi-currency/frontend/price.php(1246): WOOMULTI_CURRENCY_Frontend_Price::get_fixed_price(Object(WC_Product_Variable_Subscription), ‘USD’) #13 /www/htdocs/w01adaba/dianahase.com/kopie/wp-includes/class-wp-hook.php(324): WOOMULTI_CURRENCY_Frontend_Price->woocommerce_product_get_price(’88’, Object(WC_Product_Variable_Subscription))The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.