-
Notifications
You must be signed in to change notification settings - Fork 121
Purge All is broking the website #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, Johan |
vim nginx-helper/purger.php +774 the folders will not be deleted. |
Hello @johan-chassaing @thiagolcks I've accepted PR and will release update soon. Thanks. I'm closing this issue. Regards, |
Hello, I've released new version 1.9.10. Please update the plugin. Thanks. |
Hi,
After I've run the Purge All I'm getting the error in all public pages (not logged in): mkdir() "/var/run/nginx-cache/temp/8" failed (2: No such file or directory)
If I restart the server it's all good. It seems that the Purge All is deleting the temp folder, and nginx is not creating the folder again, just when restarted.
I could fix it adding the following line to the file purger.php after the line 752:
mkdir(RT_WP_NGINX_HELPER_CACHE_PATH . '/temp');
I'm using nginx 1.11.3.
Thanks
The text was updated successfully, but these errors were encountered: