Mage_tax_Helper_Data not found on Mage.php












1















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>









share|improve this question

























  • 'Mage_‘tax’_Helper_Data' don't you think there is something wrong with tax?

    – Julien Lachal
    Oct 2 '14 at 14:17
















1















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>









share|improve this question

























  • 'Mage_‘tax’_Helper_Data' don't you think there is something wrong with tax?

    – Julien Lachal
    Oct 2 '14 at 14:17














1












1








1








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>









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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

















'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










2 Answers
2






active

oldest

votes


















3














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






share|improve this answer































    2














    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.






    share|improve this answer























      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
      });


      }
      });














      draft saved

      draft discarded


















      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









      3














      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






      share|improve this answer




























        3














        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






        share|improve this answer


























          3












          3








          3







          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






          share|improve this answer













          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







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Oct 2 '14 at 13:35









          Fabian BlechschmidtFabian Blechschmidt

          33.3k664172




          33.3k664172

























              2














              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.






              share|improve this answer




























                2














                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.






                share|improve this answer


























                  2












                  2








                  2







                  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.






                  share|improve this answer













                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 2 '14 at 13:39









                  MariusMarius

                  165k28315669




                  165k28315669






























                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      Polycentropodidae

                      Magento 2 Error message: Invalid state change requested

                      Paulmy