Milan Nohejl
Forum Replies Created
-
Chápu, v pořádku. Jen jsem upřesnil, že nejde o úpravu pluginu, nebo core hack řešení a že jdou věci řešit i jinak, než fixnutím překladů např. smazání wp překladů (tj. ne v rámci překladů uvnitř složky pluginu) a míttak dostupný backend UpDraftu je-li potřeba za cenu toho, že bude do dalšího updatu v angličtině mi přijde naprosto čisté řešení i s ohledem na jakékoliv rozumné security policy. Není-li potřeba přístup do backendu, tak je samozřejmě lepší si počkat, aut. zálohy normálně fungují.
1. You don’t need FTP/SSH; a plugin is enough, for example: https://wordpress.org/plugins/wp-file-manager/
2. This is not a plugin modification (core hack), but a replacement of translations handled within WordPress itself, rather than in the plugin folders.
3. This is a HOT FIX; a permanent solution has been promised in the next update.
4. BTW, there are other possible solutions if needed:
- a) Delete the UpDraft Czech translations in the folder /wp-content/languages/plugins/.
- b) Switch the website to the English version.
- c) Replace the problematic translations with your own, e.g., using the Loco Translate plugin (not tested).
- d) Downgrade the PHP version on your hosting to 7.X, which is less strict about translation files (not recommended, as it may cause compatibility issues with other plugins).
- This reply was modified 1 week, 3 days ago by Milan Nohejl.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Fatal error in the backendHi,
The root cause was an error in the Czech translation files: improper
%escaping and placeholder syntax, which caused compatibility problems with PHP 8+.I’ve already applied the fix, and the plugin should now work correctly again.
Solution: https://github.com/nohoid/FIX-UpdraftPlus-1.26.2–PHP8-e-tina-
Hi all,
The root cause was an error in the Czech translation files: improper
%escaping and placeholder syntax, which caused compatibility problems with PHP 8+.I’ve already applied the fix, and the plugin should now work correctly again.
Solution: https://github.com/nohoid/FIX-UpdraftPlus-1.26.2–PHP8-e-tina-
Best regards