What does this error mean

by 2 replies
3
When my site gets a sudden traffic burst it crashes with this message showing on a white screen. Anyone know what it means?

Exception Object ( [message:protected] => mode missing in settings array [string:Exception:private] => [code:protected] => 0 [file:protected] => /var/www/relationshipsurgery.com/frontend/idp/core/driver.php [line:protected] => 235 [trace:Exception:private] => Array ( [0] => Array ( [file] => /var/www/relationshipsurgery.com/frontend/idp/core/driver.php [line] => 458 [function] => setup [class] => IDP\Driver [type] => :: [args] => Array ( ) ) [1] => Array ( [file] => /var/www/relationshipsurgery.com/frontend/site/public/site [line] => 42 [function] => webBoot [class] => IDP\Driver [type] => :: [args] => Array ( ) ) ) [previous:Exception:private] => )
#programming #error
  • Hi
    The code looks like the output of a var_export(), or print_r() of an array variable that stores registered errors.
    But not know the solution to fix it.
  • It'd be good if you could provide some more information. Is it wp or some other cms? Atleast we can se that it's driver.php that seems to be causing the issue.

Next Topics on Trending Feed

  • 3

    When my site gets a sudden traffic burst it crashes with this message showing on a white screen. Anyone know what it means? Exception Object ( [message:protected] => mode missing in settings array [string:Exception:private] => [code:protected] => 0 [file:protected] => /var/www/relationshipsurgery.com/frontend/idp/core/driver.php [line:protected] => 235 [trace:Exception:private] => Array ( [0] => Array ( [file] => /var/www/relationshipsurgery.com/frontend/idp/core/driver.php [line] => 458 [function] => setup [class] => IDP\Driver [type] => :: [args] => Array ( ) ) [1] => Array ( [file] => /var/www/relationshipsurgery.com/frontend/site/public/site [line] => 42 [function] => webBoot [class] => IDP\Driver [type] => :: [args] => Array ( ) ) ) [previous:Exception:private] => )