Spring Offer Is To Get WP Bundle of 65+ Themes At 15% Discount " TPRIDE15 "   
Get Premium WordPress Themes At 20% Off "GETPRO20"

Amanda Andrews

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Install Problems #6492
    Amanda Andrews
    Participant

    Hi,

    So I have attempted again to upload, I have been able to load the-tour-operator-pro file, can open it then again as soon as I try and load plug in’s the site says ‘ There has been a critical error on this website. I did a back up and found this in the wp-content, db-error.php

    <?php

    $errorno = mysqli_connect_errno();
    $errormsg = mysqli_connect_error();

    $likely_misconfigured = $errorno == 1203;

    if ($likely_misconfigured) {
    header(“HTTP/1.1 529 Server Overloaded”);
    nocache_headers();
    $header_msg = “Site Overloaded”;
    $summary_msg = “This site has exhausted its connections to the database. Please try visiting at a later time.”;
    } else {
    http_response_code(500);
    nocache_headers();
    $header_msg = “Could not connect to database”;
    $summary_msg = “This site is currently experiencing issues. Please try visiting at a later time.”;
    }

    header(“x-db-error-code: ” . $errorno);
    header(“x-db-error-msg: ” . $errormsg);

    ?>
    <html><head>
    <title><?= $header_msg ?></title>
    <style>
    div {
    margin: 10px auto 10px;
    text-align: center!important;

    ————————–

    I hope this is the correct information?

    Thank you

    Amanda

Viewing 1 post (of 1 total)
Translate ยป