Microsoft OLE DB Provider for ODBC Drivers error '80040e10' [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/forum/admin_review_avatar.asp, line 89
This is the error message I get when I try to review the avatars.
When I ran the MOD Setup option, it told me that the FORUM_AVATAR table already existed, but it didn't. So I manually added it and I get the above error. I can't add or alter the avatars..
if you got a message stating that the table already existed, I'd be quite sure that it did. when you added the table manually, are you 100% certain you accomodated for the correct field types, sizes and names?
Im pretty certain that I added the correct tables and set the primary key correctly.
I am certain that the table didn't already exist... despite sayin it did.
I had a FORUM_AVATAR2 table, but no FORUM_AVATAR table.
I've just tried removing the tables that I added and the auto added table. I also removed the new colum added to the members table and re-run the mod setup.
Same problem... Is there something I've likely to have missed.
quote: Im pretty certain that I added the correct tables and set the primary key correctly.
I am certain that the table didn't already exist... despite sayin it did.
I had a FORUM_AVATAR2 table, but no FORUM_AVATAR table.
I've just tried removing the tables that I added and the auto added table. I also removed the new colum added to the members table and re-run the mod setup.
Same problem... Is there something I've likely to have missed.
please post your table schema (field names/types/sizes/indexes) for Forum_Avatar
the error you are receiving generally means you are referencing a field that does not exist. are you sure after creating the table manually that the error that reoccurred is not a cached error message?