Hi
For me, the most known error with dnn, which I meet again & again, is this thing with the sysobjects table in the DB. Everytime there is a new upgrade to a module I get this somehow again...
So, maybe it's time 1 and 4 all - to call all developers to make it a developing rule:
DO NOT USE THIS IN YOUR SQL:
{databaseOwner}sysobjects
USE ONLY THIS:
DBO.sysobjects
Why?
Because not everybody are the actual DBO of the DB, many users (like me) are using a different userID as the portal owner.
For instance, the new survey module, which got out earlier this month, is, again, with the same error.
So... DNN Developers, Module Developers, Please notice.