saintmonkey
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error after migrating websiteworks fine
Forum: Plugins
In reply to: [WooCommerce] Error after migrating websiteYep the typing domain/cart also brought up more errors for me, but as suggested logging out and back in removed them …
very odd I wasted a whole day on this lol thanks very much for the advice 🙂
Forum: Plugins
In reply to: [WooCommerce] Error after migrating website?
Forum: Plugins
In reply to: [WooCommerce] Error after migrating websitethis is around line 212
// Load cart session data from session
foreach ( $this->cart_session_data as $key => $default ) {
$this->$key = WC()->session->get( $key, $default );
}$update_cart_session = false;
$this->removed_cart_contents = array_filter( WC()->session->get( ‘removed_cart_contents’, array() ) );
$this->applied_coupons = array_filter( WC()->session->get( ‘applied_coupons’, array() ) );/**
* Load the cart object. This defaults to the persistant cart if null.
*/Forum: Plugins
In reply to: [WooCommerce] Error after migrating websiteWarning: array_filter() expects parameter 1 to be array, boolean given in /home
wp-content/plugins/woocommerce/includes/class-wc-cart.php on line 212
Forum: Plugins
In reply to: [WooCommerce] Error after migrating websiteI have the same issue … please can you share your resolution ?
Forum: Fixing WordPress
In reply to: help with 3.4.2 messing up my themeignore, my bad, on a mac when I zoom in it causes lines to appear around the page 🙁
how do I delete this post ?