php - Magento OnePage checkout Undefined Variable -
a few weeks ago had server crash, , had no real backups had recovered manually. 1 of things magento store. i've got of files , database restored, when try go through checkout process test errors.
i can either click register when checking out, when click 'continue' on checkout page 'loading next step' message kind of ajax error in chrome network inspector when trying access savebilling page. error listed below:
notice: undefined variable: namegroupattribute in /var/www/vhosts/mysite.com/httpdocs/app/code/local/amasty/customerattr/model/rewrite/checkout/type/onepage.php on line 41 #0 /var/www/vhosts/mysite.com/httpdocs/app/code/local/amasty/customerattr/model/rewrite/checkout/type/onepage.php(41): magecoreerrorhandler(8, 'undefined varia...', '/var/www/vhosts...', 41, array) #1 /var/www/vhosts/mysite.com/httpdocs/app/code/core/mage/checkout/controllers/onepagecontroller.php(307): amasty_customerattr_model_rewrite_checkout_type_onepage->savebilling(array, false) #2 /var/www/vhosts/mysite.com/httpdocs/app/code/core/mage/core/controller/varien/action.php(420): mage_checkout_onepagecontroller->savebillingaction() #3 /var/www/vhosts/mysite.com/httpdocs/app/code/core/mage/core/controller/varien/router/standard.php(250): mage_core_controller_varien_action->dispatch('savebilling') #4 /var/www/vhosts/mysite.com/httpdocs/app/code/core/mage/core/controller/varien/front.php(176): mage_core_controller_varien_router_standard->match(object(mage_core_controller_request_http)) #5 /var/www/vhosts/mysite.com/httpdocs/app/code/core/mage/core/model/app.php(349): mage_core_controller_varien_front->dispatch() #6 /var/www/vhosts/mysite.com/httpdocs/app/mage.php(640): mage_core_model_app->run(array) #7 /var/www/vhosts/mysite.com/httpdocs/index.php(85): mage::run('', 'store') #8 {main} i've searched every possible combination of words can think of , have come empty. site setup before arrived @ company have no idea if changed shouldn't have been. know site working before server went down, , part doens't work.
thanks help!
Comments
Post a Comment