• <!DOCTYPE html>
    <html style=”height:100%”>
    <head>
    <meta name=”viewport” content=”width=device-width, initial-scale=1, shrink-to-fit=no” />
    <title> 503 Service Unavailable
    </title></head>
    <body style=”color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;”>
    <div style=”height:auto; min-height:100%; “> <div style=”text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;”>
    <h1 style=”margin:0; font-size:150px; line-height:150px; font-weight:bold;”>503</h1>
    <h2 style=”margin-top:20px;font-size: 30px;”>Service Unavailable
    </h2>
    <p>The server is temporarily busy, try again later!</p>
    </div></div></body></html>

    my hosting provider says its from my end so I changed almost everything from the browser to pc and what not

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    The 503 service unavailable error occurs when your web server is unable to get a proper response from a PHP script. This PHP script could be a WordPress plugin, a theme, or a misbehaving custom code snippet.

    If the error is caused by heavy usage, a server glitch, server temporarily offline for maintenance, the server too busy or concurrent request limit exceeded, or a DDoS attack, then it could automatically disappear in a few minutes.

    However, if it is caused by bad code on your website, then it will keep occurring unless you find and disable the code that’s causing it.

    To troubleshoot, try:
    – Deactivate plugins, switch theme, reinstall WP
    – If these methods fail to resolve the error, then try contacting your hosting providert.
    https://www.wpbeginner.com/wp-tutorials/how-to-fix-503-service-unavailable-error-in-wordpress/

    Thread Starter sachindailyhealth

    (@sachindailyhealth)

    doesn’t work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The server is temporarily busy, try again later!’ is closed to new replies.