OS: Win 7 64bit
Database: MySQL
Version: 2.3.9.5
.NET version: 4.0
mojoPortal deployed with MySQL and all pages, administration are working fine.
After I add a new forum to a page, when I click on "Add Forum" in the page, the Edit Forum page is shown with placeholder to input Title and Description.
When clicking on Create New Forum, below error is shown:
-------------------------------------------------------------------------------------------------------------------------------
Server Error in '/Docudesignerweb' Application.
Parameter '?ForumGuid' must be defined.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: MySql.Data.MySqlClient.MySqlException: Parameter '?ForumGuid' must be defined.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MySqlException (0x80004005): Parameter '?ForumGuid' must be defined.] MySql.Data.MySqlClient.Statement.SerializeParameter(MySqlParameterCollection parameters, MySqlPacket packet, String parmName) +223 MySql.Data.MySqlClient.Statement.InternalBindParameters(String sql, MySqlParameterCollection parameters, MySqlPacket packet) +355 MySql.Data.MySqlClient.Statement.BindParameters() +63 MySql.Data.MySqlClient.Statement.Execute() +22 MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1488 [MySqlException (0x80004005): Fatal error encountered during command execution.] MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +2233 MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar() +38 MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(MySqlConnection connection, String commandText, MySqlParameter[] commandParameters) +167 MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(String connectionString, String commandText, MySqlParameter[] commandParameters) +111 mojoPortal.Data.DBForums.Create(Guid forumGuid, Int32 moduleId, Int32 userId, String title, String description, Boolean isModerated, Boolean isActive, Int32 sortOrder, Int32 postsPerPage, Int32 threadsPerPage, Boolean allowAnonymousPosts) +2210 mojoPortal.Business.Forum.Create() +521 mojoPortal.Web.ForumUI.ForumEdit.btnUpdate_Click(Object sender, EventArgs e) +393 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +155 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
-------------------------------------------------------------------------------------------------------------------------------