erro upload image April 27, 2023, 07:22:26 PM 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() Quote Selected
Re: erro upload image Reply #1 – May 02, 2023, 04:34:55 PM 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. Quote Selected