Copied to clipboard

Flag this post as spam?

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


  • Saidi Oussama 28 posts 211 karma points
    Jul 30, 2018 @ 08:35
    Saidi Oussama
    0

    Invalid object name 'cmsPropertyTypeGroup'.

    I want to update Umbraco From version 4.11.3 to 6.0.7. In wizard when database configuration I get this error :

    The database configuration failed with the following message: Invalid object name 'cmsPropertyTypeGroup'. Please check log file for additional information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
    

    In UmbracoTraceLog.txt nothing is added

    enter image description here

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Jul 30, 2018 @ 09:14
    Dave Woestenborghs
    100

    Hi Saidi,

    In the upgrade to v6.0 the old table cmsTab should be renamed to cmsPropertyGroup

    https://github.com/umbraco/Umbraco-CMS/blob/7ee510ed386495120666a78c61497f58ff05de8f/src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSix/RenameCmsTabTable.cs

    Maybe you can try upgrading to v6.0.0 first and then to v6.0.7

    Dave

  • Saidi Oussama 28 posts 211 karma points
    Jul 30, 2018 @ 11:21
    Saidi Oussama
    0

    Hi Dave

    Thank you that save my day. the link contain all what I need :D

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies