Mage_tax_Helper_Data not found on Mage.php
When clicking through to the "add to cart" it's not showing the correct information.
When switched to the standard theme all works fine.
We are also getting this error at the base of the code.
**Fatal error:** Class 'Mage_‘tax’_Helper_Data' not found in <b>/homepages/15/d213158410/htdocs/designerchocolates/app/Mage.php</b> on line <b>547</b>
magento-1.9 shopping-cart
add a comment |
When clicking through to the "add to cart" it's not showing the correct information.
When switched to the standard theme all works fine.
We are also getting this error at the base of the code.
**Fatal error:** Class 'Mage_‘tax’_Helper_Data' not found in <b>/homepages/15/d213158410/htdocs/designerchocolates/app/Mage.php</b> on line <b>547</b>
magento-1.9 shopping-cart
'Mage_‘tax’_Helper_Data'
don't you think there is something wrong withtax
?
– Julien Lachal
Oct 2 '14 at 14:17
add a comment |
When clicking through to the "add to cart" it's not showing the correct information.
When switched to the standard theme all works fine.
We are also getting this error at the base of the code.
**Fatal error:** Class 'Mage_‘tax’_Helper_Data' not found in <b>/homepages/15/d213158410/htdocs/designerchocolates/app/Mage.php</b> on line <b>547</b>
magento-1.9 shopping-cart
When clicking through to the "add to cart" it's not showing the correct information.
When switched to the standard theme all works fine.
We are also getting this error at the base of the code.
**Fatal error:** Class 'Mage_‘tax’_Helper_Data' not found in <b>/homepages/15/d213158410/htdocs/designerchocolates/app/Mage.php</b> on line <b>547</b>
magento-1.9 shopping-cart
magento-1.9 shopping-cart
edited 20 mins ago
Teja Bhagavan Kollepara
2,94841847
2,94841847
asked Oct 2 '14 at 12:32
Andrew ReynoldsAndrew Reynolds
61
61
'Mage_‘tax’_Helper_Data'
don't you think there is something wrong withtax
?
– Julien Lachal
Oct 2 '14 at 14:17
add a comment |
'Mage_‘tax’_Helper_Data'
don't you think there is something wrong withtax
?
– Julien Lachal
Oct 2 '14 at 14:17
'Mage_‘tax’_Helper_Data'
don't you think there is something wrong with tax
?– Julien Lachal
Oct 2 '14 at 14:17
'Mage_‘tax’_Helper_Data'
don't you think there is something wrong with tax
?– Julien Lachal
Oct 2 '14 at 14:17
add a comment |
2 Answers
2
active
oldest
votes
As ravi said, there is something damn wrong. I would search for 'tax' in your code.
If you don't find anything check the exception.log
, there should be a stack trace.
And as always, read the debugging tutorial: Fundamentals for debugging a Magento store
add a comment |
Most probably you have in one of the files this:
Mage::helper('‘tax’')->...
//or
$this->helper('‘tax’')->...
There is some strange character wrapping the tax
text somewhere.
If you say that on the default theme it works fine, I would start looking in your theme files.
add a 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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f37793%2fmage-tax-helper-data-not-found-on-mage-php%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
As ravi said, there is something damn wrong. I would search for 'tax' in your code.
If you don't find anything check the exception.log
, there should be a stack trace.
And as always, read the debugging tutorial: Fundamentals for debugging a Magento store
add a comment |
As ravi said, there is something damn wrong. I would search for 'tax' in your code.
If you don't find anything check the exception.log
, there should be a stack trace.
And as always, read the debugging tutorial: Fundamentals for debugging a Magento store
add a comment |
As ravi said, there is something damn wrong. I would search for 'tax' in your code.
If you don't find anything check the exception.log
, there should be a stack trace.
And as always, read the debugging tutorial: Fundamentals for debugging a Magento store
As ravi said, there is something damn wrong. I would search for 'tax' in your code.
If you don't find anything check the exception.log
, there should be a stack trace.
And as always, read the debugging tutorial: Fundamentals for debugging a Magento store
answered Oct 2 '14 at 13:35
Fabian BlechschmidtFabian Blechschmidt
33.3k664172
33.3k664172
add a comment |
add a comment |
Most probably you have in one of the files this:
Mage::helper('‘tax’')->...
//or
$this->helper('‘tax’')->...
There is some strange character wrapping the tax
text somewhere.
If you say that on the default theme it works fine, I would start looking in your theme files.
add a comment |
Most probably you have in one of the files this:
Mage::helper('‘tax’')->...
//or
$this->helper('‘tax’')->...
There is some strange character wrapping the tax
text somewhere.
If you say that on the default theme it works fine, I would start looking in your theme files.
add a comment |
Most probably you have in one of the files this:
Mage::helper('‘tax’')->...
//or
$this->helper('‘tax’')->...
There is some strange character wrapping the tax
text somewhere.
If you say that on the default theme it works fine, I would start looking in your theme files.
Most probably you have in one of the files this:
Mage::helper('‘tax’')->...
//or
$this->helper('‘tax’')->...
There is some strange character wrapping the tax
text somewhere.
If you say that on the default theme it works fine, I would start looking in your theme files.
answered Oct 2 '14 at 13:39
Marius♦Marius
165k28315669
165k28315669
add a comment |
add a 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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f37793%2fmage-tax-helper-data-not-found-on-mage-php%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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
'Mage_‘tax’_Helper_Data'
don't you think there is something wrong withtax
?– Julien Lachal
Oct 2 '14 at 14:17