Re: Class 'File' not Found / Class 'Folder' not found in Version 2.0 (worked OK in version 1.3)

2011-11-07 Thread José Lorenzo
where's the pull request? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr.

Re: Class 'File' not Found / Class 'Folder' not found in Version 2.0 (worked OK in version 1.3)

2011-11-07 Thread euromark
the original upgrade shell is lacking a few vital parts i added the file/folder stuff and called it "legacy": https://github.com/XTAIN/cakephp/commit/57b13c1fb4a4e05080a3c5947a000ddee40d8931#L0R577 On 7 Nov., 23:08, 100rk wrote: > https://github.com/CakeDC/utils/blob/2.0/Model/Behavior/CsvImport

Re: Class 'File' not Found / Class 'Folder' not found in Version 2.0 (worked OK in version 1.3)

2011-11-07 Thread 100rk
https://github.com/CakeDC/utils/blob/2.0/Model/Behavior/CsvImportBehavior.php or App::uses('File', 'Utility'); App::uses('Folder', 'Utility'); -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org an

Class 'File' not Found / Class 'Folder' not found in Version 2.0 (worked OK in version 1.3)

2011-11-07 Thread porangi.chris
I wrote an import routine for pulling stuff from a csv file in version 1.3 and it worked perfectly. I have since upgraded to version 2.0 and I cannot get the same code to work. I have tried adding File to the App:uses and App:imports but this doesn't change anything. Folder was a second test jus