hi all,
i'm trying to use the paypal component (http://bakery.cakephp.org/
articles/view/168) in 1.2 but i'm failing.  i've copied the code and
followed the steps but i think i'm having a problem with the
component.

when i use the component "as-is", my whole app crashes with:

require_once(PayPal/Profile/API.php) [function.require-once]: failed
to open stream: No such file or directory

when i find and replace all the require_once's with App::import (my
best guess at how to cake1.2ify it) the whole app is back up but when
i call the function in my method, i get the following error:

Class 'ProfileHandler_Array' not found in app/controllers/components/
paypal.php on line 940.

any ideas as to why the ProfileHandler_Array class isn't being
loaded?  i've tried all kinds of stuff.  maybe this is my fundamental
mis-understanding of App::import.

any help in bringing this component up to 1.2 (maybe a slight
modification of the tutorial to make it more clear) would be much much
appreciated.  thanks.

dave rupert

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to