Forums
Subject: error when trying to approve item
Prev Next
You are not authorized to post a reply.

Author Messages
dnncreativeUser is Offline

Posts:2

Send A Message
12/07/2007 8:29 AM  
Hello,

I have a list of items in the search queue, when I select all of them and then click on the approve button I get an error. - I alsoi get an error if I edit an individual queue item and tick approve:

Error: VenexusSearchQueue is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Invalid column name 'Title'. Invalid column name 'Url'. ---> System.Data.SqlClient.SqlException: Invalid column name 'Title'. Invalid column name 'Url'. at EntitySpaces.Core.esEntity.SaveToProvider(esSqlAccessType sqlAccessType) at EntitySpaces.Core.esEntity.Save(esSqlAccessType sqlAccessType) at EntitySpaces.Core.esEntity.Save() at Venexus.Modules.VenexusSearchQueue.ViewVenexus.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

Thanks,
Venexus HostUser is Offline

Posts:24

Send A Message
12/12/2007 6:39 PM  
Looks like something was not updated in the SQLDataProvider file...should have fix shortly.
Venexus HostUser is Offline

Posts:24

Send A Message
12/12/2007 7:02 PM  
Run the following through Host > SQL:
ALTER TABLE {databaseOwner}[{objectQualifier}Venexus_UserIndex] ADD [Title] nvarchar(250)
GO

ALTER TABLE {databaseOwner}[{objectQualifier}Venexus_UserIndex] ADD [URL] nvarchar(2000)
Venexus HostUser is Offline

Posts:24

Send A Message
12/12/2007 7:19 PM  
Seamus version 2.4.1 has a the SQLDataProvider file with the update for this.
You are not authorized to post a reply.
Forums > Modules > Venexus Moderation > error when trying to approve item



 Print   

Top Posts
Comments Control by dhopkins
It seems that when a user can only "comment" on a user profile once per pro...
VenexusIndexItem 4.0.6 Released by tmunn
A new version of VenexusIndexItem was released today.  Make sure to up...
VenexusIndexItem 4.0.6 Released by tmunn
A new version of VenexusIndexItem was released today.  Make sure to up...
Purging deleted pages by Erland
Hello, I'm having a strange issue with the Seamus. It seems that it is ind...
IndexItem Image View by dhopkins
I am working with the IndexItem Module and would like to be able to upload ...
  

 © 2007 - Venexus, Inc. - All rights reserved Terms Of Use | Privacy Statement