Hi,

You may put the file inside your app/controllers/subfolder (you have to
create the subfolder inside controllers folder) and then inside your
specific controller function just include the file by writing

require_once("subfolder/filename.extension"); // filename.extension is the
file you have put inside the subfolder

I have used this when everything else goes wrong and it works.

Let me know if this helped.

Roy


On Sat, Aug 8, 2009 at 1:14 PM, adrian <[email protected]> wrote:

>
> Anyone know how do do this? Really need to get this up and running ...
> is there anywhere to pay for cakePHP support? Where do you guys go
> when you're really stuck?
>
> On Aug 8, 12:56 am, adrian <[email protected]> wrote:
> > I'm setting up paypal and have everything running fine except for one
> > last thing which is encrypting the form that is sent to PayPal. I have
> > this setup with no problems on a server not running cakephp, but when
> > I try to set it up while running Cakephp it just wont access the files
> > it needs.  It uses 3 .pem files that are used to encrypt the form but
> > I have no Idea where to place them so Cakephp has access to them. I'm
> > sure people must have had similar problems but couldn't find anything
> > on Google.
> >
> > Any help would be great :)
> >
> > Cheers,
> > Adrian
> >
>


-- 
Dibyendu Mitra Roy
Web Development Consultant
Kolkata
India
Alt. E-mail: [email protected]
Mobile: +919830811327
Residence: 91-33-30422096

--~--~---------~--~----~------------~-------~--~----~
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