We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40706
    • 128 Posts
    Your Errors are no Errors, they are just Notices...
    Maybe in the index.php is the debugging active?

    // Debugging mode:
    $modx->stopOnNotice = false;
      • 50927
      • 1 Posts
      I turned on this mode.
      Otherwise, show the white screen.
      Logs empty.
        • 40706
        • 128 Posts
        This mode is completely useless, because of it hangs up usually in some 3rd Party Plugins.
        You should let it disabled, and turn on error_reporting and display_errors instead. There MUST be an fatal error.

        Maybe an configuration setting uses an old absolute path
        In the database could also be an absolute path, think it was modx_system_settings
        We also had some Problems when an very cool Linux Administrator use rsync with an parameter to exclude all with "cache" in the filename