rosell.dk
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] Erro 503 Serviço indisponívelVocê pode tentar ativar a depuração e verificar o registro de erros?
Forum: Plugins
In reply to: [WebP Express] wod-options.json error for auto generating imagesI have improved the error messages.
Do you have file system access?
In that case, please locate wp-content/plugins/webp-express/lib/classes/WodConfigLoader.php
replace the content with the content you find here:
https://github.com/rosell-dk/webp-express/blob/master/lib/classes/WodConfigLoader.php
(there is a “raw” button – which leads to:
https://raw.githubusercontent.com/rosell-dk/webp-express/refs/heads/master/lib/classes/WodConfigLoader.php)
After replacing, please check the new error message- This reply was modified 5 months ago by rosell.dk.
Forum: Plugins
In reply to: [WebP Express] wod-options.json error for auto generating imagesCan you check the wp-content/webp-express/config dir, if it contains a file called “config.[hash].json” ?
- This reply was modified 5 months ago by rosell.dk.
Forum: Plugins
In reply to: [WebP Express] wod-options.json error for auto generating imagesI have dug into the issue.
The issue is in fact not a mismatch between the hash in the database and the hash in the config file.
The issue rather seems to be that webp-express fails locating a file wp-content/webp-express/config.[hash].json. Because this fails, it falls back to trying to load config.json (which was what it used to be called). If this fails too, the exception is thrown that causes the message you see
Unfortunately there are several things that can have gone wrong when the file could not be found and the error does not reveal which step that fails.
I will need to improve that.
If you are a programmer, you can try to throw errors in WodConfigLoader.php, line 195, 201 and 211 instead of returning an empty string. Errors thrown here will make it to the error message that you saw
Otherwise, I can provide you debug code manually.
Or I can improve the error message in the upcoming version, and then have a better chance to fix it in the next.
I could also make a new version without publishing it, so you can download.Forum: Plugins
In reply to: [WebP Express] wod-options.json error for auto generating imagesI guess there must be a mismatch between the hash stored in the database and the hash of the config filename.
I should fix it, so the system recovers automatically when that happens
Until then, you can disable the redirect to converter optionNo, you do not need to remove the hash in the rules.
If anything, adding the hash to the rules makes the conversion slightly faster, as WebP Express will not have to traverse the config dir to find the config file, if the hash is suppliedForum: Reviews
In reply to: [WebP Express] Good pluginI have plans to put more work on the plugin again
Forum: Reviews
In reply to: [WebP Express] Good pluginThanks 🙂
Forum: Plugins
In reply to: [WebP Express] UpdateSorry for poor maintenance the last couple of years
But I’m back 🙂
Both donations and PR’s warms my heart and makes it more meaningful for me to work on the plugin.
With regards to selling plans, I decided against.
I was offered quite a large sum. Economically, it would have made sense to sell off.
But I don’t feel I have the right to “sell my users” and I hate the fact that we in Europe have so much invention going on, but often we sell it off to americans, which makes the real profit.
Ideals are more important to me than profit.
The huge offer however made me realize that there is potential for profit here. I don’t need all that profit personally. I have no dreams of a luxuary life style. But I’m idealistic and I would like to support causes I find important with more than I’m able to today. So I’m going to pursue that.
This will mean that I will be working on:
– Fixing issues
– Implementing new features. Especially AVIF conversion
And when that is in place, I will create a cloud converter that handles webp and avif conversion, and which will be how I earn the money.
I WILL KEEP THE FREE TIER.
The cloud converter is for those who are on servers that does not support converting avif (or webp).
That is the plan. Basically to earn on online conversion, rather than sending it freely to ewww.
Realistically, I have a couple of hours every second evening to realize it. So the plan will take some time to execute.
But it will be a huge change compared to my effort the last couple of years- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
- This reply was modified 5 months, 2 weeks ago by rosell.dk.
Forum: Plugins
In reply to: [WebP Express] Wordfence Insecure pluginMarking as resolved
Published.
It is no longer neccesary to change rewrite rules on Nginx in response to the recent security fixForum: Plugins
In reply to: [WebP Express] Create webp files upon request – brokenI’m guessing it is the same issue as this:
https://github.com/rosell-dk/webp-express/issues/620
I actually just released a fix 10 minutes ago.
Hope it works for you!- This reply was modified 5 months, 2 weeks ago by rosell.dk.
Forum: Plugins
In reply to: [WebP Express] Wordfence Insecure pluginThe fix is now published
- This reply was modified 5 months, 3 weeks ago by rosell.dk.
Forum: Plugins
In reply to: [WebP Express] Wordfence Insecure pluginI have a PR ready with a fix
It needs testing, but I’m too tired to do that now (its way past my bed time).
Those of you who might be able to test a pull request are very welcome to check it.
Its here: https://github.com/rosell-dk/webp-express/pull/619
I expect to upload tomorrow. Perhaps only for testing, perhaps I publish directly.
I expect it to take some time for the WordPress crew to approve the changes though. We will see.Forum: Plugins
In reply to: [WebP Express] UpdateThe plugin is rock solid and will be updated when I get around