• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

No image has been uploaded

Status
Not open for further replies.

imagesaur

Chevereto Member
Hi, trying to upload images and get the message : "No image has been uploaded"

ImageHost URL : http://bit.ly/YCqAwR
Image name and size, trying to upload : 063.JPG 1.8MB
My data:
config.php:
$config['max_filesize'] = "5 MB"; // Allowed maximum image size to be uploaded - default: 2 MB

php settings:
max_execution_time 180 180
max_input_time 360 360
upload_max_filesize 32M 32M
memory_limit 256m 256m
upload_max_filesize 32M 32M
post_max_size 32M
32M
 
Hi, I need to debug it. Can you send me FTP details?
 
I just tried to upload a 1.2MB image, and got this error... HTTP Error 413
Sounds like the file is to big?
Although you have changed your config.php to reflect a 5MB max size, you still might be limited by your actual hosting.

What type of hosting do you have? Shared / VPS / Dedicated ??
They might have the apache settings to only allow files that are under 1MB to be uploaded. This would override your 5MB limit.

Just a thought.
 
I just tried to upload a 1.2MB image, and got this error... HTTP Error 413
Sounds like the file is to big?
Although you have changed your config.php to reflect a 5MB max size, you still might be limited by your actual hosting.

What type of hosting do you have? Shared / VPS / Dedicated ??
They might have the apache settings to only allow files that are under 1MB to be uploaded. This would override your 5MB limit.

Just a thought.
I have dedicated server, still looking for the problem solvation :(

just checked, I have everywhere client_max_body_size 32m
 
Hmmm is hard to tell but this things are most likely server limitations. You should check the server logs.
 
Rodolfo have you changed something? we tried now 5 differt size files, each file 2+ Mb and it works
also tested in different browsers.
 
Nope, I havent change anything. Told you that it was some server thing.
 
Status
Not open for further replies.
Back
Top