I got an error when I clicked on the Admin- Email Notification Setup. I looked up the erron in the help files on this site. it says
Item cannot be found in the collection corresponding to the requested name or ordinal ADODB.Recordset (0x800A0CC1) Item cannot be found in the collection corresponding to the requested name or ordinal. |
This like the error above is a recordset error. You have tried requesting a field from the recordset that does not exist.
Check when you are reading in the field from the recordset into a variable or to display in a web page that you have spelt the field name correctly and that the field exists in the database. |
The error comes from /forum/admin/email_notify_config.asp line 136. In English, what does this mean? I don't think I've edited this page or changed anything.... I'm not where I can look at the .asp files just now, but if you could give a suggestion, it would help when i can get home to work on it.
Thanks