CakePHP-FileUpload-Plugin icon indicating copy to clipboard operation
CakePHP-FileUpload-Plugin copied to clipboard

Problem for migrate to cakephp 2.0.3

Open cpfarher opened this issue 13 years ago • 0 comments

Hi, I try to migrate the plugin to cakephp 2.0.3 but I have a problem:

Fatal error: Class 'FileUploadSettings' not found in /home/christian/public_html/unlweb/svn/webunl/app/Plugin/FileUpload/Controller/Component/FileUploadComponent.php on line 154

In line 154 of FileUploadComponenet it is this line: $FileUploadSettings = new FileUploadSettings();

and I add in FindUploadComponent file App::import('FileUpload', 'FileUploadSettings'); in order the class was available.. what is the error?

cpfarher avatar Dec 28 '11 21:12 cpfarher