Magento redirects from checkout back to card - please help
I've got a problem with my magento checkout. after clicking on "checkout as a guest" OR "signup for checkout" magento redirects permanently (!) from the checkout back to the card. there's no chance to walk through the checkout.
here's the log from the exception.log
("Ungültiger Blocktyp" means "invalid blocktype"):
2017-12-06T20:13:32+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'Ungültiger Blocktyp: Mage_Facebook_Block_List' in /home/shopchec/public_html/app/Mage.php:595
Stack trace:
#0 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('UngxC3xBCltiger Blo...')
#1 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('facebook/list', Array)
#2 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('facebook/list', 'facebook.list.d...')
#3 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('facebook/list', 'facebook.list.d...')
#4 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#5 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#6 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#7 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#8 /home/shopchec/public_html/app/code/core/Mage/Checkout/controllers/CartController.php(194): Mage_Core_Controller_Varien_Action->loadLayout()
#9 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Checkout_CartController->indexAction()
#10 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#11 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#12 /home/shopchec/public_html/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#13 /home/shopchec/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#14 /home/shopchec/public_html/index.php(84): Mage::run('', 'store')
#15 {main}
How can I fix this issue?
checkout error redirect
add a comment |
I've got a problem with my magento checkout. after clicking on "checkout as a guest" OR "signup for checkout" magento redirects permanently (!) from the checkout back to the card. there's no chance to walk through the checkout.
here's the log from the exception.log
("Ungültiger Blocktyp" means "invalid blocktype"):
2017-12-06T20:13:32+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'Ungültiger Blocktyp: Mage_Facebook_Block_List' in /home/shopchec/public_html/app/Mage.php:595
Stack trace:
#0 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('UngxC3xBCltiger Blo...')
#1 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('facebook/list', Array)
#2 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('facebook/list', 'facebook.list.d...')
#3 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('facebook/list', 'facebook.list.d...')
#4 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#5 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#6 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#7 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#8 /home/shopchec/public_html/app/code/core/Mage/Checkout/controllers/CartController.php(194): Mage_Core_Controller_Varien_Action->loadLayout()
#9 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Checkout_CartController->indexAction()
#10 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#11 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#12 /home/shopchec/public_html/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#13 /home/shopchec/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#14 /home/shopchec/public_html/index.php(84): Mage::run('', 'store')
#15 {main}
How can I fix this issue?
checkout error redirect
add a comment |
I've got a problem with my magento checkout. after clicking on "checkout as a guest" OR "signup for checkout" magento redirects permanently (!) from the checkout back to the card. there's no chance to walk through the checkout.
here's the log from the exception.log
("Ungültiger Blocktyp" means "invalid blocktype"):
2017-12-06T20:13:32+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'Ungültiger Blocktyp: Mage_Facebook_Block_List' in /home/shopchec/public_html/app/Mage.php:595
Stack trace:
#0 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('UngxC3xBCltiger Blo...')
#1 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('facebook/list', Array)
#2 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('facebook/list', 'facebook.list.d...')
#3 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('facebook/list', 'facebook.list.d...')
#4 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#5 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#6 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#7 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#8 /home/shopchec/public_html/app/code/core/Mage/Checkout/controllers/CartController.php(194): Mage_Core_Controller_Varien_Action->loadLayout()
#9 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Checkout_CartController->indexAction()
#10 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#11 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#12 /home/shopchec/public_html/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#13 /home/shopchec/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#14 /home/shopchec/public_html/index.php(84): Mage::run('', 'store')
#15 {main}
How can I fix this issue?
checkout error redirect
I've got a problem with my magento checkout. after clicking on "checkout as a guest" OR "signup for checkout" magento redirects permanently (!) from the checkout back to the card. there's no chance to walk through the checkout.
here's the log from the exception.log
("Ungültiger Blocktyp" means "invalid blocktype"):
2017-12-06T20:13:32+00:00 ERR (3):
exception 'Mage_Core_Exception' with message 'Ungültiger Blocktyp: Mage_Facebook_Block_List' in /home/shopchec/public_html/app/Mage.php:595
Stack trace:
#0 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('UngxC3xBCltiger Blo...')
#1 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('facebook/list', Array)
#2 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('facebook/list', 'facebook.list.d...')
#3 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('facebook/list', 'facebook.list.d...')
#4 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#5 /home/shopchec/public_html/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#6 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#7 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#8 /home/shopchec/public_html/app/code/core/Mage/Checkout/controllers/CartController.php(194): Mage_Core_Controller_Varien_Action->loadLayout()
#9 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Checkout_CartController->indexAction()
#10 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#11 /home/shopchec/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#12 /home/shopchec/public_html/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#13 /home/shopchec/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#14 /home/shopchec/public_html/index.php(84): Mage::run('', 'store')
#15 {main}
How can I fix this issue?
checkout error redirect
checkout error redirect
edited 8 mins ago
Teja Bhagavan Kollepara
2,94841847
2,94841847
asked Dec 6 '17 at 20:31
FloFlo
84
84
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It looks like one of your layout files contains a block with type facebook/list
that does not exist.
Look in the files for something like type="facebook/list"
and remove the full xml node that contains it.
thank you marius for your fast answer... in which file i have to search for that?
– Flo
Dec 6 '17 at 20:48
I have no idea. this is not a standard core block. search in all the files
– Marius♦
Dec 6 '17 at 21:54
i went to CMS -> Pages -> homepage and then to Layout/Layout Update XML and searched for anything like "facebook", but there's nothing like that - what can i do? where can i find the incorrect code to delete it? do you mean all the files which are namend in the exception.log?
– Flo
Dec 6 '17 at 22:03
all the xml files in your code.
– Marius♦
Dec 6 '17 at 22:50
sorry, where can i find it? i think i don't know the right place where i have to search... in the backend or in files/folder?
– Flo
Dec 6 '17 at 23:18
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f204793%2fmagento-redirects-from-checkout-back-to-card-please-help%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It looks like one of your layout files contains a block with type facebook/list
that does not exist.
Look in the files for something like type="facebook/list"
and remove the full xml node that contains it.
thank you marius for your fast answer... in which file i have to search for that?
– Flo
Dec 6 '17 at 20:48
I have no idea. this is not a standard core block. search in all the files
– Marius♦
Dec 6 '17 at 21:54
i went to CMS -> Pages -> homepage and then to Layout/Layout Update XML and searched for anything like "facebook", but there's nothing like that - what can i do? where can i find the incorrect code to delete it? do you mean all the files which are namend in the exception.log?
– Flo
Dec 6 '17 at 22:03
all the xml files in your code.
– Marius♦
Dec 6 '17 at 22:50
sorry, where can i find it? i think i don't know the right place where i have to search... in the backend or in files/folder?
– Flo
Dec 6 '17 at 23:18
|
show 1 more comment
It looks like one of your layout files contains a block with type facebook/list
that does not exist.
Look in the files for something like type="facebook/list"
and remove the full xml node that contains it.
thank you marius for your fast answer... in which file i have to search for that?
– Flo
Dec 6 '17 at 20:48
I have no idea. this is not a standard core block. search in all the files
– Marius♦
Dec 6 '17 at 21:54
i went to CMS -> Pages -> homepage and then to Layout/Layout Update XML and searched for anything like "facebook", but there's nothing like that - what can i do? where can i find the incorrect code to delete it? do you mean all the files which are namend in the exception.log?
– Flo
Dec 6 '17 at 22:03
all the xml files in your code.
– Marius♦
Dec 6 '17 at 22:50
sorry, where can i find it? i think i don't know the right place where i have to search... in the backend or in files/folder?
– Flo
Dec 6 '17 at 23:18
|
show 1 more comment
It looks like one of your layout files contains a block with type facebook/list
that does not exist.
Look in the files for something like type="facebook/list"
and remove the full xml node that contains it.
It looks like one of your layout files contains a block with type facebook/list
that does not exist.
Look in the files for something like type="facebook/list"
and remove the full xml node that contains it.
answered Dec 6 '17 at 20:34
Marius♦Marius
165k28315670
165k28315670
thank you marius for your fast answer... in which file i have to search for that?
– Flo
Dec 6 '17 at 20:48
I have no idea. this is not a standard core block. search in all the files
– Marius♦
Dec 6 '17 at 21:54
i went to CMS -> Pages -> homepage and then to Layout/Layout Update XML and searched for anything like "facebook", but there's nothing like that - what can i do? where can i find the incorrect code to delete it? do you mean all the files which are namend in the exception.log?
– Flo
Dec 6 '17 at 22:03
all the xml files in your code.
– Marius♦
Dec 6 '17 at 22:50
sorry, where can i find it? i think i don't know the right place where i have to search... in the backend or in files/folder?
– Flo
Dec 6 '17 at 23:18
|
show 1 more comment
thank you marius for your fast answer... in which file i have to search for that?
– Flo
Dec 6 '17 at 20:48
I have no idea. this is not a standard core block. search in all the files
– Marius♦
Dec 6 '17 at 21:54
i went to CMS -> Pages -> homepage and then to Layout/Layout Update XML and searched for anything like "facebook", but there's nothing like that - what can i do? where can i find the incorrect code to delete it? do you mean all the files which are namend in the exception.log?
– Flo
Dec 6 '17 at 22:03
all the xml files in your code.
– Marius♦
Dec 6 '17 at 22:50
sorry, where can i find it? i think i don't know the right place where i have to search... in the backend or in files/folder?
– Flo
Dec 6 '17 at 23:18
thank you marius for your fast answer... in which file i have to search for that?
– Flo
Dec 6 '17 at 20:48
thank you marius for your fast answer... in which file i have to search for that?
– Flo
Dec 6 '17 at 20:48
I have no idea. this is not a standard core block. search in all the files
– Marius♦
Dec 6 '17 at 21:54
I have no idea. this is not a standard core block. search in all the files
– Marius♦
Dec 6 '17 at 21:54
i went to CMS -> Pages -> homepage and then to Layout/Layout Update XML and searched for anything like "facebook", but there's nothing like that - what can i do? where can i find the incorrect code to delete it? do you mean all the files which are namend in the exception.log?
– Flo
Dec 6 '17 at 22:03
i went to CMS -> Pages -> homepage and then to Layout/Layout Update XML and searched for anything like "facebook", but there's nothing like that - what can i do? where can i find the incorrect code to delete it? do you mean all the files which are namend in the exception.log?
– Flo
Dec 6 '17 at 22:03
all the xml files in your code.
– Marius♦
Dec 6 '17 at 22:50
all the xml files in your code.
– Marius♦
Dec 6 '17 at 22:50
sorry, where can i find it? i think i don't know the right place where i have to search... in the backend or in files/folder?
– Flo
Dec 6 '17 at 23:18
sorry, where can i find it? i think i don't know the right place where i have to search... in the backend or in files/folder?
– Flo
Dec 6 '17 at 23:18
|
show 1 more comment
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f204793%2fmagento-redirects-from-checkout-back-to-card-please-help%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown