cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with payment

Problem with payment

Hi,

 

I have a website which work with Magento. I have add a payment method by check by when i make a test, I have this error : 

 

Notice: Undefined index: redirect  in /homepages/3/d284273393/htdocs/app/code/local/MST/Fcheckout/controllers/SaveController.php on line 236

 

#0 /homepages/3/d284273393/htdocs/app/code/local/MST/Fcheckout/controllers/SaveController.php(236): mageCoreErrorHandler(8, 'Undefined index...', '/homepages/3/d2...', 236, Array)

#1 /homepages/3/d284273393/htdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(418): MST_Fcheckout_SaveController->saveOrderAction()

#2 /homepages/3/d284273393/htdocs/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('saveOrder')

#3 /homepages/3/d284273393/htdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))

#4 /homepages/3/d284273393/htdocs/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()

#5 /homepages/3/d284273393/htdocs/app/Mage.php(684): Mage_Core_Model_App->run(Array)

#6 /homepages/3/d284273393/htdocs/index.php(87): Mage::run('', 'store')

#7 {main}

How can i do to fix this problem ?

Thank you

1 REPLY 1

Re: Problem with payment

Hi @yossef23,

 

 

It seems that you have an issue on this extension: MST_Fcheckout.

As the error is indicating, there is an undefined index with name "redirect".

You should review the code from that controller in order to check if the index exist before running that piece of code.

 


Best regards.

Gabriel

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.