<![CDATA[ Cliche Gallery Upload Stopped - My Forums]]> https://forums.modx.com/thread/?thread=78133 <![CDATA[Re: Cliche Gallery Upload Stopped]]> https://forums.modx.com/thread/78133/cliche-gallery-upload-stopped#dis-post-545157 So I comment all the "if" block, and it's working well now smiley]]> Spheerys Sep 20, 2016, 10:36 PM https://forums.modx.com/thread/78133/cliche-gallery-upload-stopped#dis-post-545157 <![CDATA[Re: Cliche Gallery Upload Stopped]]> https://forums.modx.com/thread/78133/cliche-gallery-upload-stopped#dis-post-431899

  • cliche.upload_max_filesize

The error is caused by simple mistake in the class which is handling file upload.

Find the file core/components/cliche/model/cliche/helpers/fileuploader.class.php and change the line number 59 from this:

  • if ($postSize < $this->config['sizeLimit']){

to this:

  • if ($postSize > $this->config['sizeLimit']){
]]>
ellipsis_89 Jul 31, 2012, 02:07 PM https://forums.modx.com/thread/78133/cliche-gallery-upload-stopped#dis-post-431899
<![CDATA[Cliche Gallery Upload Stopped]]> https://forums.modx.com/thread/78133/cliche-gallery-upload-stopped#dis-post-430845
Error: cliche.upload_max_filesize

Revo 2.2.2 trad
Cliche 1.0.1
]]>
chrisandy Jul 21, 2012, 05:12 AM https://forums.modx.com/thread/78133/cliche-gallery-upload-stopped#dis-post-430845