17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1679 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
| 1679 Views | ||
|
Page:
1
|
Go to Top |



