Fatal error with language files
-
Hi guys.
I wanted to test this plugin, but when I activate it, a white screen appears and a fatal error occurs. After investigating, I found that the reason for this is a major problem in the language files. I tried de_DE and de_CH myself, but this fatal error occurs in several files.
[14-Oct-2025 08:34:59 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier "S" in \wp-content\plugins\best-woocommerce-feed\admin\class-rex-product-feed-admin.php:329So I checked the language files and discovered a syntax error in the string formatting.

The reason for this is that you are using
% swith spaces instead of%s, and sometimes also% Sin capital letter. Both of these will cause a serious error.I have also noticed that this problem occurs in several language files, not just in de_DE and de_CH.
I would also like to point out that German and German (Switzerland) have two language variants—formal and informal—which are not taken into account in your language files.
You must be logged in to reply to this topic.