Note that there are some explanatory texts on larger screens.

plurals
  1. POMagento 1.5.1 checkout Method "" is not defined in ""
    primarykey
    data
    text
    <p>I'm running Magento 1.5.1 (which I am using because it is the latest version that works with Lightspeed POS) with a custom theme that I created. I am running the Lightspeed POS Connector and I have manually installed the Virtual Merchant add-on. My server is share hosted by hostmonster.</p> <p>When I try to checkout I get an alert with the error <code>Method "" is not defined in ""</code>.</p> <p>Firebug gives me the following:</p> <pre><code>POST https://odd-style.com/magento/index.php/checkout/onepage/saveOrder/ 200 OK {"success":false,"error":true,"error_messages":"Method \"\" is not defined in \"\""} </code></pre> <p>My magento exception log give me:</p> <pre><code>2012-06-06T01:20:46+00:00 ERR (3): exception 'Mage_Core_Exception' with message 'Method "" is not defined in ""' in /home4/oddnycco/public_html/magento/app/Mage.php:550 Stack trace: #0 /home4/oddnycco/public_html/magento/app/code/core/Mage/Core/Model/App.php(1274): Mage::throwException('Method "" is no...') #1 /home4/oddnycco/public_html/magento/app/code/core/Mage/Core/Model/App.php(1253): Mage_Core_Model_App-&gt;_callObserverMethod(false, '', Object(Varien_Event_Observer)) #2 /home4/oddnycco/public_html/magento/app/Mage.php(416): Mage_Core_Model_App-&gt;dispatchEvent('checkout_type_o...', Array) #3 /home4/oddnycco/public_html/magento/app/code/core/Mage/Sales/Model/Service/Quote.php(180): Mage::dispatchEvent('checkout_type_o...', Array) #4 /home4/oddnycco/public_html/magento/app/code/core/Mage/Sales/Model/Service/Quote.php(238): Mage_Sales_Model_Service_Quote-&gt;submitOrder() #5 /home4/oddnycco/public_html/magento/app/code/core/Mage/Checkout/Model/Type/Onepage.php(742): Mage_Sales_Model_Service_Quote-&gt;submitAll() #6 /home4/oddnycco/public_html/magento/app/code/core/Mage/Checkout/controllers/OnepageController.php(499): Mage_Checkout_Model_Type_Onepage-&gt;saveOrder() #7 /home4/oddnycco/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Action.php(420): Mage_Checkout_OnepageController-&gt;saveOrderAction() #8 /home4/oddnycco/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(253): Mage_Core_Controller_Varien_Action-&gt;dispatch('saveOrder') #9 /home4/oddnycco/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard-&gt;match(Object(Mage_Core_Controller_Request_Http)) #10 /home4/oddnycco/public_html/magento/app/code/core/Mage/Core/Model/App.php(340): Mage_Core_Controller_Varien_Front-&gt;dispatch() #11 /home4/oddnycco/public_html/magento/app/Mage.php(627): Mage_Core_Model_App-&gt;run(Array) #12 /home4/oddnycco/public_html/magento/index.php(80): Mage::run('', 'store') #13 {main} </code></pre> <p>I have so far tried every type of cache clearing in the book. I've increased the size of my php memory limit to 256MB. I've looked at all the files referenced in the stack trace and all I can tell is that both $method and $object are because passed as "". I don't really understand why and I don't have any more ideas on how to fix it. :/</p> <p>Thanks in advance for anyone's help!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload