Support » Plugin: Magento Wordpress Integration » Problem with Mage_Core and WP – see screenshots

  • hey there, i dont have any chance to get the plugin running.

    the mage.php file is found and backlit green, but as soon as i start to put some shortcode in the header.php i get this

    Mage_Core_Model_Session_Abstract::getMessages(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Mage_Core_Model_Message_Collection" 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 /homepages/42/d428577955/htdocs/shop/app/code/core/Mage/Core/Model/Session/Abstract.php on line 215 - See more at: http://wildspartan.at/site/#sthash.G0KWVWEe.dpuf

    can somebody please help?

    http://wordpress.org/plugins/magento-wordpress-integration/

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author jamesckemp

    (@jamesckemp)

    Hi Muva,

    Unfortunately this error will occur if you are using a WordPress plugin that starts a PHP session. As it stands, there is no way around this, other than to not use the plugin that is starting a session!

    Thread Starter Fabian Wenninger

    (@muva)

    james, thanks for the inquiry. how can i find out which plugin that is?

    this is the list of active plugins.

    Additional Image Sizes (zui)
    Akismet
    Contact Form 7
    Dynamic Widgets
    Select Featured Page Widget
    Featured Page Widget
    Google Analytics for WordPress
    Select Google XML Sitemaps
    Google XML Sitemaps
    Limit Login Attempts
    Mage/WP Integration
    MailChimp
    Really Simple CAPTCHA
    ShareThis
    Simple Newsletter Signup
    W3 Total Cache
    WordPress SEO
    WPML CMS Nav
    WPML Multilingual CMS
    YouTube widget

    Plugin Author jamesckemp

    (@jamesckemp)

    I’d say it was most likely the WPML plugins

    Thread Starter Fabian Wenninger

    (@muva)

    oh no 🙁

    Plugin Author jamesckemp

    (@jamesckemp)

    What aspects of MWI are you looking to use?

    Thread Starter Fabian Wenninger

    (@muva)

    i want to display the customer’s cart on the WP site…

    Thread Starter Fabian Wenninger

    (@muva)

    if i turn of both WPML plugins the error is staying though…

    Plugin Author jamesckemp

    (@jamesckemp)

    You’re stuck then! I was going to suggest disabling the magento sessions from loading, but you’ll need them for that.

    Unfortunately, if both platforms needs sessions to be running, there’s no way to integrate them in this manner.

    You could however write an API for magento, and fetch that via AJAX.

    Edit: I’d recommend disabling all (except MWI) and enabling 1 by 1 to see which causes the issue.

    Thread Starter Fabian Wenninger

    (@muva)

    even with all (!) plugins turned off i get an error:

    Fatal error: Call to undefined function the_block() in /homepages/42/d428577955/htdocs/site/wp-content/themes/wildspartan/header.php on line 143

    with line 143 being this

    <?php the_block('cart_sidebar');?>

    Plugin Author jamesckemp

    (@jamesckemp)

    Yeah, but that’s because you disabled MWI as well by the looks of it!

    Thread Starter Fabian Wenninger

    (@muva)

    yep, sorry. was by mistake. went thru all of them aaaaaaand
    found the plugin with the session, its “Simple Newsletter Signup”…

    but now i have put some products in the cart here: but they are not showing up here

    Plugin Author jamesckemp

    (@jamesckemp)

    Log in to Magento admin, go to System > Configuration > Web

    Set the cookie path to “/”
    and the cookie domain to “.yourdomain.com”

    (without the quote marks)

    Then clear your var/session and var/cache folders.

    Then clear your browser cookies.

    Then try again!

    Thread Starter Fabian Wenninger

    (@muva)

    yes, that did the trick! great support james! THX!!!

    one last question: whats the block called u can see here https://www.dropbox.com/s/68tzwah3beini0d/xxx.png ?

    Plugin Author jamesckemp

    (@jamesckemp)

    Not sure on that one, looks like a custom block – often called topcart or something like that, but depends on the theme! Check the page.xml layout files

    Thread Starter Fabian Wenninger

    (@muva)

    ok, thank you!
    once again, massive support here!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Problem with Mage_Core and WP – see screenshots’ is closed to new replies.