The signature field in my edit profile page keeps empty. I've been looking around to see where it should be set but I can't find it.
In inc_profile.asp around line 408 i found this code:
if strSignatures = "1" then
if strMode <> "Register" then
strTxtSig = rs("M_SIG")
end if
But i found out that rs("M_SIG") was empty. I can't find where it is set.
I just installed an avatar MOD which i found here: http://www.crashhosting.nl:81/filelibrary.asp
I installed the avatar mod that allows users to link from remote sites. After installation all was working fine but when editing profiles the signature was disapeared. So I put my backed up files there again and did the mod again but the same thing happened again. All sigs were gone.
Now i'm trying to find out what is wrong and i found out that a query didn't return M_SIG somewhere. The problem is that i don't know WHICH query should return M_SIG.
Any ideas?