Monthly Archives: September 2010

access denied

If you have a problem with calling the API methods, and the only thing you get is “access denied” then you may try following solution: access denied fix

Posted in magento | Tagged , | Comments Off on access denied

Patching Magento

All your effort could come to nothing with faulty installation, and it is likely that you have it as some of the bugs related to the API are still not addressed, you may find that your api calls returns the … Continue reading

Posted in magento | Tagged , , , | 1 Comment

indeed magic methods

Magento and the PHP world that I am trying to learn is full of surprises, in my way to replicate (made it better:) ) the Dashboard (and more) functionality using magenots API I have found methods that I wasn’t able … Continue reading

Posted in magento, php | Tagged , , | Comments Off on indeed magic methods

How to create Magento’s Custom API?

It is not in-depth tutorial but description on how I tackled creation of custom API for magento. There are still vast fields of unknown but at least this will let you start building your own API and let you learn, … Continue reading

Posted in magento, php, xml-rpc | Tagged , , | 17 Comments

Where is Varien_Object?

While battling with the Custom API I tried to locate Varien_Object class, I couldn’t locate it nowhere within the “app” folder, when I looked again at the magento’s root folder I have noticed “lib” folder, bingo, I have found it, … Continue reading

Posted in magento, xml-rpc | Tagged , | Comments Off on Where is Varien_Object?