I think you're using even an older version of Cakeamf than I am. I'd suggest getting the latest goodness from SVN, and following the instructions here:
https://trac.cakefoundation.org/amf/ -- John On Jul 8, 2008, at 10:48 AM, morris wrote: > > So you're suggesting I move the following lines from /webroot/ > cake_gateway.php > > -- loadController (null); see below > -- vendor('cakeamfphp'.DS.'amf-core'.DS.'app'.DS."CakeGateway"); see > below > > into /webroot/index.php as > > -- App::import('Controller', null); > -- App::import('Vendor', 'CakeGateway', null, null, > 'cakeamfphp'.DS.'amf-core'.DS.'app'.DS."CakeGateway.php"); > > ? > > I would certainly appreciate some help here if there is more to it > than this. Feel free to PM me. > > Thanks! > > > On Jul 8, 12:06 pm, John David Anderson <[EMAIL PROTECTED]> > wrote: >> On Jul 8, 2008, at 9:29 AM, morris wrote: >> >> >> >> >> >>> I'm having a heck of a time trying to get CakeAMFPHP 0.6 working >>> with >>> a cake 1.2 site. We had been working with cake 1.1 and CakeAMFPHP, >>> which was doing fine. I've spent the past week upgrading our site >>> for >>> 1.2 and everything is working extremely well -- except our flash >>> bits >>> have ceased to work. >> >>> Unfortunately our team is now lacking the flash expert who had set >>> all >>> the flash stuff up, otherwise I wouldn't be here. I'm hoping that >>> there may be some folk out there who have also chosen to simply >>> overhaul their cakeamfphp to work in the 1.2 environment, like us. >>> (I'd love to move to CakeAMF but I don't have the wherewithall to >>> break open our flash files and retool them). >> >>> I modified the cake_gateway.php file to be using the correct >>> App::import methods, and debug var, which when visited tells me it >>> is >>> set up correctly. The problem seems to be that the flash movies are >>> all timing out. >> >>> Is there anything that anyone can tell me about the process for re- >>> tooling cakeamfphp to work in cake 1.2? >> >> The App::import() call is now in index.php due to some path loading >> changes since earlier versions of cake. I can help if you need it. >> >> -- John > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
