Hi,
I run the forum on Linux / Chili!Soft ASP / MySql. I had the same problem with pop_mail.asp. I changed the line
rs = my_Conn.Execute (strSql)
to
rs.open strSql, my_Conn
and now it works.
How come? I don't know. Why doesn't the original code work?
Regarding the problem with topic.asp, have a look at this discussion.
-Anders M