We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31178
    • 128 Posts
    On several site I recently had 'page not found' errors for child documents within a menu structure. I tracked it down to an update made in 1.0.9, that is also present in 3.0.12. I have added comments to the particular issue:

    http://tracker.modx.com/issues/9549

    The snippet was altered without updating the version number, plus the alteration (from 302 redirect to 301) has the potential to break sites using FirstChildRedirect to force navigation to a child page within a container document, due to the nature of 301 redirect caching.

    I would suggest having a parameter so to be able to override the redirect code for certain situations, as used in MODX Revo.
    • Ported back the Revo code to Evo:
      https://github.com/dmi3yy/evolution/pull/174

      Please check this out.
        • 31178
        • 128 Posts
        Great, thanks for the speedy update Jako.