Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5945679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:42:56+00:00 2026-05-22T16:42:56+00:00

I am new to Orchard CMS system. http://www.orchardproject.net I installed Version 1.0 and now

  • 0

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

I installed Version 1.0 and now they updated and I installed version 1.1.30 but never really published something.

I downloaded Navigation Feature “Advanced menu – Version: 1.2.1” and I saw some menu items to use and tried something. But I could not delete them anymore.

If I disable and enable I receive error:

    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 can see Navigation menu with advanced subitems.

I don’t know where the menu gots his information from but some items like “Sprecher” is on the “Advanced menu Navigation” but when I click delete the error occours:

404 - Datei oder Verzeichnis wurde nicht gefunden.

I have tried several days for any solution without success. Please help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T16:42:57+00:00Added an answer on May 22, 2026 at 4:42 pm

    I managed to find out the sources of the problems and both will be fixed in the upcoming release. I’ll try to do it by the end of this week.

    First issue

    Don’t worry with the error you encountered after disabling and enabling the module – it’s one time and doesn’t affect module usage (but will be fixed, of course).

    Disabling a module doesn’t delete any underlying database tables – it’s just telling the framework not to use the module code. The default menu gets created at the Enabling step, and sits there even if you disable the module. Unfortunately, it’s not checking whether the menu has already been created, so every time you enable the module it shouts about “trying to insert a duplicate in unique index” (menu name is unique).

    Second issue

    You can apply this fix to allow deleting menus.
    Go to [Root]/Modules/Szmyd.Orchard.Modules.Menu/Views/MenuAdmin/Index.cshtml and replace

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

    with:

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

    This will make delete links render correctly.

    UPDATE

    I forgot to add that some people reported that Delete operation won’t work with menu called ‘main’. I investigated the issue and found the source(s) of a problem.

    First

    The problem with the main menu is that, the “Main menu” link in admin Dashboard is always there, whether you delete the menu or not. This link is being added by the old, default Orchard navigation system, but url to where it leads is overwritten by Advanced Menu module.

    Second

    After deleting the menu, corresponding menu items are not deleted. Items are connected with the corresponding menu by it’s name, so if you delete ‘main’ menu, all items connected to ‘main’ are still there, after the menu itself got deleted. That’s why after clicking the “Main menu” you suddenly see all menu items as if nothing happened. But clicking “Delete menu” will throw you a nice 404 error, because menu itself not exists.

    I’ll address all of these issues asap and publish a fix.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to orchard CMS. I have downloaded the source code from http://orchardproject.net/
Having never used a CMS system before, I'm just starting evaluating .net CMS systems,
I'm new to Orchard CMS. I want to use Glimpse in Orchard cms and
I am new to Orchard and MVC 3. Now, am trying to build my
I'm new to Orchard CMS and MVC so please forgive my ignorance. I've done
I'm very new to Orchard CMS and I have started writing my first module.
I have created a new module in Orchard CMS, i have a new event
I have setup a brand new Orchard CMS 1.5.1 site using Web Platform Installer
I am creating a website using Orchard CMS and I have an external .NET
I'm using the Orchard CMS for a system that needs to maintain a couple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.