What does this error mean

2 replies
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] => )
#error
  • Profile picture of the author CoursesWeb
    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.
    {{ DiscussionBoard.errors[8593387].message }}
  • Profile picture of the author Delta90
    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.
    {{ DiscussionBoard.errors[8594262].message }}

Trending Topics