Magento Backend pages not showing content properly after upgrade












1














We've just performed a manual upgrade from 1.8.1 to 1.9.2 and thought everything had gone alright. The frontend seems properly with pages and products and loading fine.



But, the backend is messed up. The pages aren't loading properly. I can see the header and footers, but didn't find the content in between.



I have already flushed the caches but didn't change.



Find the following images for what I mean.



enter image description here



enter image description here



As you can see there is no content showing. The dashboard page shows correctly and the configuration page loads too, but pages like products, orders cache, index etc don't show properly.










share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1














    We've just performed a manual upgrade from 1.8.1 to 1.9.2 and thought everything had gone alright. The frontend seems properly with pages and products and loading fine.



    But, the backend is messed up. The pages aren't loading properly. I can see the header and footers, but didn't find the content in between.



    I have already flushed the caches but didn't change.



    Find the following images for what I mean.



    enter image description here



    enter image description here



    As you can see there is no content showing. The dashboard page shows correctly and the configuration page loads too, but pages like products, orders cache, index etc don't show properly.










    share|improve this question
















    bumped to the homepage by Community yesterday


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1


      1





      We've just performed a manual upgrade from 1.8.1 to 1.9.2 and thought everything had gone alright. The frontend seems properly with pages and products and loading fine.



      But, the backend is messed up. The pages aren't loading properly. I can see the header and footers, but didn't find the content in between.



      I have already flushed the caches but didn't change.



      Find the following images for what I mean.



      enter image description here



      enter image description here



      As you can see there is no content showing. The dashboard page shows correctly and the configuration page loads too, but pages like products, orders cache, index etc don't show properly.










      share|improve this question















      We've just performed a manual upgrade from 1.8.1 to 1.9.2 and thought everything had gone alright. The frontend seems properly with pages and products and loading fine.



      But, the backend is messed up. The pages aren't loading properly. I can see the header and footers, but didn't find the content in between.



      I have already flushed the caches but didn't change.



      Find the following images for what I mean.



      enter image description here



      enter image description here



      As you can see there is no content showing. The dashboard page shows correctly and the configuration page loads too, but pages like products, orders cache, index etc don't show properly.







      magento-1.9 upgrade backend






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 17 '16 at 8:06









      Teja Bhagavan Kollepara

      2,93841847




      2,93841847










      asked Jul 30 '15 at 18:03









      Matt

      741213




      741213





      bumped to the homepage by Community yesterday


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community yesterday


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          4 Answers
          4






          active

          oldest

          votes


















          0














          Just to check, did you update the app/design/adminhtml/ folder and deleted the var/cache folder? I know there are some changes to the layout and template files and if you're caching the old layouts or missing them somehow it could mess things up.






          share|improve this answer





























            0














            Try manually clearing your cache: remove the content in var/cache. Maybe some old setting is still there.



            Make sure you do not have compile option enabled:
            Check includes/config.php and make sure all the lines are commented out.






            share|improve this answer





























              0














              Open Google Chrome debug bar and check if there are errors in any javascript.
              Also in the debug bar you can see if any issues like 404, 403 or other helpfull problems






              share|improve this answer





























                -2














                Problem solved. Check inside the app/design/adminhtml/default/default/etc
                Try to replace theme.xml with the original backup file.
                It worked for me






                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%2f76192%2fmagento-backend-pages-not-showing-content-properly-after-upgrade%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  4 Answers
                  4






                  active

                  oldest

                  votes








                  4 Answers
                  4






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  0














                  Just to check, did you update the app/design/adminhtml/ folder and deleted the var/cache folder? I know there are some changes to the layout and template files and if you're caching the old layouts or missing them somehow it could mess things up.






                  share|improve this answer


























                    0














                    Just to check, did you update the app/design/adminhtml/ folder and deleted the var/cache folder? I know there are some changes to the layout and template files and if you're caching the old layouts or missing them somehow it could mess things up.






                    share|improve this answer
























                      0












                      0








                      0






                      Just to check, did you update the app/design/adminhtml/ folder and deleted the var/cache folder? I know there are some changes to the layout and template files and if you're caching the old layouts or missing them somehow it could mess things up.






                      share|improve this answer












                      Just to check, did you update the app/design/adminhtml/ folder and deleted the var/cache folder? I know there are some changes to the layout and template files and if you're caching the old layouts or missing them somehow it could mess things up.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jul 30 '15 at 21:03









                      Adad64

                      1995




                      1995

























                          0














                          Try manually clearing your cache: remove the content in var/cache. Maybe some old setting is still there.



                          Make sure you do not have compile option enabled:
                          Check includes/config.php and make sure all the lines are commented out.






                          share|improve this answer


























                            0














                            Try manually clearing your cache: remove the content in var/cache. Maybe some old setting is still there.



                            Make sure you do not have compile option enabled:
                            Check includes/config.php and make sure all the lines are commented out.






                            share|improve this answer
























                              0












                              0








                              0






                              Try manually clearing your cache: remove the content in var/cache. Maybe some old setting is still there.



                              Make sure you do not have compile option enabled:
                              Check includes/config.php and make sure all the lines are commented out.






                              share|improve this answer












                              Try manually clearing your cache: remove the content in var/cache. Maybe some old setting is still there.



                              Make sure you do not have compile option enabled:
                              Check includes/config.php and make sure all the lines are commented out.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Feb 18 '16 at 0:05









                              Phoenix128_RiccardoT

                              5,1702928




                              5,1702928























                                  0














                                  Open Google Chrome debug bar and check if there are errors in any javascript.
                                  Also in the debug bar you can see if any issues like 404, 403 or other helpfull problems






                                  share|improve this answer


























                                    0














                                    Open Google Chrome debug bar and check if there are errors in any javascript.
                                    Also in the debug bar you can see if any issues like 404, 403 or other helpfull problems






                                    share|improve this answer
























                                      0












                                      0








                                      0






                                      Open Google Chrome debug bar and check if there are errors in any javascript.
                                      Also in the debug bar you can see if any issues like 404, 403 or other helpfull problems






                                      share|improve this answer












                                      Open Google Chrome debug bar and check if there are errors in any javascript.
                                      Also in the debug bar you can see if any issues like 404, 403 or other helpfull problems







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered May 20 '18 at 11:50









                                      x86fantini

                                      545




                                      545























                                          -2














                                          Problem solved. Check inside the app/design/adminhtml/default/default/etc
                                          Try to replace theme.xml with the original backup file.
                                          It worked for me






                                          share|improve this answer




























                                            -2














                                            Problem solved. Check inside the app/design/adminhtml/default/default/etc
                                            Try to replace theme.xml with the original backup file.
                                            It worked for me






                                            share|improve this answer


























                                              -2












                                              -2








                                              -2






                                              Problem solved. Check inside the app/design/adminhtml/default/default/etc
                                              Try to replace theme.xml with the original backup file.
                                              It worked for me






                                              share|improve this answer














                                              Problem solved. Check inside the app/design/adminhtml/default/default/etc
                                              Try to replace theme.xml with the original backup file.
                                              It worked for me







                                              share|improve this answer














                                              share|improve this answer



                                              share|improve this answer








                                              edited Aug 3 '15 at 14:54

























                                              answered Aug 3 '15 at 14:37









                                              Fasterbit

                                              11




                                              11






























                                                  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.





                                                  Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                                  Please pay close attention to the following guidance:


                                                  • 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%2f76192%2fmagento-backend-pages-not-showing-content-properly-after-upgrade%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

                                                  An IMO inspired problem

                                                  Management

                                                  Has there ever been an instance of an active nuclear power plant within or near a war zone?