|
|
www.pokerdiy.com Joined: 4/28/2004
Posts: 2796
|
|
|
Hello
I have just downloed the latest Repository module and received this error on install:
I haven't had time to look any futher but I will investigate for
possible causes. I may have had an old version from the 2.x days of the
Repository module knocking about - would that affect it? Also - the
rest of it seemed to work - can I assume no damage was done?
Thanks for the great work!
StartJob |
Reading DNN file |
Info |
DNN file is in valid 3.0 format. |
Info |
... |
Info |
Loading files info |
Info |
Found valid path (App_LocalResources) for EditRepository.ascx.resx. |
Info |
Found valid path (App_LocalResources) for Repository.ascx.resx. |
Info |
Found valid path (App_LocalResources) for Settings.ascx.resx. |
Info |
Found valid path (App_LocalResources) for UserUpload.ascx.resx. |
Info |
Loading Modules info |
Info |
Loading Control info for 'Repository' module |
Info |
Loading files info |
Info |
Found valid path (App_LocalResources) for RepositoryDashboard.ascx.resx. |
Info |
Found valid path (App_LocalResources) for DashboardSettings.ascx.resx. |
Info |
Loading Modules info |
Info |
Loading Control info for 'Repository Dashboard' module |
EndJob |
Dnn load finished successfully |
|
StartJob |
Begin Sql execution |
Info |
Executing 03.00.00.SqlDataProvider |
StartJob |
Start Sql execution: 03.00.00.SqlDataProvider file |
Failure |
SQL
Execution resulted in following Exceptions:
System.Data.SqlClient.SqlException: Invalid column name 'Summary'. at
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection
connection, CommandType commandType, String commandText, SqlParameter[]
commandParameters) at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String
connectionString, CommandType commandType, String commandText,
SqlParameter[] commandParameters) at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String
connectionString, CommandType commandType, String commandText) at
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean
UseTransactions)
CREATE procedure dbo.grmAddRepositoryObject
@UserName nvarchar(150),
@ModuleID int,
@Name nvarchar(50),
@Description ntext,
@Author nvarchar(150),
@AuthorEMail nvarchar(150),
@FileSize nvarchar(12),
@PreviewImage nvarchar(150),
@Image nvarchar(150),
@FileName nvarchar(150),
@Approved int,
@ShowEMail int,
@CategoryId nvarchar(50),
@Summary ntext
as
insert into dbo.grmRepositoryObjects ( CreatedByUser, CreatedDate,
UpdatedByUser, UpdatedDate, ModuleID, [Name], [Description], Author,
AuthorEMail, FileSize, Downloads, PreviewImage, [Image], [FileName],
Clicks, RatingVotes, RatingTotal, RatingAverage, Approved, ShowEMail,
CategoryId, Summary
)
values ( @UserName, getdate(), @UserName, getdate(), @ModuleID, @Name,
@Description, @Author, @AuthorEMail, @FileSize, 0, @PreviewImage,
@Image, @FileName, 0, 0, 0, 0, @Approved, @ShowEMail, @CategoryId,
@Summary
)
select SCOPE_IDENTITY()
System.Data.SqlClient.SqlException: Invalid column name 'Summary'. at
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection
connection, CommandType commandType, String commandText, SqlParameter[]
commandParameters) at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String
connectionString, CommandType commandType, String commandText,
SqlParameter[] commandParameters) at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String
connectionString, CommandType commandType, String commandText) at
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean
UseTransactions)
CREATE procedure dbo.grmUpdateRepositoryObject
@ItemID int,
@UserName nvarchar(150),
@Name nvarchar(50),
@Description ntext,
@Author nvarchar(150),
@AuthorEMail nvarchar(150),
@FileSize nvarchar(12),
@PreviewImage nvarchar(150),
@Image nvarchar(150),
@FileName nvarchar(150),
@Approved int,
@ShowEMail int,
@CategoryId nvarchar(50),
@Summary ntext
as
update dbo.grmRepositoryObjects
set UpdatedByUser = @UserName, UpdatedDate = getdate(), [Name] = @Name,
[Description] = @Description, Author = @Author, AuthorEMail =
@AuthorEMail, FileSize = @FileSize, PreviewImage = @PreviewImage,
[Image] = @Image, [FileName] = @FileName, Approved = @Approved,
ShowEMail = @ShowEMail, CategoryId = @CategoryId, Summary = @Summary
where ItemID = @ItemID
|
EndJob |
End Sql execution: 03.00.00.SqlDataProvider file |
|
Info |
Executing 03.00.01.SqlDataProvider |
StartJob |
Start Sql execution: 03.00.01.SqlDataProvider file |
EndJob |
End Sql execution: 03.00.01.SqlDataProvider file |
|
|
|
|