Hi Bruce,
Thanks so much for your help yesterday with my URL Master installation. Based on your input, I went ahead and purchased a domain license for your Tagger Module. I watched the installation video for the 1.x product and read the instructions that came with 2.0. As a reminder, I am running the latest URL Master and am using DNN 5.6.3.
I created a new page called Tag List and set the permissions so all users can see it. The default location for this new page is under the Host menu, is this OK?
I then installed the tagger module, leaving all the default settings. I received a long error in the Page Tag Cloud component. Below is the error text. Would you be able to help me with this installation? This module sounds like it is exactly what I have been looking for and I am excited about getting it deployed for my site as well as my News and Blog sections.
Thanks!
Chip
Error: Page Tag Cloud is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.ifty_GetTagInstanceLink' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.ifty_GetTagInstanceLink' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at iFinity.DNN.Modules.Tagger.Data.SqlDataProvider.GetTabModuleInstanceLink(Int32 portalId, Int32 tabModuleId, LinkKeyInfoCol linkKeys, String category) at iFinity.DNN.Modules.Tagger.TaggerController.GetTagModuleLink(Int32 portalId, Int32 tabModuleId, NameValueCollection queryStringKeyValues, String category) at iFinity.DNN.Modules.Tagger.EditTags.ShowLink(NameValueCollection queryString, Int32 portalId, Int32 tabModuleId, String defaultHeader, String defaultDetail, String category) at iFinity.DNN.Modules.Tagger.ViewModuleTags.ShowTagsEdit() at iFinity.DNN.Modules.Tagger.ViewModuleTags.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---