Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

Jump to:

17478 Posts in 4473 Topics by 1972 members

Archive

SilverStripe Forums » Archive » Ecommerce Error

Our old forums are still available as a read-only archive.

Page: 1
Go to End
Author Topic: Ecommerce Error 1132 Views
  • tomato
    avatar
    Community Member
    13 posts

    Ecommerce Error Link to this post

    Hi

    I am new to this but just wondering if anyone can tell me what this error message is usually caused by
    Fatal error: Call to a member function validate() on a non-object in /home/hortsoft/domains/hortsoft.co.nz/public_html/sapphire/forms/CompositeField.php on line 213

    http://www.hortsoft.co.nz/checkout/?executeForm=OrderForm

    I am attempting to integrate PayPal into the shop.

    thanks

  • 247hosting
    avatar
    Community Member
    4 posts

    Re: Ecommerce Error Link to this post

    Starting to wonder if there is any community support for this.....

    Getting the same error.

    Out of interest, where did you put:

    // Check if the site is in 'live' mode, use the live credentials.
    // otherwise, use test credentials instead to be careful.
    if(Director::isLive()) {
       PayPalPayment::set_account_email('mymail@mydomain.com');
    } else {
       PayPalPayment::set_test_mode('mymailtest@mydomaintest.com');
    }

  • Pixel
    avatar
    Community Member
    78 posts

    Re: Ecommerce Error Link to this post

    That goes into your _config file in e commerce module.

  • Briohny
    avatar
    Community Member
    167 posts

    Re: Ecommerce Error Link to this post

    I'm having same problem. If i put this code:

    // Check if the site is in 'live' mode, use the live credentials.
    // otherwise, use test credentials instead to be careful.
    if(Director::isLive()) {
    PayPalPayment::set_account_email('mymail@mydomain.com');
    } else {
    PayPalPayment::set_test_mode('mymailtest@mydomaintest.com');
    }

    into ecommerce/_config.php i get the following error:

    Fatal error: Call to undefined method PayPalPayment::set_account_email() in C:\wamp\www\isa\ecommerce\_config.php on line 30

    I really need to get Paypal working. Has anyone solved this?

    Thanks

    1132 Views
Page: 1
Go to Top

Currently Online: AnthonyP, Jules, Euphemismus, dotperinch

Welcome to our latest member: Jules

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.