|
|
|
|
Joined: 5/6/2005
Posts: 275
|
|
|
Alan,
I'm having trouble with the calendar on one of my sites. I can't get the view/edit permissions to change, and I cannot add an event to any calendar on the site. I upgraded to Beta 5 with no luck. If I uninstall the calendar module, and then re-install it, will I lose all the data that is in the system?
Cheers Dave
-----
Cheers
Dave
|
|
|
|
| |
|
|
|
Joined: 8/9/2003
Posts: 29
|
|
|
I figured this would be a good place to place my Beta 5 install problems as well.
I deleted all tables, sprocs. Then reinstalled from stratch (dev server).
I am unable to add an event, I am getting a param count error message. I think the DAL and sprocs must have different amounts of params for add event.
Here is the dump.... Stack Trace:
[ArgumentException: Parameter count does not match Parameter Value count.]
Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
DotNetNuke.Modules.Calendar.Data.SqlDataProvider.CalendarSave(Int32 PortalID, Int32 EventID, Int32 ModuleID, DateTime EventDateBegin, DateTime EventDateEnd, DateTime EventTimeBegin, Int32 Duration, String EventName, String EventDesc, Int32 Importance, String CreatedBy, String CreatorID, Int32 Every, String Period, String RepeatType, String Notify, Boolean Approved, Boolean Signups, Int32 MaxEnrollment, String EnrollRoleID, Double EnrollFee, String EnrollType, String PayPalAccount, String PayPalPassword, Boolean Cancelled, String ImageURL, String ImageType, Int32 ImageWidth, Int32 ImageHeight, Boolean ImageDisplay, Int32 Location, String LocationName, String MapURL, Int32 Category, String CategoryName, String Color, String Reminder, Int32 TimezoneOffset, Boolean SendReminder, Int32 ReminderTime, String ReminderTimeMeasurement, String ReminderFrom, Boolean SearchSubmitted) +1195
DotNetNuke.Modules.Calendar.Business.CalendarController.CalendarSave(CalendarInfo objCalendar) +466
DotNetNuke.Modules.Calendar.CalendarEdit.updateButton_Click(Object sender, EventArgs e) +7470
[ModuleLoadException: Error: Edit Event is currently unavailable.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +447
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc) +84
DotNetNuke.Modules.Calendar.CalendarEdit.updateButton_Click(Object sender, EventArgs e) +7575
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1292
[PageLoadException: Error: Edit Event is currently unavailable.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +344
DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +361
System.Web.UI.TemplateControl.OnError(EventArgs e) +109
System.Web.UI.Page.HandleError(Exception e) +68
System.Web.UI.Page.ProcessRequestMain() +2100
System.Web.UI.Page.ProcessRequest() +218
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
|
|
|
|
| |