Skip to main content
Topic: erro upload image (Read 419 times) previous topic - next topic

erro upload image

After uploading a 'system' to a cloud server I get this error when uploading. (localhost works)

         Error 500       Server Error                                 
         Exception Traces               
         This will only be displayed in DEVELOPMENT_MODE.                                             
         Error Message               
         Class 'Uploader' not found                                       
         File               /app/controllers/FilehelperController.php On Line 21                                       
         Stack Trace            1 /system/Router.php(196): FilehelperController->uploadfile(Array)2 /system/Router.php(109): Router->run('filehelper/uploadfile/')3 /index.php(106): Router->init()

Re: erro upload image

Reply #1
Make sure Max upload size and max post size is set on your servers php.ini file and is set to a higher number greater than the size of the file you are uploading.