• Resolved 24buy

    (@24buy)


    Hi,

    installed your stripe payment plugin. after acitvation i see : 


    Warning: include(/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/checkout-plugins-stripe-woo-nl_NL.l10n.php): Failed to open stream: No such file or directory in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(): Failed opening '/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/checkout-plugins-stripe-woo-nl_NL.l10n.php' for inclusion (include_path='.:/opt/plesk/php/8.3/share/pear') in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-de_DE.l10n.php): Failed to open stream: No such file or directory in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(): Failed opening '/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-de_DE.l10n.php' for inclusion (include_path='.:/opt/plesk/php/8.3/share/pear') in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-es_ES.l10n.php): Failed to open stream: No such file or directory in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(): Failed opening '/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-es_ES.l10n.php' for inclusion (include_path='.:/opt/plesk/php/8.3/share/pear') in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-ja.l10n.php): Failed to open stream: No such file or directory in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(): Failed opening '/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-ja.l10n.php' for inclusion (include_path='.:/opt/plesk/php/8.3/share/pear') in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-nl_NL.l10n.php): Failed to open stream: No such file or directory in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(): Failed opening '/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woo-stripe-payment-nl_NL.l10n.php' for inclusion (include_path='.:/opt/plesk/php/8.3/share/pear') in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woocommerce-payments-ja.l10n.php): Failed to open stream: No such file or directory in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(): Failed opening '/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woocommerce-payments-ja.l10n.php' for inclusion (include_path='.:/opt/plesk/php/8.3/share/pear') in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woocommerce-payments-nl_NL.l10n.php): Failed to open stream: No such file or directory in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    Warning: include(): Failed opening '/var/www/vhosts/24buy.online/httpdocs/wp-content/languages/plugins/woocommerce-payments-nl_NL.l10n.php' for inclusion (include_path='.:/opt/plesk/php/8.3/share/pear') in /var/www/vhosts/24buy.online/httpdocs/wp-includes/l10n.php on line 1608

    So what is wrong ? looks not normal!

    regards Michael

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter 24buy

    (@24buy)

    It is really urgent ! you also crash my shop !

    Plugin Support Aamir

    (@aamiribsf)

    Hi @24buy ,

    Thank you for reaching out. The warnings you are seeing are related to missing translation files for some languages. These files are optional and do not affect the actual functionality of the plugin.

    The reason you see these messages on your site is because WordPress debugging is enabled, which displays such warnings publicly. On a live website, it’s recommended to keep debug messages hidden.

    Here’s how you can fix this:

    1. Disable debug display
    Edit your wp-config.php file and set the following:

    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    

    2. Or log errors instead of showing them
    If you want to keep debugging on, you can log them without showing on the front-end:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    

    3. Update Translations
    Go to Dashboard → Updates → Update Translations, which may add any missing language files.

    These warnings do not break your shop and can be safely ignored once debug display is turned off. Your site should work normally.

    Let me know if you have any further queries.

    Best regards,

    Plugin Support Aamir

    (@aamiribsf)

    Hi @24buy ,,
    Since it’s been a while without any follow-up, we’re closing this thread as resolved.
    Should anything else come up, you’re always welcome to reach out.
    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Warnings PHP after installation’ is closed to new replies.