I'm trying to edit the display order of my links. I'm able to get to the edit page without problem and change the View Order, but when I click "update" I get the following error.
Error: Edit Links is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parameter count does not match Parameter Value count. ---> System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at Kreko.SimpleLinks.SqlDataProvider.UpdateSimpleLink(Int32 itemID, Int32 moduleID, String imageURL, String title, String url, String description, Int32 viewOrder, Boolean newWindow, Int32 clicks, Int32 userID) at Kreko.SimpleLinks.SimpleLinksController.UpdateSimpleLink(SimpleLinksInfo info) at Kreko.SimpleLinks.EditSimpleLinks.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
I figured I could just go make the change in my database and I found the URL table with my links' URLs in it. But I didn't see a column that corresponded to the sort order. If you could tell me where to find that, it might make for an easy fix for my current problem.
Thanks!