On Tue, 2003-10-21 at 08:33, Udlei Nattis wrote: > for resolv the problem i add in startup.pl: > > Apache::DBI->connect_on_init('dbi:mysql:dbase', 'root', 'sql',{ > PrintError => 1, RaiseError => 1, }); > Apache::DBI->setPingTimeOut('dbi:mysql::dbase', 1); # or 0 > $Apache::DBI::DEBUG = 2; > > but problem persist...
What messages do you get in your error_log? - Perrin