From: Brian A. <br...@ta...> - 2001-02-22 19:17:46
|
Perry Shang wrote: > Have anyone get Bender successfully installed? I keep getting > "Issuing rollback() for database handle being DESTROY'd without explicit > disconnect()." > in Apache error_log. I have traced to Slash::Apache::User::handler. Some > how, I just can't disconnect MySQL. Any clue? This with Oracle, or MySQL? You can ignore the error. What it is is Apache doing it initial startup to test everything and then restarting. Disconnect never gets call in this situation. -Brian |