We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22164
    • 50 Posts
    I have a very strange problem.

    ===edited all links to sites away====

    Blank pages were showing for child pages, it had to do with TV where I somehow had input a @INHERIT before the link to an image.

    This mistake caused the problem for the nested pages, I input the proper link in the TV and the problem was gone.

    Thanks all for thinking along.

      Happy to have left Back Pain | Sciatica behind.
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Usually a blank page means a PHP or database access error. If it’s a problem with the .htaccess, you’ll get the "not found" page or a 500 server error. The page comes up blank because MODx supresses the display of the errors to avoid showing sensitive server information that is usually part of a standard error message. Check the System Events log (in Reports in the Manager) and your server’s error logs.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 36404
        • 307 Posts
        hi,

        your htaccess is lacking this lines (after the rewrite base), maybe they could help

        # Fix Apache internal dummy connections from breaking [(site_url)] cache
        RewriteCond %{HTTP_USER_AGENT} ^.*internal\ dummy\ connection.*$ [NC]
        RewriteRule .* - [F,L]


        something else, have you tried to allow the path for simple alias to see if your children pages show when after their container in the urls ?
        (empty your site cache if you try)

        Have swing
          réfléchir avant d'agir
          • 22164
          • 50 Posts
          thanks, I fixed it.

          It had to do with a mistake I made in one of my TV’s, this was supposed to link to an image, but somehow the @INHERIT managed its way in there, I took that out and now all works again.

          Will remove links in my earlier posts to site.

          tnx all!
            Happy to have left Back Pain | Sciatica behind.