Re: App:import not working on hosting providers

2011-01-16 Thread roman_coder
I updated the path to be relative to the plugin/vendor directory and it worked! App::import('Vendor', 'Upload.S3', array('file'=>'S3/S3.php')); I'm not sure why this plugin wasn't getting found automatically but it looks like using the file option fixed it. Thanks for the help! Check out the n

Re: App:import not working on hosting providers

2011-01-16 Thread cricket
On Sat, Jan 15, 2011 at 2:56 AM, roman_coder wrote: > I'm working on Cakephp 1.3.6 and leveraging JonBradley's S3 plugin > (https://github.com/jonbradley/CakePHP-S3-Upload).  It works great on > my local dev box but once I put it on a hosting provider I get the > class not found error.  I've tried

Re: App:import not working on hosting providers

2011-01-15 Thread roman_coder
thanks for the quick response. I've cleared my cache a number of times but I have the same problem. The plugin isn't finding the file. Any tips on how to debug this? I've been adding debug echo statements in the cake/lib trying to find where the include is. I'm sure there is a better way of doin

Re: App:import not working on hosting providers

2011-01-15 Thread WyriHaximus
Aye every time you push an update to a site, for your own sanity and your users user experience clear your cache. On Jan 15, 3:48 pm, euromark wrote: > you need to clear your cache > then it will find it again :) > > On 15 Jan., 08:56, roman_coder wrote: > > > > > > > > > I'm working on Cakephp

Re: App:import not working on hosting providers

2011-01-15 Thread euromark
you need to clear your cache then it will find it again :) On 15 Jan., 08:56, roman_coder wrote: > I'm working on Cakephp 1.3.6 and leveraging JonBradley's S3 plugin > (https://github.com/jonbradley/CakePHP-S3-Upload).  It works great on > my local dev box but once I put it on a hosting provider