I just upgraded from 20050501to 20050625.? I ran the 2 db upgrade scripts, and ran the CreateStoredProcedures script.? My site is mostly working, but when I try to edit the module settings (for at least my blog and HTML content modules), I get:
Server error in '/' application
File '/Admin/Error.htm' not found.
Description: Error processing request.
Error Message: HTTP 404. File '/Admin/Error.htm' not found.
And the following get added to Data/mojoportal-log.txt:
2005-06-27 23:23:41,710 [1089657776] ERROR mojoPortal.Web.Global [(null)] - www.brettle.com
Npgsql.NpgsqlException:
query-specified return row and actual function return row do not match
Severity: ERROR
Code: 42804
in <0x00056> Npgsql.NpgsqlConnector:CheckErrors ()
in <0x0001c> Npgsql.NpgsqlConnector:CheckErrorsAndNotifications ()
in <0x0005e> Npgsql.NpgsqlCommand:ExecuteCommand ()
in <0x0003e> Npgsql.NpgsqlCommand:ExecuteReader (CommandBehavior cb)
in (wrapper remoting-invoke-with-check) Npgsql.NpgsqlCommand:ExecuteReader (System.Data.CommandBehavior)
in <0x00096> mojoPortal.Data.NpgsqlHelper:ExecuteReader (Npgsql.NpgsqlConnection connection, Npgsql.NpgsqlTransaction transaction, CommandType commandType, System.String commandText, Npgsql.NpgsqlParameter[] commandParameters, NpgsqlConnectionOwnership connectionOwnership)
2005-06-27 23:23:41,926 [1094712240] ERROR mojoPortal.Web.Global [(null)] - www.brettle.com
System.Web.HttpException: File '/Admin/Error.htm' not found.
in <0x00357> System.Web.StaticFileHandler:ProcessRequest (System.Web.HttpContext context)
in <0x00233> System.Web.HttpApplication+ExecuteHandlerState:Execute ()
in <0x0007c> System.Web.HttpApplication+StateMachine:ExecuteState (IStateHandler state, System.Boolean readysync)
2005-06-27 23:23:42,339 [1089657776] ERROR mojoPortal.Web.Global [(null)] - www.brettle.com
System.Web.HttpException: File '/favicon.ico' not found.
in <0x00357> System.Web.StaticFileHandler:ProcessRequest (System.Web.HttpContext context)
in <0x00233> System.Web.HttpApplication+ExecuteHandlerState:Execute ()
in <0x0007c> System.Web.HttpApplication+StateMachine:ExecuteState (IStateHandler state, System.Boolean readysync)
Any ideas?
--Dean