• atty31

    (@atty31)


    Getting a fatal error which made our website down.

    See the logs:

    [22-Jul-2024 12:44:51 UTC] Oney add-on file not found: /home/test/public_html/wp-content/plugins/netopia-payments-payment-gateway/oney/oney-add-on-netopia.php
    [22-Jul-2024 12:44:51 UTC] PHP Warning: require_once(/home/test/public_html/wp-content/plugins/netopia-payments-payment-gateway/netopia/Payment/Blocks.php): Failed to open stream: No such file or directory in /home/test/public_html/wp-content/plugins/netopia-payments-payment-gateway/netopiapayments.php on line 74
    [22-Jul-2024 12:44:51 UTC] PHP Fatal error: Uncaught Error: Failed opening required ‘/home/test/public_html/wp-content/plugins/netopia-payments-payment-gateway/netopia/Payment/Blocks.php’ (include_path=’.:/opt/cpanel/ea-php82/root/usr/share/pear’) in /home/test/public_html/wp-content/plugins/netopia-payments-payment-gateway/netopiapayments.php:74
    Stack trace: 0 /home/test/public_html/wp-includes/class-wp-hook.php(324): woocommerce_gateway_netopia_block_support(”) 1 /home/test/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)

Viewing 1 replies (of 1 total)
  • Aceasi eroare…ar fi ceva fixuri:

    1. ?n linia 143, codul verific? dac? 'oney' este ?n tabloul

    Din:
    if(!in_array(‘oney’, $NtpPaymentMethod[‘payment_methods’])){
    return;
    }
    In:
    if (!is_array($NtpPaymentMethod[‘payment_methods’])) { $NtpPaymentMethod[‘payment_methods’] = explode(‘,’, $NtpPaymentMethod[‘payment_methods’]); } if (!in_array(‘oney’, $NtpPaymentMethod[‘payment_methods’])) { return; }

    • This reply was modified 3 months, 2 weeks ago by mihaiiceyro.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.