Magento local version doesn't load extensions properlyMagento tries to Load module from wrong namespace/companycustom model magento looks in Mage/…?How do I create a non-editable Magento CMS Page?Magento Advanced Search not showing Nav BarMagento htaccess errorNeed to override Catalog twice because of different themesRandom product links replaced with Hashtag linksblock … in wysiwyg from page gets not renderedMigration for static blocks to move from local to staggingHow to import an existing project on Magento 1.7 to my local workspace?MySQL Queries for v1.7 to v1.9 upgrade processmagento 1: admin ajax call shows nginx 404 page after some processing

Scaffoldings in New York

Looking after a wayward brother in mother's will

Different PCB color ( is it different material? )

What F1 in name of seeds/varieties means?

Probability of fraction not being able to be simplified

Where can I find the list of all tendons in the human body?

Restoring order in a deck of playing cards

Why would Lupin kill Pettigrew?

NL - iterating all edges of a graph in log space

Crossword gone overboard

shutdown at specific date

Terminology about G- simplicial complexes

Tic-Tac-Toe for the terminal

What caused the tendency for conservatives to not support climate change reform?

Why doesn't the Earth's acceleration towards the Moon accumulate to push the Earth off its orbit?

If a massive object like Jupiter flew past the Earth how close would it need to come to pull people off of the surface?

Comment dit-on « I’ll tell you what » ?

Could I be denied entry into Ireland due to medical and police situations during a previous UK visit?

How could Catholicism have incorporated witchcraft into its dogma?

Preserving culinary oils

Mother abusing my finances

Glitch in AC sine wave interfering with phase cut dimming

Modern approach to radio buttons

A Mathematical Discussion: Fill in the Blank



Magento local version doesn't load extensions properly


Magento tries to Load module from wrong namespace/companycustom model magento looks in Mage/…?How do I create a non-editable Magento CMS Page?Magento Advanced Search not showing Nav BarMagento htaccess errorNeed to override Catalog twice because of different themesRandom product links replaced with Hashtag linksblock … in wysiwyg from page gets not renderedMigration for static blocks to move from local to staggingHow to import an existing project on Magento 1.7 to my local workspace?MySQL Queries for v1.7 to v1.9 upgrade processmagento 1: admin ajax call shows nginx 404 page after some processing






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I have a running live instance of Magento 1.7. I am trying to setup a local dev env.
Below is what I've done so far:



  • Copy the project from server


  • Import a dump of the database


  • Edit local.xml with proper DB credentials


  • Update core_config_data with new urls


  • Run magento_cleanup (which properly sets rules, clean cache)


After those steps, the website is running but some pages are not properly rendered.



When I check the logs, it comes that pages with modules aren't rendered correctly. I have some "Invalid blocks" exceptions. Magento is looking for the blocks with "Mage" namespaces while the blocks are custom and have other namespaces.



Similar issues:



custom model magento looks in Mage/...?



  • Already done for my modules

Magento tries to Load module from wrong namespace/company



  • I am quite sure it isn't a case sensitivity issue.. My server is running PHP 5.6.17 while I am running PHP 5.6.40. Could it matter ?

My modules are listed on the backend however.



Thanks










share|improve this question









New contributor



Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    1















    I have a running live instance of Magento 1.7. I am trying to setup a local dev env.
    Below is what I've done so far:



    • Copy the project from server


    • Import a dump of the database


    • Edit local.xml with proper DB credentials


    • Update core_config_data with new urls


    • Run magento_cleanup (which properly sets rules, clean cache)


    After those steps, the website is running but some pages are not properly rendered.



    When I check the logs, it comes that pages with modules aren't rendered correctly. I have some "Invalid blocks" exceptions. Magento is looking for the blocks with "Mage" namespaces while the blocks are custom and have other namespaces.



    Similar issues:



    custom model magento looks in Mage/...?



    • Already done for my modules

    Magento tries to Load module from wrong namespace/company



    • I am quite sure it isn't a case sensitivity issue.. My server is running PHP 5.6.17 while I am running PHP 5.6.40. Could it matter ?

    My modules are listed on the backend however.



    Thanks










    share|improve this question









    New contributor



    Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      1












      1








      1








      I have a running live instance of Magento 1.7. I am trying to setup a local dev env.
      Below is what I've done so far:



      • Copy the project from server


      • Import a dump of the database


      • Edit local.xml with proper DB credentials


      • Update core_config_data with new urls


      • Run magento_cleanup (which properly sets rules, clean cache)


      After those steps, the website is running but some pages are not properly rendered.



      When I check the logs, it comes that pages with modules aren't rendered correctly. I have some "Invalid blocks" exceptions. Magento is looking for the blocks with "Mage" namespaces while the blocks are custom and have other namespaces.



      Similar issues:



      custom model magento looks in Mage/...?



      • Already done for my modules

      Magento tries to Load module from wrong namespace/company



      • I am quite sure it isn't a case sensitivity issue.. My server is running PHP 5.6.17 while I am running PHP 5.6.40. Could it matter ?

      My modules are listed on the backend however.



      Thanks










      share|improve this question









      New contributor



      Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have a running live instance of Magento 1.7. I am trying to setup a local dev env.
      Below is what I've done so far:



      • Copy the project from server


      • Import a dump of the database


      • Edit local.xml with proper DB credentials


      • Update core_config_data with new urls


      • Run magento_cleanup (which properly sets rules, clean cache)


      After those steps, the website is running but some pages are not properly rendered.



      When I check the logs, it comes that pages with modules aren't rendered correctly. I have some "Invalid blocks" exceptions. Magento is looking for the blocks with "Mage" namespaces while the blocks are custom and have other namespaces.



      Similar issues:



      custom model magento looks in Mage/...?



      • Already done for my modules

      Magento tries to Load module from wrong namespace/company



      • I am quite sure it isn't a case sensitivity issue.. My server is running PHP 5.6.17 while I am running PHP 5.6.40. Could it matter ?

      My modules are listed on the backend however.



      Thanks







      magento-1.7 blocks exception third-party-module






      share|improve this question









      New contributor



      Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited May 22 at 13:10







      Vidushan Chooriyakumaran













      New contributor



      Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked May 22 at 12:24









      Vidushan ChooriyakumaranVidushan Chooriyakumaran

      63




      63




      New contributor



      Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Vidushan Chooriyakumaran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Could be a filename case issue. For example, confirm that if you have a class like the following: Vendor_Extension_Block_Test is saved as Test.php with capital T. If lowercase t you will see block not found. Same with controllers eg IndexController.php etc






          share|improve this answer























          • Oops. You edited question as I was replying.

            – Dominic Xigen
            May 22 at 12:41












          • My bad, sorry.. I have checked it again and it's fine with the file names and the classes on modules config.

            – Vidushan Chooriyakumaran
            May 22 at 12:46











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



          );






          Vidushan Chooriyakumaran is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f275683%2fmagento-local-version-doesnt-load-extensions-properly%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









          0














          Could be a filename case issue. For example, confirm that if you have a class like the following: Vendor_Extension_Block_Test is saved as Test.php with capital T. If lowercase t you will see block not found. Same with controllers eg IndexController.php etc






          share|improve this answer























          • Oops. You edited question as I was replying.

            – Dominic Xigen
            May 22 at 12:41












          • My bad, sorry.. I have checked it again and it's fine with the file names and the classes on modules config.

            – Vidushan Chooriyakumaran
            May 22 at 12:46















          0














          Could be a filename case issue. For example, confirm that if you have a class like the following: Vendor_Extension_Block_Test is saved as Test.php with capital T. If lowercase t you will see block not found. Same with controllers eg IndexController.php etc






          share|improve this answer























          • Oops. You edited question as I was replying.

            – Dominic Xigen
            May 22 at 12:41












          • My bad, sorry.. I have checked it again and it's fine with the file names and the classes on modules config.

            – Vidushan Chooriyakumaran
            May 22 at 12:46













          0












          0








          0







          Could be a filename case issue. For example, confirm that if you have a class like the following: Vendor_Extension_Block_Test is saved as Test.php with capital T. If lowercase t you will see block not found. Same with controllers eg IndexController.php etc






          share|improve this answer













          Could be a filename case issue. For example, confirm that if you have a class like the following: Vendor_Extension_Block_Test is saved as Test.php with capital T. If lowercase t you will see block not found. Same with controllers eg IndexController.php etc







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 22 at 12:40









          Dominic XigenDominic Xigen

          63511




          63511












          • Oops. You edited question as I was replying.

            – Dominic Xigen
            May 22 at 12:41












          • My bad, sorry.. I have checked it again and it's fine with the file names and the classes on modules config.

            – Vidushan Chooriyakumaran
            May 22 at 12:46

















          • Oops. You edited question as I was replying.

            – Dominic Xigen
            May 22 at 12:41












          • My bad, sorry.. I have checked it again and it's fine with the file names and the classes on modules config.

            – Vidushan Chooriyakumaran
            May 22 at 12:46
















          Oops. You edited question as I was replying.

          – Dominic Xigen
          May 22 at 12:41






          Oops. You edited question as I was replying.

          – Dominic Xigen
          May 22 at 12:41














          My bad, sorry.. I have checked it again and it's fine with the file names and the classes on modules config.

          – Vidushan Chooriyakumaran
          May 22 at 12:46





          My bad, sorry.. I have checked it again and it's fine with the file names and the classes on modules config.

          – Vidushan Chooriyakumaran
          May 22 at 12:46










          Vidushan Chooriyakumaran is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Vidushan Chooriyakumaran is a new contributor. Be nice, and check out our Code of Conduct.












          Vidushan Chooriyakumaran is a new contributor. Be nice, and check out our Code of Conduct.











          Vidushan Chooriyakumaran is a new contributor. Be nice, and check out our Code of Conduct.














          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%2f275683%2fmagento-local-version-doesnt-load-extensions-properly%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

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form