Results 1 to 3 of 3

Thread: Fatal error: Call to a member function create() on a non-object

  1. #1
    Thread Starter
    Expired Customer jacobgates's Avatar
    Join Date
    Jul 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Fatal error: Call to a member function create() on a non-object

    Hi. We've recently purchases Vantage (running 3.0.2) on Wordpress 4.2.4.
    We are running a child theme but it's essentially just css changes.

    I've tried to complete a new listing using the stripe plugin in both test and live modes with the same result.
    Someone can register, complete their listing details and select Credit Card (stripe) as their payment method.

    They are switched to the https secure page and presented with the credit card entry form.

    Upon submitting, it throws the fatal error message:
    Fatal error: Call to a member function create() on a non-object in /home/[our site]/public_html/site/wp-content/plugins/appthemes-stripe/stripe-gateway.php on line 131

    That corresponds to the section "Create Card" and is being triggered by the following line:
    $card = $customer->cards->create( array(
    'card' => $token
    ) );

    From the looks of things, other people are also experiencing the same issue. We were meant to be making our site live today with payment testing the final stage before launch so this is somewhat embarrassing to have to tell a client the plugin we just purchased isn't working.

    Are there any suggestions to get this working. Happy to add or adjust code from here and test.

  2. #2
    Thread Starter
    Expired Customer jacobgates's Avatar
    Join Date
    Jul 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Amateur 9seeds's Avatar
    Join Date
    Mar 2012
    Location
    United States
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 10
    Last Post: December 25th, 2015, 07:37 PM
  2. Replies: 27
    Last Post: August 24th, 2015, 09:56 AM
  3. Fatal error: Call to a member function activate()
    By joefoley in forum Report JobRoller Bugs
    Replies: 2
    Last Post: August 20th, 2014, 01:35 PM
  4. [SOLVED] Fatal error: Call to a member function register_handler() on a non-object in /home/ha
    By btb2908 in forum Report Vantage Bugs (Legacy)
    Replies: 5
    Last Post: November 7th, 2013, 04:43 AM
  5. [SOLVED] Fatal error: Call to a member function get_error_codes() on a non-object in - See mor
    By mikericus in forum Report Vantage Bugs (Legacy)
    Replies: 6
    Last Post: March 5th, 2013, 11:44 AM