Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hello

No problem On localhost,but on server I get this message (File upload stopped by extension) when I try to upload file (any type of files), Can you please help me?

- using Couchcms 1.4
- using default file uploader

Thanks
Hi and welcome Danbawi :)

The error you mentioned is not thrown at Couch's level. Rather, it is thrown at PHP level. Quoting from PHP documentation (http://php.net/manual/en/features.file- ... errors.php) -
UPLOAD_ERR_EXTENSION
A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.

As suggested above, please try putting a <?php phpinfo(); ?> statement in any template and see if you can spot which PHP extension could have caused this.

You can also contact your host for help with this issue.

Thanks.
very helpful, Thanks
3 posts Page 1 of 1