Two Questions; the easy one first. Is there any way to disable the feature that
drops me out of being logged in when there is no activity for a certain period
of time? It drives me nuts!
The second question is a bit more problematic. I am working on a website that appeared to be
going well after installing DNN and doing the initial editing/deleting/etc. of
the Awesome Cycles start-up website. I
have disabled the registration feature for now and may very well not turn it
back on. When the site comes up the
appearance for users who are not logged in is just as expected. However, when I log on, whether as Administrator
or Host (Super User), the error message below displays on all pages. I’m
new to all of this and have no idea what I am being told or where to go to solve the
problem.
Steve
An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find stored
procedure 'DotNetNuke_cf.GetModule'. --->
System.Data.SqlClient.SqlException: Could not find stored procedure
'DotNetNuke_cf.GetModule'. at
System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean
breakConnection, Action`1 wrapCloseInAction) at
System.Data.SqlClient.SqlInternalConnection. (SqlException exception,
Boolean breakConnection, Action`1 wrapCloseInAction) at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler,
TdsParserStateObject stateObj, Boolean& dataReady) at
System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at
System.Data.SqlClient.SqlDataReader.get_MetaData() at
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString) at
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async,
Int32 timeout, Task& task, Boolean asyncWrite) at
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior,
RunBehavior runBehavior, Boolean returnStream, String method,
TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean
asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String
method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior
behavior) at
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior
behavior) at DotNetNuke.Data.PetaPoco.PetaPocoExt.ExecuteReader(Database
database, String sql, Object[] args) at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteReader(String
connectionString, CommandType type, String sql, Int32 timeout, Object[] args)
at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteReader(String
connectionString, CommandType type, String sql, Object[] args) at
DotNetNuke.Data.SqlDataProvider.ExecuteReader(String procedureName, Object[]
commandParameters) at DotNetNuke.Data.DataProvider.GetModule(Int32 moduleId,
Int32 tabId) at
DotNetNuke.Entities.Modules.ModuleController.GetModuleTabs(Int32 moduleID) at
DotNetNuke.UI.Modules.ModuleInstanceContext.LoadActions(HttpRequest request) at
DotNetNuke.UI.Modules.ModuleInstanceContext.get_Actions() at
DotNetNuke.UI.Containers.ActionBase.get_Actions() at
DotNetNuke.UI.Containers.ActionBase.OnLoad(EventArgs e) --- End of inner
exception stack trace ---