You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a bug. $postSize is your server's PHP post_max_size option. So it checks if Cliche image size limit is larger than server's POST limit. You should decrease cliche.upload_size_limit
modx 2.2.7-pl
cliche 1.0.1-RC5
cant't upload any Files
fileuploader.class.php line 59
I think it should be if ($postSize > $this->config['sizeLimit']) instead of
if ($postSize < $this->config['sizeLimit'])
The text was updated successfully, but these errors were encountered: