vesse
New Member
United Kingdom
69 Posts |
Posted - 31 August 2002 : 15:55:04
|
I've been working on trying to implement Richards Avatar Version 2 MOD for my forum on a second test copy of the forum scripts (but running off the same database). As I upgraded from a Snitz 3.3.03 database I already had the Avatar tables as well as the M_AVATAR_URL field in my database and I just had to add a M_AVATAR_URL field to MEMBERS_PENDING. The first stage of registration works fine and the data goes into the database but when I try to activate the account I get an error message from the script related to inc_func_common.asp about an invalid use of Null Replace. But the thing is this error should not be caused by the script in theory because the chkString() function which I believe is causing the error is supposed to handle Null strings.
Does anyone know whats gone wrong or what might be the cause of this problem?
The error message recieved is:
Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'Replace'
/devforum/inc_func_common.asp, line 322
|
Building Web Systems for a new Generation @ http://www.vdesign-studios.com webmaster@vdesign-studios.com rvesse@hotmail.com rvesse@dhtmlshock.com |
|