• Resolved teknik4

    (@teknik4)


    The css and js files created after the last update are set to chmod 0600. In this case, those who want to access the files are experiencing an error and the system is not working properly.

    https://prntscr.com/mk3c4c

    I use Apache and Litespeed

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Denis Ryabov

    (@dryabov)

    PageSpeed Ninja doesn’t set permissions for create files, so default ones should be used. Usually PHP’s umask is 0022 that results in 0644 permission. Most likely you run PHP under umask 0066 that results in 0600, but in this case all other created files should have 0600 as well (until chmod’ed to other values). Is PageSpeed Ninja the only plugin that creates files with 0600 permission on your server? We wouldn’t like to change default permissions, because there is no ideal value value and even 0600 is ideal for some shared hostings.

    Plugin Author Denis Ryabov

    (@dryabov)

    And seems there none of changes included into 0.9.35 release may affect permissions of created files.

    The latest update totally broke my site.

    Had to deactivate the plugin.

    https://culturematters.com

    Plugin Author Denis Ryabov

    (@dryabov)

    Do you have a related error/warning message(s) in error_log file?

    Plugin Author Denis Ryabov

    (@dryabov)

    Try 0.9.36 (just released). It should fix permissions of existing files in /s directory and ensure permissions of new files match permissions of /s directory.

    Great it works. Thanks for the quick update, and the wonderfull plugin!

    Works here as well.

    Thanks for the quick respones!

    Thread Starter teknik4

    (@teknik4)

    I did not see an error in the error_log file.

    The php file created by the plugin in the same directory is chmod value 0644 and smoothly. I did not have any problems with other add-ons. this was no problem, even after the update.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Chmod problem’ is closed to new replies.