• Supadupe

    (@supadupe)


    I keep getting the same fatal error as many people have mentioned (see below) which seems to occur and resolve repeatedly and spontaneously with no obvious, apparent cause. Additionally, the taxes work on my computer, but not on my iPhone or iPad. Can anyone help me out? Thank you!

    (Fatal error: WPSC_Countries::get_countries(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “WPSC_Data_Map” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/content/p3nexnas05_data03/62/2100362/html/wp-content/plugins/wp-e-commerce/wpsc-includes/wpsc-countries.class.php on line 462

    Fatal error: WPSC_Countries::_dirty(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “WPSC_Data_Map” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/content/p3nexnas05_data03/62/2100362/html/wp-content/plugins/wp-e-commerce/wpsc-includes/wpsc-countries.class.php on line 1142
    )

    https://wordpress.org/plugins/wp-e-commerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jeffrey Schutzman

    (@jeffpyebrookcom)

    The cause is an invalid cached object that is stored in the transient or WordPress cache that can’t be understood when it is re-read into memory.

    The cached object is explicitly deleted when WP-eCommerce is upgraded with the the normal upgrade path. If you upgrade/downgrade using a method other than the typical path you can ( and should ) make sure all cached content, whether in a WordPresss object cache or the transients database cache are deleted.

    – jeff

    Thread Starter Supadupe

    (@supadupe)

    Hi Jeff,
    Thanks for the feedback.
    I used a transient cleaner yesterday, but I’m still having the same problem this morning. Other than that, how can I be sure all the cached content is removed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Taxes not working on Apple mobile devices’ is closed to new replies.