MojoPortal 2.3.1.9 FirebirdSql problem

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
9/29/2009 10:09:44 AM
Gravatar
Total Posts 3

MojoPortal 2.3.1.9 FirebirdSql problem

Hello,

I've just installed MojoPortal ver.  2.3.1.9 FirebirdSql on Microsoft Windows Server 2003 SP2 and I have configured it to host multiple sites based on Folder names. First site is OK. On the second site I have a problems when I try to add function (ie HTML Content) to the site. This is the error in system log:

2009-09-29 16:58:10,675 ERROR mojoPortal.Web.Global - 94.36.221.135-it-IT - /Admin/SiteSettings.aspx?SiteID=2

FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error

SQL error code = -104

Token unknown - line 1, column 150

LIMIT ---> Dynamic SQL Error

SQL error code = -104

Token unknown - line 1, column 150

LIMIT

--- Fine dell'analisi dello stack dell'eccezione interna ---

in FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()

in mojoPortal.Data.FBSqlHelper.ExecuteNonQuery(FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters)

in mojoPortal.Data.FBSqlHelper.ExecuteNonQuery(String connectionString, String commandText, FbParameter[] commandParameters)

in mojoPortal.Data.DBSiteSettings.AddFeature(Guid siteGuid, Guid featureGuid)

in mojoPortal.Business.SiteSettings.AddFeature(Guid siteGuid, Guid featureGuid)

in mojoPortal.Web.AdminUI.SiteSettingsPage.btnAddFeature_Click(Object sender, EventArgs e)

in System.Web.UI.WebControls.Button.OnClick(EventArgs e)

in System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)

in System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

in System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)

in System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)

in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Seems to be an error in Firebird command...

Could you help me to solve the problem?

Thank you very much

Davide Morelli

 

 

9/29/2009 10:16:21 AM
Gravatar
Total Posts 18439

Re: MojoPortal 2.3.1.9 FirebirdSql problem

Hi Davide,

I just emailed you with a replacement for mojoPortal.Data.dll, can you try it and tell me if it fixes this issue?

Thanks,

Joe

9/29/2009 11:53:41 AM
Gravatar
Total Posts 18439

Re: MojoPortal 2.3.1.9 FirebirdSql problem

Davide has confirmed this fix. I've patched the 2.3.1.8-firebird-deploymentfiles.zip with the fix.

Thanks for the bug report.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.