Muse crashes with menu item box has no associated page

My file is crashing when I click on the menu in Master page with a menu error "menu itembox 07012 has no associated page.  Also crashes when I try to add or delete a page anywhere. I believe this started after I deleted a page. The page deleted, but the menu retained the pulldown link. Any thoughts on how I can resolve this?

I had the same problem today after deleting a page. I posted a question here and saw your problem.
A little later I decided to delete my main menu and then install a new identical menu. That solved the problem.
Good luck.
Paul

Similar Messages

  • Muse crashes with the following error, "menuItemBox U32584 has no associates page!"

    I'm trying to remove pages from my menu by exluding them via the page properties.  When I do that Muse crashes with the following error, "menuItemBox U32584 has no associates page!"  Any help is appreciated.

    One or more menu widgets within your site have become out-of-sync with the structure of your site in Plan view. If you send us the file we can repair and return it. Or you could delete and recreate the menu widgets.
    Please send us the .muse file at [email protected] along with a link to this thread. If the file is larger than 20Mb you can use a service like Adobe SendNow, Dropbox, WeTransfer, etc. (If you use a service, please include your return e-mail address in the body of the message, since not all services include it in the sharing invite they send.)
    Thanks.

  • Muse crashing :"menuItemBox U1140 has no associated page!"

    No matter what I do on the site, deeting a page,  fragging a page creating a new page, the site crashes all the time and I get the following message:
    "menuItemBox U1140 has no associated page!"
    How can I fix the problem ?

    Hi,
    Could you please share your .muse file with us to investigate? Please email it to [email protected] If your file is greater than 30MB you can use something like Adobe SendNow or SendThisFile. Please do not forget to mention the link to this forum thread in your e-mail (along with the OS/Muse/Air version you're using) so that we can identify the file.

  • Firefox crashed with no dialog box, none of my tabs were restored.

    Firefox crashed with no dialog box. It just stopped responding and disappeared. When I re-opened it, none of my tabs were restored - just my homepage. I had about 10-15 active tabs that I was working on. I'm not too concerned about the crash, but I AM concerned about restoring my lost tabs. Some are old tabs (ie, months old but I still use them and go back to them), so I'd be digging through months of histry trying to find them or remember what they were.

    See Help > Troubleshooting Information > Profile Directory > Open Containing folder
    If you do not have a sessionstore file in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] then your crashed session is lost.
    Session restore works more reliable if you choose Tools > Options > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"
    See also http://kb.mozillazine.org/Session_Restore
    * http://kb.mozillazine.org/Profile_backup

  • HierarchicalDataTemplate with Menu Item

    Hello 
    I have a ObservableCollection with properties: Name, Age, State, City.
    I would like to display the States in Item menu Control, which will have City as child  and Citiy will have Name as Chlid too.
    something like this.
    Menu
    State1 -> City1
    State2      City2 ->   Name1
                     City3        Name2
    I tried to follow this tutorial but I blocks.
    https://zamjad.wordpress.com/2009/12/18/using-hierarchical-data-template-with-menu-item/
    His example works but rather to define the value in the Window1 (), I would like to link value directly to my collection .
    And also I have difficulty in using the HierarchicalDataTemplate on 3 level.
    Can you help me?
    Thanks in advance

    >>I would like to display the States in Item menu Control, which will have City as child  and Citiy will have Name as Chlid too.
    Then you should create three different classes:
    namespace WpfApplication1
    public class State
    public string Name { get; set; }
    public List<City> Cities { get; set; }
    public class City
    public string Name { get; set; }
    public List<Name> Names { get; set; }
    public class Name
    public string FName { get; set; }
    public string LName { get; set; }
    ..and set the ItemsSource of the Menu to a colletion of State objects that are populated with the corresponding cities and names as per the above structure, i.e. you will have to create a new collection of State objects from your existing (type = Name, Age,
    State, City) collection to begin with.
    You can then define the appearance of each type above using DataTemplates. Something like this:
    <Menu xmlns:local="clr-namespace:WpfApplication1">
    <Menu.Resources>
    <HierarchicalDataTemplate DataType="{x:Type local:State}"
    ItemsSource = "{Binding Path=Cities}">
    <TextBlock Text="{Binding Path=Name}"/>
    </HierarchicalDataTemplate>
    <HierarchicalDataTemplate DataType="{x:Type local:City}"
    ItemsSource = "{Binding Path=Names}">
    <TextBlock Text="{Binding Path=Name}"/>
    </HierarchicalDataTemplate>
    <DataTemplate DataType="{x:Type local:Name}">
    <TextBlock Text="{Binding Path=Name}"/>
    </DataTemplate>
    </Menu.Resources>
    </Menu>
    Hope that helps.
    Please remember to close your threads by marking helpful posts as answer and please start a new thread if you have a new question.

  • What to do with error message: "menuItemBox U26185 has no associated page!

    I am recieving the message of ' Assert: "menuItemBox U26185 has no associated page!', then, the program shuts down,  How can fix the problem?  All the pages have an associated master.

    We've seen this issue from a few users in the past but haven't been able to figure out the root cause. Do you remember what you were doing when this problem started happening?
    In any case, please send your Muse file to [email protected] with a link to this forum post and we will try to repair it.
    If your file is > 20 MB, please use a filesharing service like SendThisFile, DropBox or Adobe SendNow.
    Thanks,
    Abhishek

  • RegionRenderer encodeAll The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance.

    Hi,
    I am using JDEV 11.1.2.1.0
    I am getting the following error :-
    <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
    Piece of code is for region is:-
       <f:facet name="second">
                                                <af:panelStretchLayout id="pa1"
                                                                       binding="#{backingBeanScope.Assign.pa1}">
                                                    <f:facet name="center">
                                                        <af:region value="#{bindings.tfdAssignGraph1.regionModel}" id="r1"
                                                                   binding="#{backingBeanScope.Assign.r1}"/>
                                                    </f:facet>
                                                </af:panelStretchLayout>
                                            </f:facet>
    How do I resolve it ?
    Thanks,

    Hi,
    I see at least 3 errors
    1. <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components.
    the page fragment should only have a single component under the jsp:root tag. If you see more than one, wrap them in e.g. an af:panelGroupLayout or af:group component
    2. SAPFunction.jspx/.xml" has an invalid character ".".
    check the document (you can open it in JDeveloper if the customization was a seeded one. Seems that editing this file smething has gone bad
    3. The expression "#{bindings..regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "pePanel") evaluated to null.
    "pageeditorpanel" does seem to be missing in the PageDef file of the page holding the region
    Frank

  • MenuItemBox U2216 has no associated page

    Bonjour.
    J'ai crée 2 pages enfants qui sont apparues comme parents dans le menu de navigation. Maintenant, dès que j'essaye de modifier ou supprimer ces pages, le logiciel quitte avec le message : MenuItemBox U2216 has no associated page
    Que faire ?

    Hi,
    Could you please share your .muse file with us to investigate? Please email it to [email protected] If your file is greater than 20MB you can use something like Adobe SendNow or SendThisFile or Dropbox. Please do not forget to mention the link to this forum thread in your e-mail so that we can identify the file.

  • Error message menuItemBox U12442 has no associated page

    Whenever I try to delete a page I created I get an error message menuItemBox U12442 has no associated page and Muse crashes. How can I fix this issue?

    Hi
    Are you still experiencing this issue? If yes, could you please confirm the Muse version that you are using at the moment.

  • I'm trying to remove pages from my menu by exluded them via the page properties.  When I do that Muse crashes with the following error, "menuItemBox U32584 has no associates page!"  Any help is appreciated.

    I'm trying to remove pages from my menu by excluding them via the page properties.  When I do that Muse crashes and displays the following error, "Adobe Muse CC has encountered an error and wil not exit...." "menuItemBox U32584 has no associates page!"
    Any help is appreciated.
    Thanks,
    Carole

    One or more menu widgets within your site have become out-of-sync with the structure of your site in Plan view. If you send us the file we can repair and return it. Or you could delete and recreate the menu widgets.
    Please send us the .muse file at [email protected] along with a link to this thread. If the file is larger than 20Mb you can use a service like Adobe SendNow, Dropbox, WeTransfer, etc. (If you use a service, please include your return e-mail address in the body of the message, since not all services include it in the sharing invite they send.)
    Thanks.

  • Muse 2014 -sub menu items appearing on roll-over etc.

    Hi, complete newbie, so sorry if this has already been covered elsewhere. Only started using Muse about 1 month ago and now using Muse 2014 - using horizontal menu widget and discovered how it now shows sub-menus when hovering over the main menu item- I find this great!
    I want a 'Contact Me' page with a basic form and this is not a problem, however, I want the sub-menus to appear when hovering over the other main menu items, but not the contact me page - might be completely off here, but created a 'Thank you' page as a child page of the contact me page and only want this displayed (not as a sub-menu choice when hovering over the contact me main menu item) when they have clicked the submit button on the form (I know how to set this re-direction in the forms options). Have tried playing with menu on the master page - switching off the edit together and changing settings on only the contact me menu item - without success- seems to apply to all main menu items.
    I would like to know how to achieve sub-menus on other menu items - but not on contact me item;  or whether I am going about trying to have a 'Thank you' response when someone submits the contact me form in the completely wrong way - can this be better achieved by other means?
    I would really appreciate your advice and help. My published site is 'onyerbikegeordie.uk' with the main menus - except not with a contact me page as yet, but would  give you an idea of what I am trying to achieve except for a contact me page.
    Sorry for the long post, but thanks for reading and in anticipation of your help!
    Joe
    Message was edited by: Joe Fitzpatrick

    Hi, managed to find the answer to this myself. In Plan, right-click on page and select Menu Options > Exclude Page from Menus. Job Done!
    Joe

  • Muse crashes with sound cloud embed code

    Im trying to post the following code in to muse's HTML widget.
    <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/31622661%3Fsec ret_token%3Ds-qYP4n&auto_play=false&hide_related=false&visual=true"></iframe>
    muse crashes every time.
    Any ideas?
    ive got the latest adobe AIR and cop of muse.

    I also just purchased this widget and muse still crashes
    http://www.musegrid.com/adobe-muse-widgets/soundcloud-widgets
    Please help

  • Need to add Menu Item to Search Result Template page

    Hi Guys,
    I am using UCM 11g and I am customizing serach result page.
    When we do search on UCM, we get a search result page. This search result page has a two drop downs (on the top right) "Change View" and "Search Action" in the blue strip.
    I have to add one customized dropdown option in "Publish Selected", it worked well with 10g by overriding searchapi_result_menus_setup include but not working in 11G.
    Appreciate your help on this, Thank you
    Thanks,
    Ashok

    Reunion1980 wrote:
    ..I need to add item "About" to frame's system menu.
    Is there any way to solve this problem?Try this link - [http://pscode.org/jh/bin/helpsetter-apidocs.jnlp]. It is sand-boxed, like an applet. It should prompt if you want to create shortcuts, click OK/Yes.
    After you run it, open the 'All Programs'/system menu. There should be an item under the 'JavaHelp System' menu for the 'JavaHelp System JavaDocs'. That link is to launch the application again. [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)* is what installs the menus. JWS can also install menus specifically for application help.
    Older applications declared the required menu items and desktop shortcut in the JNLP launch file, but JRE 1.6.0_18+ offers the IntegrationService *(<- link)* to applications, and provides feedback on success/failure. Note that some systems will ignore requests for desktop integration. Ubuntu Linux will allow for the creation of desktop shortcuts, but silently ignore requests for menu items.

  • Muse crashes when I try to rename or rearrange pages

    Since the update recently Muse crashes whenever I try to rename pages or rearrange them. This is my portfolio for jobs so it needs to be sorted asap.
    Does anyone know how to solve this?
    Thanks

    Please send us the .muse file at [email protected] along with a link to this thread, so we can repair it and return it. If the file is larger than 20Mb you can use a service like Adobe SendNow, Dropbox, WeTransfer, etc.
    Any (and all) details you can provide about recent changes to the structure of your site would be very helpful in our effects to find the underlying cause of this. What pages were added, deleted, removed? What gestures were used? In what order? Any operations undone? Or undone and redone? Some set of steps, probably related to changes in the structure of your site or perhaps your menus, introduced a minor corruption in one or more of your menu widgets. Thanks.

  • Less than two week old iPad Air crashes with youtube/netflix and Safari when loading pages with video (i.e. Buzzfeed with links to youtube and vine). What's up with iPad Air's bugs with videos??

    Week and a half old iPad Air crashes with light usage of youtube, netflix and safari pages with video links to youtube and vine. The consistency of problems with videos has led me to determine that it must be bugs with iPad Air. Anyone else having this problem?
    Details: iPad Air 16gb wifi, have only used about 25% of space and always close all apps before opening another. I also have only had a max of two tabs open on safari of basic internet surfing (i.e. A google search page, or imdb for example). These crashes are annoying as sh......

    em74 wrote:
    These crashes are annoying as sh......
    I can well imagine that they are.
    I would backup, restore to factory settings, restore from the backup and then try again. If that fails, restore again but do not use the backup - restore as new. If the iPad functions OK as new, then slowly rebuild the iPad adding your apps, music etc, methodically to see if you can pin down what might be causing the problem.
    if all of that fails, it's time to schedule an appointment at an Apple a Store (must be done online) and have them take a look, or of it is lees than two weeks old, just return it for a refund and buy another one.

Maybe you are looking for

  • Object life in main method after frame created

    hi i'm having a slight problem with the life of an object i'm creating in the main method of my application. i have a JDesktopPane that is initialised in the main class's main method and constructor. within the main method i also add the first intern

  • Windows - No Disk Modal Dialog

    When porting a project from Flex2 to Moxie under 2.1 build I am receiving a error "Exception Processing Message c0000013 Parameters 75b6bf9c 75b6bf9c". This code is a mix of classes, packages and MXML code which does compile in Flex2. I have a screen

  • How do I include a .pdf in a mobile app?

    I want people to be able to view pdfs from within the mobile app that I am building.  How do I link to these?

  • MPLS question

    Hi all. We are in the midst of rolling out Mpls to 5 of our remote sites. 3 sites will have a cir of 10 mbps, 1 100mbps, and another 250 mbps. I am planning on running ospf in each site. My question is, will a 2821 router at each site be sufficient.

  • Requirements for updating SIS

    I've a requirement to ignore a record if a certain field value is Zero. The problem I'm having is that these key figures are configured as to be Summed and the individual lines, when the requirements are called the values are non-zero, the summation