I tried the latest module installation on an 8.0.3 build running the older version of HotCakes 1.x. It gives me a huge DB error where this is a small part of it. Any ideas? We are in Azure DB and Azure Web. SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException (0x80131904): Cannot find the object "dbo.pw_hcc_Product" because it does not exist or you do not have permissions. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(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.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:7bce055c-4a27-400a-ac64-487621e13a39 Error Number:4902,State:1,Class:16 /* Reviews changes */ ALTER TABLE dbo.[pw_hcc_Product] ALTER COLUMN [AllowReviews] bit null System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'dbo.pw_hcc_StoreSettings'. at
|