Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Upload Error #37

Open
suetti opened this issue Apr 22, 2013 · 1 comment
Open

File Upload Error #37

suetti opened this issue Apr 22, 2013 · 1 comment

Comments

@suetti
Copy link

suetti commented Apr 22, 2013

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'])

@argnist
Copy link

argnist commented May 27, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants