Orchard CMS - Navigation no longer works

I am new to Orchard CMS. http://www.orchardproject.net

I installed version 1.0, and now they are updated, and I installed version 1.1.30, but never published anything.

I downloaded the navigation function "Advanced menu - Version: 1.2.1", and I saw some menu items that I need to use and tried something. But I could no longer delete them .

If I turn it off and on, I get an error message:

    In einen eindeutigen Index kann kein doppelter Wert eingefΓΌgt werden. 
[ Table name = Szmyd_Orchard_Modules_Menu_AdvancedMenuPartRecord,Constraint 
name = UQ__Szmyd_Orchard_Modules_Menu_AdvancedMenuPartRecord__0000000000000352 ]

But I see a navigation menu with advanced subelements.

I don’t know where the menu displays its information, but some elements, such as "Sprecher", are in the "Advanced menu Navigation", but when I click the delete occours button:

404 - Datei oder Verzeichnis wurde nicht gefunden.

. , .

+3
1

, . .

, - ( , ).

- - . "" , . , , , , , " " ( ).

, . [Root]/Modules/Szmyd.Orchard.Modules.Menu/Views/MenuAdmin/Index.cshtml

@Html.ActionLink(T("Delete menu").Text, "Delete", "MenuAdmin", new { Area = "Szmyd.Orchard.Modules.Menu" }, new { @class = "button primaryAction" })

:

<a href="@Html.AntiForgeryTokenGetUrl(Url.Action("Delete", new { menuName = Model.MenuName }))" class="button primaryAction">@T("Delete menu") </a>

, .

UPDATE

, , "main" . .

, " " , . Orchard , URL-, , Advanced Menu.

. , , "main" , , "main" , , . " " , . " " 404, .

.

+2

All Articles