| laserAdvanced Member
 
      
 
                Australia3859 Posts
 | 
                    
                      |  Posted - 15 April 2003 :  17:55:00   
 |  
                      | I don't know if this has been noted before, but I missed it if it was. 
 I use the "Avatar MOD for 3.4", been using it for AGES - it's a great MOD and works fine .... until I turned on Email Validation.  Suddenly I got the error :
 
 ADODB.Recordset error '800a0cc1'
 
 Item cannot be found in the collection corresponding to the requested name or ordinal.
 
 /<forum_dir>/register.asp, line 187
 
 
 This was fixed by changing line 87 to :
 
 ", M_BIO, M_HOBBIES, M_LNEWS, M_QUOTE, M_SHA256, M_AUHIDE, M_AVATAR_URL " & _
 
 Additions in red, don't forget the comma at the start.
 
 You will ONLY receive this error if you have Email Validation turned on.
 
 
 
 |  |