We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24278
    • 165 Posts
    Dear Members,

    Currently I have a test server setup on win xp using XAMPP.

    Modx works fine and I managed to create my folder structure and a couple of other snippets.

    When I tried to work with [[Breadcrumbs]], even with the default settings the website does not show up at all. The "Manager" interface hangs... no links work (cant even logout).
    The windows "Task Manager" shows CPU Usage at 100%

    If I remove the [[Breadcrumbs]] declaration from the "chunk" called ’cbreadcrumb’ everything works fine (both the website and the manager).

    My folder structure is as under:
    ------------------------
    websiteRoot
    |-Random (un published folder (uses Blank template) containing documents for random images)
    |-Content (published folder (uses Blank template) containing sub folder)
    |-Dept1 (Folder to documents, currently empty)
    |-Dept2 (Folder to documents, currently empty)
    |-Dept3 (Folder to documents, currently empty)
    |-About (published folder (uses Blank template) containing 1 document - )
    |-home (document, which will carry news listing, curretly empty)

    Folders Random, Content and About are set "NOT to show in menu". My main menu comprises of "Dep1, Dept2, Dept3"

    What could be wrong, has anyone ever experienced this?

    Look forward your suggestions.

    -raavi
      • 8382
      • 253 Posts
      Hi, Raavi.

      I think, probably you use php 5.1.0/XAMPP 1.5.1.

      Add LF to last line of Breadcrumbs script.
      this caused by PHP bug.
      See, http://bugs.php.net/bug.php?id=35406
        • 6726
        • 7,075 Posts
        Thanks for the tip Eastbind !
          .: COO - Commerce Guys - Community Driven Innovation :.


          MODx est l'outil id
          • 24278
          • 165 Posts
          Quote from: eastbind at Apr 28, 2006, 09:56 AM

          Hi, Raavi.

          I think, probably you use php 5.1.0/XAMPP 1.5.1.

          Add LF to last line of Breadcrumbs script.
          this caused by PHP bug.
          See, http://bugs.php.net/bug.php?id=35406


          Eastbind! your the best! It worked. Thanks a ton.

          regards,
          -raavi