On Thursday 19 May 2005 1:47 pm, Octavian Rasnita wrote: > [Thu May 19 20:36:01 2005] [error] DBD::mysql::db prepare failed: handle 2 > is owned by thread 225321c not current thread 17cde94 (handles can't be > shared between threads and your driver may need a CLONE method added) at > e:/web/presa3/modules/Presa/Categories.pm line 34.\n
Are you opening database handles during server startup, in a startup.pl or a BEGIN block inside a module called from startup.pl? - Perrin