Results 1 to 3 of 3

Thread: Upgrade from 2.9.5 to 2.10.2 Menu disappear

  1. #1
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Upgrade from 2.9.5 to 2.10.2 Menu disappear

    Hello guys,

    I upgrade from 2.9.5 to 2.10.2 and the menu disappeared, i change all my templeate to .xhtml included (nav_jquery) and all .tpl files, maybe i lost some details in the upgrade, maybe find some tips to here to resolve this problem.

    I try to find some similar problem in the forum without results.

    Thanks for advance


    This is the original (2.9.5) page http://www.br.inter.edu

    Test server running (2.10.2) http://portal.br.inter.edu/portal/
    Warcos

  2. #2
    Experienced user
    Join Date
    01-12-10.
    Posts
    814

    Default Re: Upgrade from 2.9.5 to 2.10.2 Menu disappear

    4 things you should look at:

    1. The test server has mootools and jQuery included. The original did not. If you did not set jQuery to a compatibility mode the two won't work together. However, I'm guessing mootools was added per mistake. Remove it from the layout[/*:m:fxgilk1i]
    2. The html output of the test server shows navigation code where the original did not. Is that right?[/*:m:fxgilk1i]
    3. Mind your fallback language; I had to add Spanish as my primary language to be able to see the test page[/*:m:fxgilk1i]
    4. Check your page template to the new one that came with 2.10.2. I think the header section changed because your page is outputting some text (index,nofollow). That is probably from changed template code.[/*:m:fxgilk1i]

  3. #3
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Re: Upgrade from 2.9.5 to 2.10.2 Menu disappear

    Hi Ruud, Thank you for your observations, i'm checking

    By the way, for some reason the robots and header wildcards is not working properly. for test purpose, i included an a custom section calling the menu and is working. My question is, why not work with the header wildcard?

    I made the change in the front end modules to the corresponding columns.

    <div id="navigation">
    <?php echo $this->header; ?> No display any content
    </div>

    <div id="navigation">
    <?php echo $this->getCustomSection('menu'); ?> Work fine
    </div>

    Other wildcard like (main, left, right, etc...) without problems.

    I run contao-check.php everything is ok

    Any suggestion is welcome
    Warcos

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •