Getting strange characters in posts. At the end of each post I get "\r\n" What is this and how to get rid of it.
I also get this error when I try to edit the post:
SELECT tblThread.Thread_ID, tblThread.Author_ID, tblThread.Message,
tblThread.Show_signature, tblThread.IP_addr, tblThread.Hide,
tblThread.File_uploads FROM tblThread WHERE tblThread.Thread_ID=2;
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Query-based update failed because the row to update could not be found.
/survivor/forum/edit_post.asp, line 562
And I installed the forum few times (with new database) but I still get the same error :(
Edited by rollbg - 09 July 2006 at 12:02am