php - Magento 1.5.1 checkout Method "" is not defined in "" -


i'm running magento 1.5.1 (which using because latest version works lightspeed pos) custom theme created. running lightspeed pos connector , have manually installed virtual merchant add-on. server share hosted hostmonster.

when try checkout alert error method "" not defined in "".

firebug gives me following:

post https://odd-style.com/magento/index.php/checkout/onepage/saveorder/ 200 ok {"success":false,"error":true,"error_messages":"method \"\" not defined in \"\""} 

my magento exception log give me:

2012-06-06t01:20:46+00:00 err (3):  exception 'mage_core_exception' message 'method "" 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 "" no...') #1 /home4/oddnycco/public_html/magento/app/code/core/mage/core/model/app.php(1253): mage_core_model_app->_callobservermethod(false, '', object(varien_event_observer)) #2 /home4/oddnycco/public_html/magento/app/mage.php(416): mage_core_model_app->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->submitorder() #5 /home4/oddnycco/public_html/magento/app/code/core/mage/checkout/model/type/onepage.php(742): mage_sales_model_service_quote->submitall() #6 /home4/oddnycco/public_html/magento/app/code/core/mage/checkout/controllers/onepagecontroller.php(499): mage_checkout_model_type_onepage->saveorder() #7 /home4/oddnycco/public_html/magento/app/code/core/mage/core/controller/varien/action.php(420): mage_checkout_onepagecontroller->saveorderaction() #8 /home4/oddnycco/public_html/magento/app/code/core/mage/core/controller/varien/router/standard.php(253): mage_core_controller_varien_action->dispatch('saveorder') #9 /home4/oddnycco/public_html/magento/app/code/core/mage/core/controller/varien/front.php(176): mage_core_controller_varien_router_standard->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->dispatch() #11 /home4/oddnycco/public_html/magento/app/mage.php(627): mage_core_model_app->run(array) #12 /home4/oddnycco/public_html/magento/index.php(80): mage::run('', 'store') #13 {main} 

i have far tried every type of cache clearing in book. i've increased size of php memory limit 256mb. i've looked @ files referenced in stack trace , can tell both $method , $object because passed "". don't understand why , don't have more ideas on how fix it. :/

thanks in advance anyone's help!

seems if have event observer defined somewhere in magento installation (i suppose in 1 of 3rd-party-modules). point of view looks there empty method registered event.

check config.xml's of modules observer listening on event 'checkout_type_onepage_save_order' (you can grep app/code/community , app/code/local folder string). try disabling module (via app/etc/modules/module_name.xml) , try checkout again.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -