We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 50130
    • 2 Posts
    Hello. After upgrade (system+MODX) pages was generated with a few unwanted DIV's (<div class="submenu">emptyChunk</div>) in a menu (items without subitems) like this:
    http://freetexthost.com/04qqamfww3

    Maybe problem in the Wayfinder module? Old and new code version of Wayfinder module in attachment.
    PHP info() and generated pages in attachments.


      Old:
    • MODX Version: 1.0.5
    • Wayfinder Version: 2.0.1
    • PHP Version: 5.2.6-1+lenny16
    • New:
    • MODX Version: 1.0.15
    • Wayfinder Version: 2.0.4
    • PHP Version: 5.4.36-0+deb7u3

    What can i try to solve problem? [ed. note: sharkman last edited this post 9 years, 1 month ago.]
      • 9995
      • 1,613 Posts
      You need to dig further which snippet or plugin or whatever is giving the problem..

      If its wayfinder, post your wayfinder call.
        Evolution user, I like the back-end speed and simplicity smiley
        • 50130
        • 2 Posts
        Problem has been solved.
        I replaced
        &noResults=`emptyChunk`
        to
        &noResults=` `
        in chunks: catalogMenuElement ,catalogMenuElementActive, mainPageCatListElement.