Denis Ryabov
Forum Replies Created
-
\sis directory where PageSpeed Ninja stores combined/minified JavaScript and CSS files. Do you have this directory at all? (it may be that your website root directory is read-only and PageSpeed Ninja installer wasn’t able to create that directory automatically).1. Usually in the case of white screen there is a related error message in error_log file. Could you check it?
2. Do you have white screen even with the Safe preset?
3. It’s possible to enable extra error logging in the Troubleshooting section of Advanced tab in PageSpeed Ninja settings page. Could you enable this error logging (don’t forget to Save settings), clear caches in the same section, open website (to get white screen), and then disable extra error logging and check content of wp-content/plugins/psn-pagespeed-ninja/includes/error_log.php file?Should be fixed in 0.9.35. Check it, please.
Do you have the same issue with 0.9.37 release?
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.
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.
Do you have a related error/warning message(s) in error_log file?
Do you have a related error/warning message(s) in error_log file?
Do you have a related error/warning message(s) in error_log file?
And seems there none of changes included into 0.9.35 release may affect permissions of created files.
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.
Do you have related error messages in error_log file?
Do you have related error messages in the error_log file?
OK, thank you. So, the problem is in CSS optimizer. Could you post URL of your website (or sent it to hello@pagespeed.ninja), so that we will be able to test its css files locally? And what PHP version do you use?
Do you have filename:line info for this Fatal error in error_log?