Have had some problems viewing post details all day and couldn't figure it out. Didn't really had the time to debug anything either but when I came home I knew what the problem was.

Seemed like I was to fast, as always, totally missed that a SQL-query threw an exception and the code was written to catch the exception and close the connection silently. Another thing to put on the ToDo-list kids, never catch exceptions if you don't intend to do anything with it =)

However, it should be OK now.