Magento 1.7 - Blank page on login and checkoutgetting Error in magentoMagento error “Currency 'USD' not found”Help identifying which controller is currently in useCall to a member function rewrite() on a non-object in app/code/core/Mage/Core/Controller/Varien/Front.php on line 165MYSQL ERROR [1045] Acces denied for user 'username'@'localhost' (using password: YES)Magento - Invalid block typeMigration magento problemMagento redirects to index.php/install/ (PHP 7)Invalid method Yoast_MetaRobots_Block_Catalog_Product_View:MySQL cron_schedule update problem
Could the terminal length of components like resistors be reduced?
How did Captain America manage to do this?
Betweenness centrality formula
Multiple options vs single option UI
How to denote matrix elements succinctly?
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Two field separators (colon and space) in awk
bldc motor, esc and battery draw, nominal vs peak
Who was the lone kid in the line of people at the lake at the end of Avengers: Endgame?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
How would 10 generations of living underground change the human body?
What term is being referred to with "reflected-sound-of-underground-spirits"?
Aligning equation numbers vertically
What happens to Mjolnir (Thor's hammer) at the end of Endgame?
Phrase for the opposite of "foolproof"
Why does nature favour the Laplacian?
Was there a shared-world project before "Thieves World"?
How do I reattach a shelf to the wall when it ripped out of the wall?
Is it idiomatic to construct against `this`
Is Diceware more secure than a long passphrase?
How to display Aura JS Errors Lightning Out
How much cash can I safely carry into the USA and avoid civil forfeiture?
Why do games have consumables?
can anyone help me with this awful query plan?
Magento 1.7 - Blank page on login and checkout
getting Error in magentoMagento error “Currency 'USD' not found”Help identifying which controller is currently in useCall to a member function rewrite() on a non-object in app/code/core/Mage/Core/Controller/Varien/Front.php on line 165MYSQL ERROR [1045] Acces denied for user 'username'@'localhost' (using password: YES)Magento - Invalid block typeMigration magento problemMagento redirects to index.php/install/ (PHP 7)Invalid method Yoast_MetaRobots_Block_Catalog_Product_View:MySQL cron_schedule update problem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm having some trouble with the login page and the checkout page. Here is the debug message whenever i try to login (just show a blank page):
Notice: Undefined variable: message in /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php on line 182
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php(182): mageCoreErrorHandler(8, 'Undefined varia...', '/home/235880.cl...', 182, Array)
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Customer_AccountController->loginPostAction()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('loginPost')
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
7 main
And when i try to do a checkout (One step checkout module), throw this error:
Validate class not found from basename 'EmailAddress'
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/Model/Customer.php(811): Zend_Validate::is('lfsky.pedro@gma...',
'EmailAddress')
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Checkout/Controller/Action.php(45): Mage_Customer_Model_Customer->validate()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/community/Inovarti/Onestepcheckout/controllers/IndexController.php(16): Mage_Checkout_Controller_Action->_preDispatchValidateCustomer()
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(408): Inovarti_Onestepcheckout_IndexController->preDispatch()
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
7 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
8 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
9 main
I really don't know what do to. What do you think?
magento-1.7 php controllers
add a comment |
I'm having some trouble with the login page and the checkout page. Here is the debug message whenever i try to login (just show a blank page):
Notice: Undefined variable: message in /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php on line 182
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php(182): mageCoreErrorHandler(8, 'Undefined varia...', '/home/235880.cl...', 182, Array)
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Customer_AccountController->loginPostAction()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('loginPost')
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
7 main
And when i try to do a checkout (One step checkout module), throw this error:
Validate class not found from basename 'EmailAddress'
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/Model/Customer.php(811): Zend_Validate::is('lfsky.pedro@gma...',
'EmailAddress')
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Checkout/Controller/Action.php(45): Mage_Customer_Model_Customer->validate()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/community/Inovarti/Onestepcheckout/controllers/IndexController.php(16): Mage_Checkout_Controller_Action->_preDispatchValidateCustomer()
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(408): Inovarti_Onestepcheckout_IndexController->preDispatch()
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
7 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
8 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
9 main
I really don't know what do to. What do you think?
magento-1.7 php controllers
add a comment |
I'm having some trouble with the login page and the checkout page. Here is the debug message whenever i try to login (just show a blank page):
Notice: Undefined variable: message in /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php on line 182
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php(182): mageCoreErrorHandler(8, 'Undefined varia...', '/home/235880.cl...', 182, Array)
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Customer_AccountController->loginPostAction()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('loginPost')
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
7 main
And when i try to do a checkout (One step checkout module), throw this error:
Validate class not found from basename 'EmailAddress'
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/Model/Customer.php(811): Zend_Validate::is('lfsky.pedro@gma...',
'EmailAddress')
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Checkout/Controller/Action.php(45): Mage_Customer_Model_Customer->validate()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/community/Inovarti/Onestepcheckout/controllers/IndexController.php(16): Mage_Checkout_Controller_Action->_preDispatchValidateCustomer()
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(408): Inovarti_Onestepcheckout_IndexController->preDispatch()
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
7 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
8 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
9 main
I really don't know what do to. What do you think?
magento-1.7 php controllers
I'm having some trouble with the login page and the checkout page. Here is the debug message whenever i try to login (just show a blank page):
Notice: Undefined variable: message in /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php on line 182
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/controllers/AccountController.php(182): mageCoreErrorHandler(8, 'Undefined varia...', '/home/235880.cl...', 182, Array)
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Customer_AccountController->loginPostAction()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('loginPost')
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
7 main
And when i try to do a checkout (One step checkout module), throw this error:
Validate class not found from basename 'EmailAddress'
0 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Customer/Model/Customer.php(811): Zend_Validate::is('lfsky.pedro@gma...',
'EmailAddress')
1 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Checkout/Controller/Action.php(45): Mage_Customer_Model_Customer->validate()
2 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/community/Inovarti/Onestepcheckout/controllers/IndexController.php(16): Mage_Checkout_Controller_Action->_preDispatchValidateCustomer()
3 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(408): Inovarti_Onestepcheckout_IndexController->preDispatch()
4 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
5 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
6 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
7 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/app/Mage.php(687): Mage_Core_Model_App->run(Array)
8 /home/235880.cloudwaysapps.com/txagccwhxs/public_html/index.php(114): Mage::run('', 'store')
9 main
I really don't know what do to. What do you think?
magento-1.7 php controllers
magento-1.7 php controllers
asked 7 hours ago
Pedro GusmaoPedro Gusmao
234
234
add a comment |
add a comment |
0
active
oldest
votes
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%2f272640%2fmagento-1-7-blank-page-on-login-and-checkout%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f272640%2fmagento-1-7-blank-page-on-login-and-checkout%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