We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20471
    • 40 Posts
    I just updated to 2.3.5 and after this my site is completely blank. There aren't even any source code whatsoever (when I view source). Manager works fine and error log is empty. I've also emptied the cache (deleted the actual files).

    What could be wrong? Where should I start looking?

    Thanks!

    This question has been answered by mrtnrsl. See the first response.

      • 42562
      • 1,145 Posts
      Any errors in your manager log?

      Chrome dev tools debug?
      500 internal error?

      Did you mistakenly delete the cache folder itself?
      What's your .htaccess looking like?

      Edit a resource in Manager, save it, then view, what happens?

      Tried another browser?
        TinymceWrapper: Complete back/frontend content solution.
        Harden your MODX site by passwording your three main folders: core, manager, connectors and renaming your assets (thank me later!)
        5 ways to sniff / hack your own sites; even with renamed/hidden folders, burst them all up, to see how secure you are not.
      • What version did you upgrade from?

        Deleting the entire cache folder won't hurt anything, I do it that way all the time.

        What does your server's PHP error log say? Usually a white page is the result of bad PHP code somewhere.

        Try disabling all plugins, and see if that helps.
          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
        • discuss.answer
          • 20471
          • 40 Posts
          Quote from: sottwell at Jul 31, 2015, 09:25 PM
          What version did you upgrade from?

          Deleting the entire cache folder won't hurt anything, I do it that way all the time.

          What does your server's PHP error log say? Usually a white page is the result of bad PHP code somewhere.

          Try disabling all plugins, and see if that helps.

          I upgraded from 2.2.14.

          I tried disabling extras and finally localised the problem to AdvSearch. A quick search led me to https://github.com/modxcms/revolution/issues/11749 and now everything works fine!

          Thanks for the directions!