How can i do a custom maintenance message on magento 2.2.4Magento 2: Maintenance ModeSuccess/ Error message...

Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?

Why would space fleets be aligned?

Dilemma of explaining to interviewer that he is the reason for declining second interview

Publishing research using outdated methods

Why is working on the same position for more than 15 years not a red flag?

What's a good word to describe a public place that looks like it wouldn't be rough?

When can a QA tester start his job?

Why exactly do action photographers need high fps burst cameras?

Eww, those bytes are gross

How do you funnel food off a cutting board?

What are the exceptions to Natural Selection?

Making him into a bully (how to show mild violence)

Does a phylactery of a lich have to be a box?

Why are the books in the Game of Thrones citadel library shelved spine inwards?

Use two 8s and two 3s to make the number 24

SET NOCOUNT Error in handling SQL call after upgrade

How did Ancient Greek 'πυρ' become English 'fire?'

How to prevent users from executing commands through browser URL

Does theoretical physics suggest that gravity is the exchange of gravitons or deformation/bending of spacetime?

Citing paywalled articles accessed via illegal web sharing

Is using an 'empty' metaphor considered bad style?

What is the purpose of easy combat scenarios that don't need resource expenditure?

Can a Pact of the Blade warlock use the correct existing pact magic weapon so it functions as a "Returning" weapon?

Intern applicant asking for compensation equivalent to that of permanent employee



How can i do a custom maintenance message on magento 2.2.4


Magento 2: Maintenance ModeSuccess/ Error message not showing Magento 2Magento 2 - Single instance, multiple websites with single store view each - How to configure Apache?Best place for 3rd party librariesHow to show error message in Magento 2 checkout pageMagento 2 How to remove shipping method in checkout pageAllow dynamic IP to access a site in maintenance modeMagento 2 index management system error messageWeb server very slow for serving images of MagentoHow can I add a 3rd party dependency in a custom module?













1















I have to update several modules of magento also deactivate others and while the frontend will not be available.



How can I make a simple personalized message? Would you touch on some magento or apache directory?



And how can i do a message page for every language?










share|improve this question





























    1















    I have to update several modules of magento also deactivate others and while the frontend will not be available.



    How can I make a simple personalized message? Would you touch on some magento or apache directory?



    And how can i do a message page for every language?










    share|improve this question



























      1












      1








      1








      I have to update several modules of magento also deactivate others and while the frontend will not be available.



      How can I make a simple personalized message? Would you touch on some magento or apache directory?



      And how can i do a message page for every language?










      share|improve this question
















      I have to update several modules of magento also deactivate others and while the frontend will not be available.



      How can I make a simple personalized message? Would you touch on some magento or apache directory?



      And how can i do a message page for every language?







      magento2 error apache2






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 24 mins ago







      Oriol

















      asked 2 hours ago









      OriolOriol

      778




      778






















          2 Answers
          2






          active

          oldest

          votes


















          2














          you can go to pub directory and find below path:




          pub/errors/default/503.phtml




          and quick edit on the 503.phtml file and edit this lines also css add here



          enter image description here






          share|improve this answer


























          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • Done! And i updated my question :D

            – Oriol
            23 mins ago











          • my pleasure.. :)

            – Rakesh Donga
            22 mins ago











          • Sorry, now done!

            – Oriol
            19 mins ago











          • Hellooooo! Can you tell me how can i do a multi language error page? For every store on magento @Rakesh Donga

            – Oriol
            2 mins ago





















          2














          For this You need to update below file




          pub/errors/default/503.phtml




          and design accordingly



          but best practice to override this into custom error page for this follow below steps.



          Go into the pub/errors



          Create a copy of the local.xml.sample and rename it as local.xml
          Edit the with your custom name. Ex – customerrorpage



          <skin>customerrorpage</skin>


          http://prntscr.com/mr8kgy



          Next create a copy of the “default” folder and rename it with your skin name. Ex – customerrorpage



          Locate the 503.phtml inside the newly created folder and add your custom code. Add the styles inside css/styles.css and relevant images under images folder.



          http://prntscr.com/mr8l75



          Hope this help you!



          Thanks






          share|improve this answer








          New contributor




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





















          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • you can add /update content in your specific language in 503.phtml

            – VDC
            10 secs ago











          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%2f263825%2fhow-can-i-do-a-custom-maintenance-message-on-magento-2-2-4%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









          2














          you can go to pub directory and find below path:




          pub/errors/default/503.phtml




          and quick edit on the 503.phtml file and edit this lines also css add here



          enter image description here






          share|improve this answer


























          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • Done! And i updated my question :D

            – Oriol
            23 mins ago











          • my pleasure.. :)

            – Rakesh Donga
            22 mins ago











          • Sorry, now done!

            – Oriol
            19 mins ago











          • Hellooooo! Can you tell me how can i do a multi language error page? For every store on magento @Rakesh Donga

            – Oriol
            2 mins ago


















          2














          you can go to pub directory and find below path:




          pub/errors/default/503.phtml




          and quick edit on the 503.phtml file and edit this lines also css add here



          enter image description here






          share|improve this answer


























          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • Done! And i updated my question :D

            – Oriol
            23 mins ago











          • my pleasure.. :)

            – Rakesh Donga
            22 mins ago











          • Sorry, now done!

            – Oriol
            19 mins ago











          • Hellooooo! Can you tell me how can i do a multi language error page? For every store on magento @Rakesh Donga

            – Oriol
            2 mins ago
















          2












          2








          2







          you can go to pub directory and find below path:




          pub/errors/default/503.phtml




          and quick edit on the 503.phtml file and edit this lines also css add here



          enter image description here






          share|improve this answer















          you can go to pub directory and find below path:




          pub/errors/default/503.phtml




          and quick edit on the 503.phtml file and edit this lines also css add here



          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 hours ago

























          answered 2 hours ago









          Rakesh DongaRakesh Donga

          1,332316




          1,332316













          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • Done! And i updated my question :D

            – Oriol
            23 mins ago











          • my pleasure.. :)

            – Rakesh Donga
            22 mins ago











          • Sorry, now done!

            – Oriol
            19 mins ago











          • Hellooooo! Can you tell me how can i do a multi language error page? For every store on magento @Rakesh Donga

            – Oriol
            2 mins ago





















          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • Done! And i updated my question :D

            – Oriol
            23 mins ago











          • my pleasure.. :)

            – Rakesh Donga
            22 mins ago











          • Sorry, now done!

            – Oriol
            19 mins ago











          • Hellooooo! Can you tell me how can i do a multi language error page? For every store on magento @Rakesh Donga

            – Oriol
            2 mins ago



















          Thanks!!can i do a error page for every language?

          – Oriol
          29 mins ago





          Thanks!!can i do a error page for every language?

          – Oriol
          29 mins ago













          Done! And i updated my question :D

          – Oriol
          23 mins ago





          Done! And i updated my question :D

          – Oriol
          23 mins ago













          my pleasure.. :)

          – Rakesh Donga
          22 mins ago





          my pleasure.. :)

          – Rakesh Donga
          22 mins ago













          Sorry, now done!

          – Oriol
          19 mins ago





          Sorry, now done!

          – Oriol
          19 mins ago













          Hellooooo! Can you tell me how can i do a multi language error page? For every store on magento @Rakesh Donga

          – Oriol
          2 mins ago







          Hellooooo! Can you tell me how can i do a multi language error page? For every store on magento @Rakesh Donga

          – Oriol
          2 mins ago















          2














          For this You need to update below file




          pub/errors/default/503.phtml




          and design accordingly



          but best practice to override this into custom error page for this follow below steps.



          Go into the pub/errors



          Create a copy of the local.xml.sample and rename it as local.xml
          Edit the with your custom name. Ex – customerrorpage



          <skin>customerrorpage</skin>


          http://prntscr.com/mr8kgy



          Next create a copy of the “default” folder and rename it with your skin name. Ex – customerrorpage



          Locate the 503.phtml inside the newly created folder and add your custom code. Add the styles inside css/styles.css and relevant images under images folder.



          http://prntscr.com/mr8l75



          Hope this help you!



          Thanks






          share|improve this answer








          New contributor




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





















          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • you can add /update content in your specific language in 503.phtml

            – VDC
            10 secs ago
















          2














          For this You need to update below file




          pub/errors/default/503.phtml




          and design accordingly



          but best practice to override this into custom error page for this follow below steps.



          Go into the pub/errors



          Create a copy of the local.xml.sample and rename it as local.xml
          Edit the with your custom name. Ex – customerrorpage



          <skin>customerrorpage</skin>


          http://prntscr.com/mr8kgy



          Next create a copy of the “default” folder and rename it with your skin name. Ex – customerrorpage



          Locate the 503.phtml inside the newly created folder and add your custom code. Add the styles inside css/styles.css and relevant images under images folder.



          http://prntscr.com/mr8l75



          Hope this help you!



          Thanks






          share|improve this answer








          New contributor




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





















          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • you can add /update content in your specific language in 503.phtml

            – VDC
            10 secs ago














          2












          2








          2







          For this You need to update below file




          pub/errors/default/503.phtml




          and design accordingly



          but best practice to override this into custom error page for this follow below steps.



          Go into the pub/errors



          Create a copy of the local.xml.sample and rename it as local.xml
          Edit the with your custom name. Ex – customerrorpage



          <skin>customerrorpage</skin>


          http://prntscr.com/mr8kgy



          Next create a copy of the “default” folder and rename it with your skin name. Ex – customerrorpage



          Locate the 503.phtml inside the newly created folder and add your custom code. Add the styles inside css/styles.css and relevant images under images folder.



          http://prntscr.com/mr8l75



          Hope this help you!



          Thanks






          share|improve this answer








          New contributor




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










          For this You need to update below file




          pub/errors/default/503.phtml




          and design accordingly



          but best practice to override this into custom error page for this follow below steps.



          Go into the pub/errors



          Create a copy of the local.xml.sample and rename it as local.xml
          Edit the with your custom name. Ex – customerrorpage



          <skin>customerrorpage</skin>


          http://prntscr.com/mr8kgy



          Next create a copy of the “default” folder and rename it with your skin name. Ex – customerrorpage



          Locate the 503.phtml inside the newly created folder and add your custom code. Add the styles inside css/styles.css and relevant images under images folder.



          http://prntscr.com/mr8l75



          Hope this help you!



          Thanks







          share|improve this answer








          New contributor




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



          share|improve this answer






          New contributor




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









          answered 2 hours ago









          VDCVDC

          1015




          1015




          New contributor




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





          New contributor





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






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













          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • you can add /update content in your specific language in 503.phtml

            – VDC
            10 secs ago



















          • Thanks!!can i do a error page for every language?

            – Oriol
            29 mins ago











          • you can add /update content in your specific language in 503.phtml

            – VDC
            10 secs ago

















          Thanks!!can i do a error page for every language?

          – Oriol
          29 mins ago





          Thanks!!can i do a error page for every language?

          – Oriol
          29 mins ago













          you can add /update content in your specific language in 503.phtml

          – VDC
          10 secs ago





          you can add /update content in your specific language in 503.phtml

          – VDC
          10 secs ago


















          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%2f263825%2fhow-can-i-do-a-custom-maintenance-message-on-magento-2-2-4%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...