I’m soooo happy to see my very first plugin to be released for everyone to use. I hope it will help a lot of Magento and WordPress users!

Click! click! click!

About the author

Richard Feraro is a Magento Enterprise Certified developer from Manila, Philippines with 14 years of solid open-source development experience using Linux, Apache, MySQL & PHP.

By Richard Feraro

Richard Feraro is a Magento Enterprise Certified developer from Manila, Philippines with 14 years of solid open-source development experience using Linux, Apache, MySQL & PHP.

8 thoughts on “Mage Enabler is now available for download in the Official WordPress Plugin repository!”
  1. Hi Richard,

    Tried using your plugin, however some strange behaviour followed.

    I have wordpress set up as the main part of my site ( in the root directory ) and magento in a sub folder powering just the ecommerce side. I wanted to use this plugin to pull the products of one category onto the homepage of my wordpress site.

    Installing the plugin gave me a white screen, setting the errors to show all in php.ini also provided a white screen which was rather odd. However the plugin worked perfectly once I’d visited my store first website.com/shop then went back to the homepage. Which implies to me that it seems to have trouble creating a new session. I made sure that:


    'frontend'));
    }
    ?>

    Was placed at the top of the php template file before the header also, to the same results. Any chance you could share your thoughts on how we could fix this?

    1. Hello Ryan,

      Is it possible to see the file and how you implemented it? Your code in the post is incomplete or has been truncated. What is your Magento and WordPress version?

  2. Hi Richard, sorry wasn’t anticipating such a swift reply 🙂

    The code that was cut off there was


    if(class_exists('Mage')){
    Mage::getSingleton('core/session', array('name' => 'frontend'));
    }

    The path to mage.php is correct and declared so in the admin, so its rather odd. I’m not too familiar with Magento’s methods, I assume thats trying to create a session?

    I tried getting errors to display in my php.ini file and it still returned a blank screen, which is rather unhelpful for the both of us I’d imagine 🙁

  3. Have you installed mage enabler on wordpress with the builder theme? I seem to be having issues. I have got the mage.php as accessible in wordpress, but I can’t seem to add any magento blocks or products.

Leave a Reply