On Tue, 2003-10-21 at 15:25, Udlei Nattis wrote: > error_log: > > 8139 Apache::DBI need ping: no > 8139 Apache::DBI new connect to > 'eShop:localhost^\root^\sql^\AutoCommit=0^\PrintError=1^\Username=root' > 8139 Apache::DBI disconnect (overloaded) > 8117 Apache::DBI need ping: yes > 8117 Apache::DBI already connected to > 'eShop:localhost^\root^\sql^\AutoCommit=1^\PrintError=1^\Username=root' > 8117 Apache::DBI need ping: no > 8117 Apache::DBI already connected to > 'eShop:localhost^\root^\sql^\AutoCommit=0^\PrintError=1^\Username=root' > 8117 Apache::DBI disconnect (overloaded) > 8117 Apache::DBI need ping: yes > 8117 Apache::DBI already connected to > 'eShop:localhost^\root^\sql^\AutoCommit=1^\PrintError=1^\Username=root' > 8117 Apache::DBI need ping: no > 8117 Apache::DBI already connected to > 'eShop:localhost^\root^\sql^\AutoCommit=0^\PrintError=1^\Username=root' > 8117 Apache::DBI disconnect (overloaded) > > but page dont open :/
There's nothing here about the connection being down. Are you sure that's the problem? Maybe you're just getting a deadlock from two transactions or something like that. Are you opening a connection before apache forks (in startup.pl) for any reason? - Perrin