I'm getting quite a lot of 500 internal errors, Apache erros and this when I try to access Silvercash:
error: Can't call method "prepare" on an undefined value at /home/modules/Apache/TimedTool.pm line 98.
context:
...
94:
95: my $dbh = DBI->connect($database, $dbusername, $dbpassword) or warn "Not oppened $@";
96:
97: my $sql = "SELECT $secretfield FROM $secrettable WHERE Domain = ? ";
98: my $sth = $dbh->prepare($sql);
99: $sth->execute($self->{TicketDomain});
100:
101: ($secret) = $sth->fetchrow_array;
102:
...
code stack: /home/modules/Apache/TimedTool.pm:98
/home/modules/Apache/TimedTool.pm:240
/nfsroot/smc/simple/autohandler:8
raw error
Anyone else noticing this? It seems that their sites were pretty slow this morning and now all these errors came up...
