Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kaskas

    (@kaskas)

    Hi @mohammedeisa

    Thank you for your answer.

    In wp-config.php, I have some special characters in my passwords and unique keys and salts. So you should be able to handle this, and you are! This is not the problem.

    I found the problem:
    In /wp-content/languages/plugins/duplicator-de_DE.l10n.php there is a whitespace character which leads to this error:

    'As a valued Duplicator Lite user you receive <strong>%1$d%% off</strong>, automatically applied at checkout!'=>'Als geschätzter Benutzer von Duplicator Lite erhältst du <strong>%1$d% % Rabatt</strong>, der automatisch an der Kasse abgezogen wird!'

    the whitespace character to delete is here:

    <strong>%1$d% % Rabatt</strong>

    After deleting the whitespace character, it looks like this (and it works):

    <strong>%1$d%% Rabatt</strong>
    Thread Starter kaskas

    (@kaskas)

    Error-Log from Server:

    [Mon Apr 29 14:08:33.999366 2024] [proxy_fcgi:error] [pid 3210664:tid 139951509108480] [client ] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught ValueError: Unknown format specifier "\xc2" in /wp-content/plugins/duplicator/views/settings/license.php:61\nStack trace:\n#0 /wp-content/plugins/duplicator/views/settings/license.php(61): printf('Als gesch\\xC3\\xA4tzte...', 50)\n#1 /wp-content/plugins/duplicator/views/settings/controller.php(74): include('...')\n#2 /wp-content/plugins/duplicator/src/Core/Bootstrap.php(317): include('...')\n#3 /wp-includes/class-wp-hook.php(324): Duplicator\\Core\\Bootstrap::Duplicator\\Core\\{closure}('')\n#4 /wp-includes/class-wp-hook.php(348): WP_Hook->apply...', referer: /wp-admin/admin.php?page=duplicator-settings
    [Mon Apr 29 14:08:34.000337 2024] [proxy_fcgi:error] [pid 3210664:tid 139951509108480] [client ] AH01071: Got error '; PHP message: [PHP ERR][FATAL] MSG:Uncaught ValueError: Unknown format specifier "\xc2" in /wp-content/plugins/duplicator/views/settings/license.php:61\nStack trace:\n#0 /wp-content/plugins/duplicator/views/settings/license.php(61): printf('Als gesch\\xC3\\xA4tzte...', 50)\n#1 /wp-content/plugins/duplicator/views/settings/controller.php(74): include('...')\n#2 /wp-content/plugins/duplicator/src/Core/Bootstrap.php(317): include('...')\n#3 /wp-includes/class-wp-hook.php(324): Duplicator\\Core\\Bootstrap::Duplicator\\Core\\{closure}('')\n#4 /wp-includes/class-wp-hook.php(348): WP_Hook->ap...; PHP message: PHP Fatal error:  Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, null given in /wp-content/plugins/duplicator/classes/class.logging.php:296\nStack trace:\n#0 /wp-content/plugins/duplicator/classes/class.logging.php(296): fwrite(NULL, '\\n==============...')\n#1 /wp-content/plugins/duplicator/classes/class.logging.php(445): DUP_Log::error('[PHP ERR][FATAL...')\n#2 /wp-content/plugins/duplicator/classes/class.logging.php(555): DUP_Handler::error(1, 'Uncaught ValueE...', '...', 61)\n#3 [internal function]: DUP_Handler::shutdown()\n#4 {main}\n  thrown in /wp-content/plugins/duplicator/classes/class.logging.php on line 296', referer: /wp-admin/admin.php?page=duplicator-settings
Viewing 2 replies - 1 through 2 (of 2 total)