• Hi!

    I posted to your support yesterday about billmate checkout and here it is! Awesome.

    However you seem to have forgotten to push the new file to svn class-billmate-checkout.php. Resulting in a PHP fatal error:

    
    [24-Apr-2017 16:22:47 UTC] PHP Fatal error:  require_once(): Failed opening required 'class-billmate-checkout.php' (include_path='.:/usr/share/php') in /srv/www/private/stjarnbarn/htdocs/wp-content/plugins/billmate-payment-gateway-for-woocommerce/gateway-billmate.php on line 319
    

    Here’s a quick command to add new files to a svn repo I use for my own plugins:
    svn status | grep "^\?" | sed -e 's/? *//' | sed -e 's/ /\\ /g' | xargs svn add

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

    (@jonathandejong)

    Alright we have a file!

    Now there’s a new error tho:

    
    [24-Apr-2017 18:57:46 UTC] PHP Fatal error:  Uncaught Error: Call to a member function is_empty() on null in /srv/www/private/stjarnbarn/htdocs/wp-content/plugins/billmate-payment-gateway-for-woocommerce/shortcodes.php:49
    Stack trace:
    #0 /srv/www/private/stjarnbarn/htdocs/wp-includes/shortcodes.php(345): get_billmate_checkout('', '', 'billmate_checko...')
    #1 [internal function]: do_shortcode_tag(Array)
    #2 /srv/www/private/stjarnbarn/htdocs/wp-includes/shortcodes.php(223): preg_replace_callback('/\\[(\\[?)(billma...', 'do_shortcode_ta...', '[woocommerce_ca...')
    #3 /srv/www/private/stjarnbarn/htdocs/wp-content/plugins/relevanssi/lib/indexing.php(398): do_shortcode('[woocommerce_ca...')
    #4 /srv/www/private/stjarnbarn/htdocs/wp-content/plugins/relevanssi/lib/indexing.php(618): relevanssi_index_doc(480, true, false, true)
    #5 /srv/www/private/stjarnbarn/htdocs/wp-content/plugins/relevanssi/lib/indexing.php(642): relevanssi_publish(480, true)
    #6 /srv/www/private/stjarnbarn/htdocs/wp-includes/class-wp-hook.php(300): relevanssi_insert_edit(480)
    #7 /srv/www/priva in /srv/www/private/stjarnbarn/htdocs/wp-content/plugins/billmate-payment-gateway-for-woocommerce/shortcodes.php on line 49
    
    

    (I love this back and forth conversation).

    Thread Starter Jonathandejong

    (@jonathandejong)

    The issue (I think) is actually with the line above that.
    add_action('init','register_billmate_incomplete_order_status');

    There is no function register_billmate_incomplete_order_status.
    At least not that my project search in Atom can find.

    Thread Starter Jonathandejong

    (@jonathandejong)

    I have a feeling it’s supposed to be calling add_billmate_incomplete_order_statuses instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3.0.0.1 file missing’ is closed to new replies.