web5729
Forum Replies Created
-
Following up on this:
It seems to work now when put in “Processing” mode.
Hi!
Thanks for the reply! I am aware that the plugin is just hooking into the woocommerce emails.
Your plugin Is hooking into the wc_email_new_order
BUT I need to hook into the wc_email_customer_processing_orderI cannot use Order Complete, because when I use Order Complete, an invoice is created and I cannot edit the order anymore.
So can you suggest a way how I can achieve this?
is there any custom hook I can use?Thanks,
Forum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] css 404 errorHm…. Mine wasn’t solved yet!
Btw. there is a solution for the Cloudflare WebP image problem:
https://lookingfordaniel.medium.com/alert-cloudflare-may-break-your-siteground-website-without-you-noticing-44d089ab579dForum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] css 404 error@hristo-sg
Can you please elaborate on why this is happening? Disabling the functionalities is not an longterm option for us. For now we moved the minification to cloudflare caching, though combining the files is not an option I find with cloudflare.Can you come up with a workaround?
Forum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] css 404 errorUpdate:
4th day in a row a missing combined css file leads to a 404 error and leaves behind 100s of customers seeing a broken site….
I went ahead and verified if the combined css file was on the server. Surprisingly the one which is missing is actually really not on the server.
So not as reported by your colleague a file permission error!
There are a lot of other js and combined css files on the server and when manually purging the sg cache the site shows up normal again and the auto generated css file is also normally created on the path.So 2 ideas come up:
1. When your plugin automatically creates a new combined css file you are either not successfully changing the respected .css path on the site
2. When your plugin automatically creates a new combined css file you are not successfully create the new file on the serverAgain: when purging the sg cache the site fully works normally (css combined files are successfully created on the server and linked in the site), which should mean it is not an issue from outside, but one which has directly todo with an error related to your plugin.
To verify: https://rebrand.ly/a0vd7wy
Forum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] css 404 errorUpdate (answered by Stoycho V.):
Based on my observations our plugin successfully generates the directory where the minified assets will be stored, however one of the main folders where the minified .css files are stored had incorrect permissions:
711This could easily lead to permission errors such as the one reported in the Error Log.
———
So the issue has something to do that the plugin does not create the correct permission for the folder, so we get a 404 error.
Is this something you can fix in your plugin?
Forum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] css 404 errorHere some logs so you can verify:
2020-09-28 08:50:33 UTC [nginx][crit] 16373#0: *3129390 openat() “XXX/public_html/medien/siteground-optimizer-assets/siteground-optimizer-combined-css-156e97c5708597b22551a1cd3adb24ca.css” failed (13: Permission denied), client: XXX, server: XXX.at, request: “GET /medien/siteground-optimizer-assets/siteground-optimizer-combined-css-156e97c5708597b22551a1cd3adb24ca.css HTTP/1.1”, host: “www.XXX.at”, referrer: “https://www.XXX.at/path”2020-09-28 08:32:42 UTC [nginx][crit] 38088#0: *3108173 openat() “XXX/public_html/medien/siteground-optimizer-assets/siteground-optimizer-combined-css-4e3c0cbb06fc07dbeb8090c9b385b166.css” failed (13: Permission denied), client: XXX, server: XXX.at, request: “GET /medien/siteground-optimizer-assets/siteground-optimizer-combined-css-4e3c0cbb06fc07dbeb8090c9b385b166.css HTTP/1.1”, host: “www.XXX.at”, referrer: “https://www.XXX.at/”
2020-09-28 08:32:41 UTC [nginx][crit] 38088#0: *3108154 openat() “XXX/public_html/medien/siteground-optimizer-assets/siteground-optimizer-combined-js-54bdd9a20d536df25b5a7b2ae2311751.js” failed (13: Permission denied), client: XXXX, server: XXX.at, request: “GET /medien/siteground-optimizer-assets/siteground-optimizer-combined-js-54bdd9a20d536df25b5a7b2ae2311751.js HTTP/1.1”, host: “www.XXX.at”, referrer: “https://www.XXX.at/”
Forum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] css 404 error