Login | Forgot password | Register
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.
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 |
-
Ecommerce Error

1 August 2008 at 1:37pm
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 213http://www.hortsoft.co.nz/checkout/?executeForm=OrderForm
I am attempting to integrate PayPal into the shop.
thanks
-
Re: Ecommerce Error

12 August 2008 at 6:42pm
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');
} -
Re: Ecommerce Error

24 September 2008 at 8:39pm
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



