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?
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
add a comment |
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
add a comment |
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
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
magento2 error apache2
edited 24 mins ago
Oriol
asked 2 hours ago
OriolOriol
778
778
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
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
add a comment |
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
New contributor
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
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');
});
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%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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
New contributor
New contributor
answered 2 hours ago
VDCVDC
1015
1015
New contributor
New contributor
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
add a comment |
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
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');
});
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%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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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');
});
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');
});
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