We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

My EE website keeps crashing Help!

How Do I?

Jav Vilchis's avatar
Jav Vilchis
8 posts
4 years ago
Jav Vilchis's avatar Jav Vilchis

Does anyone know how to see if there are any database connection leaks? my website keeps crashing because it can’t connect to the database. Help!

i’m running EE V5.4.0 and throwing the error on: mysqli_connection.php line 78

// were additional config items set?
  if (isset($dns['query']))
  {
   parse_str($dns['query'], $extra);

   foreach($extra as $key => $val)
   {
    // booleans please
    if (strtoupper($val) == "TRUE")
    {
     $val = TRUE;
    }
    elseif (strtoupper($val) == "FALSE")
    {
     $val = FALSE;
    }

    $params[$key] = $val;
   }
  }
       
Tom Jaeger's avatar
Tom Jaeger
449 posts
4 years ago
Tom Jaeger's avatar Tom Jaeger

Hi Jav,

This is a bit of a hard one to trouble shoot without a good number of specifics.

My gut reaction is to take a peek at the MySQL logs specifically to see if there might be something good to follow on that front.

This could be an item related to your host, a given template, overall server setup etc.

See anything good in the logs?

Thanks,

-Tom Jaeger

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.