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

App:import not working on hosting providers

2011-01-15 Thread roman_coder
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 both Joyent (old TextDrive & 1and1) & got the same error. F

Re: spreadsheet_excel_writer and cakephp

2007-01-04 Thread roman_coder
Here is some code. I also have the path to pear in the vendors directory in my include path. .;C:\Program Files\xampp\htdocs\mem\vendors\Pear Call from within view: addWorksheet(); //Set Column Zoom to 75% $worksheet->setZoom(75); //Set Column Sizes $worksheet->setColumn(0,0,4.43); // Creat

spreadsheet_excel_writer and cakephp

2007-01-04 Thread roman_coder
Hi All, Has anyone gotten Pear's spreadsheet_excel_writer to work with cakephp? If I use it outside of cake it works fine (excel file is outputted and formatted correctly) but when I include it in the vendors directory and call it through cake the excel file is returned but the content of the sp