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

    I'm definitively not understanding the file permissions need for R221.

    Continuing the setup of the fresh install started yesterday on a dedicated host, I can see all files are 40 forbidden.
    Normally I choose 755 for new folder and 644 as suggested.
    Doing so I can see new packages folder (components/...) not in 755 and with files inside with 622 (!!)

    No plugin are active (no editor are run, neither Tiny, code mirror or Ace I just installed).

    Can someone tell me what's wrong with the basic PL setup ..??
    and what should I do to the files tree to recover normal functions ?

    (I can see for Tiny in FBUG console:
    Tiny is not defined
    [Stopper sur une erreur] Tiny.config = {"accessibility_warnings...owser":"1","document_base_url":"\/"};


    Thank you [ed. note: elz064 last edited this post 14 years, 5 months ago.]
      • 36604
      • 268 Posts
      I add to deal with the whole file tree.

      And each time a component is installed folder permission are not 755.

      find ./ -type d -exec chmod 755 {} \;
      find ./ -type f -exec chmod 644 {} \;
        • 36604
        • 268 Posts
        I can see too 2 setting that are not present in THIS 221 as I had them in a 2.15 and in another local wamp Modx 221...
        it's new_folder_permissions and new_file_permissions.
        Those are not present in my 221 settings.

        I added them manually, exactly the same they exist in a 2.15.., tried to install a whatever package...no result the newly installed packages still add a 744 permission instead of 755.

        [ed. note: elz064 last edited this post 14 years, 5 months ago.]