Hi, I kinda know this problem is pretty common .. I've searched on the internet for others with the same, and I found quite a lot. But never a solution.
I get the "Database handle destroyed without explicit disconnect" error when two or more users are logged into my website, somehow it seems as if PostgreSQL (the DBMS i'm using) disconnects the persistent connection every now and then whenever it feels like doing that. Off course I know this cannot be true and there must be some sort of pattern. At least I haven't found it yet. So, any suggestions on how to get rid of it? I use the connect_cached function to connect, though just connect() seems to do give the same errors. Help, I need somebody, no not just anybody (but someone with a solution please .. :D) .. Thanx a lot, Wouter