Title: Chmod problem
Last modified: February 12, 2019

---

# Chmod problem

 *  Resolved [teknik4](https://wordpress.org/support/users/teknik4/)
 * (@teknik4)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/)
 * 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.
 * [http://prntscr.com/mk3c4c](http://prntscr.com/mk3c4c)
 * I use Apache and Litespeed

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Denis Ryabov](https://wordpress.org/support/users/dryabov/)
 * (@dryabov)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11197358)
 * 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](https://wordpress.org/support/users/dryabov/)
 * (@dryabov)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11197388)
 * And seems there none of changes included into 0.9.35 release may affect permissions
   of created files.
 *  [chrissmit](https://wordpress.org/support/users/chrissmit/)
 * (@chrissmit)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11197459)
 * The latest update totally broke my site.
 * Had to deactivate the plugin.
 * [https://culturematters.com](https://culturematters.com)
 *  Plugin Author [Denis Ryabov](https://wordpress.org/support/users/dryabov/)
 * (@dryabov)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11197542)
 * Do you have a related error/warning message(s) in error_log file?
 *  Plugin Author [Denis Ryabov](https://wordpress.org/support/users/dryabov/)
 * (@dryabov)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11197691)
 * 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.
 *  [paardje](https://wordpress.org/support/users/paardje/)
 * (@paardje)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11197733)
 * Great it works. Thanks for the quick update, and the wonderfull plugin!
 *  [chrissmit](https://wordpress.org/support/users/chrissmit/)
 * (@chrissmit)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11197824)
 * Works here as well.
 * Thanks for the quick respones!
 *  Thread Starter [teknik4](https://wordpress.org/support/users/teknik4/)
 * (@teknik4)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11198031)
 * 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.

 * ![](https://ps.w.org/psn-pagespeed-ninja/assets/icon.svg?rev=1722219)
 * [PageSpeed Ninja - Cache, Minify, Defer CSS JavaScript, Critical CSS, Optimize Images, Convert WebP](https://wordpress.org/plugins/psn-pagespeed-ninja/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/psn-pagespeed-ninja/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/psn-pagespeed-ninja/)
 * [Active Topics](https://wordpress.org/support/plugin/psn-pagespeed-ninja/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/psn-pagespeed-ninja/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/psn-pagespeed-ninja/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [teknik4](https://wordpress.org/support/users/teknik4/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/chmod-problem-2/#post-11198031)
 * Status: resolved