Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • SGB 27 posts 73 karma points
    Aug 25, 2014 @ 15:11
    SGB
    0

    Installation error, umbraco 7

    Hi everyone

    I'm trying to install the free uCommerce version for Umbraco 7 (uCommerce-for-Umbraco7-6.1.0.14195.zip) but I can't get it working. 

    I get to the final installation screen ("Thank you for.. etc."), but I can't access the uCommerce menu tree. I'm getting this error:

    Server error: Contact administrator, see log for full details.
    Failed to retrieve data for application tree uCommerce

    The log file contains these errors:

    2014-08-25 13:55:44,948 [27] ERROR NHibernate.Util.ADOExceptionReporter - Invalid object name 'uCommerce_Role'.
    2014-08-25 13:56:03,147 [27] ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - [Thread 25] An error occurred finding and executing extension method "DescendantOrSelf" for type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for extension methods were Umbraco.Web.Models.DynamicPublishedContent.
    System.MissingMethodException: Method 'Umbraco.Web.Models.DynamicPublishedContent.DescendantOrSelf' not found.
       at Umbraco.Core.Dynamics.DynamicInstanceHelper.FindAndExecuteExtensionMethod[T](T thisObject, Object[] args, String name, IEnumerable`1 findMethodsOnTypes)
       at Umbraco.Core.Dynamics.DynamicInstanceHelper.TryInvokeMember[T](T thisObject, InvokeMemberBinder binder, Object[] args, IEnumerable`1 findExtensionMethodsOnTypes)
    2014-08-25 13:59:04,479 [27] ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - [Thread 39] An error occurred finding and executing extension method "DescendantOrSelf" for type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for extension methods were Umbraco.Web.Models.DynamicPublishedContent.
    System.MissingMethodException: Method 'Umbraco.Web.Models.DynamicPublishedContent.DescendantOrSelf' not found.
       at Umbraco.Core.Dynamics.DynamicInstanceHelper.FindAndExecuteExtensionMethod[T](T thisObject, Object[] args, String name, IEnumerable`1 findMethodsOnTypes)
       at Umbraco.Core.Dynamics.DynamicInstanceHelper.TryInvokeMember[T](T thisObject, InvokeMemberBinder binder, Object[] args, IEnumerable`1 findExtensionMethodsOnTypes)
    2014-08-25 14:00:20,363 [27] ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - [Thread 25] An error occurred finding and executing extension method "DescendantOrSelf" for type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for extension methods were Umbraco.Web.Models.DynamicPublishedContent.
    System.MissingMethodException: Method 'Umbraco.Web.Models.DynamicPublishedContent.DescendantOrSelf' not found.
       at Umbraco.Core.Dynamics.DynamicInstanceHelper.FindAndExecuteExtensionMethod[T](T thisObject, Object[] args, String name, IEnumerable`1 findMethodsOnTypes)
       at Umbraco.Core.Dynamics.DynamicInstanceHelper.TryInvokeMember[T](T thisObject, InvokeMemberBinder binder, Object[] args, IEnumerable`1 findExtensionMethodsOnTypes)

     

    Does anyone know how to fix this?

    We're using Umbraco 7.1.4.

     

  • Vilius Janulis 38 posts 79 karma points
    Aug 25, 2014 @ 18:48
    Vilius Janulis
    0

    Are you using Microsoft SQL Server? Does database user have right permissions ?

  • SGB 27 posts 73 karma points
    Aug 26, 2014 @ 08:13
    SGB
    0

    Yes, everything should be set up correctly. We're using Express btw..

  • Søren Spelling Lund 1797 posts 2786 karma points
    Sep 01, 2014 @ 14:25
    Søren Spelling Lund
    0

    It seems a table is missing in the database. Please ensure that the IIS apppool identity has full write permissions in database so the tables can be installed.

    If this is not possible you can roll out the database manually by running the migrations scripts in sequence in order of their migration number set in the file name. The migrations are available in the package zip file under /umrbaco/ucommerce/install/.

    The files are named uCommerceDB.XXX.sql where XXX is the migration number.

    Hope this helps.

Please Sign in or register to post replies

Write your reply to:

Draft