Beneath Image Browse/Upload box, it says:

Maximum Filesize: 2 MB
Allowed Extensions: jpg jpeg png gif
Images larger than 640x400 pixels will be scaled

But in /admin/settings/uploads, it says:
Your PHP settings limit the maximum file size per upload to 10 MB.
as it is set in my php.ini.

Is the Image Browse/Upload filesize incorrect (ie, did it not get re-set after I changed php.ini)? Or maybe I did not correctly change things in the php.ini? Or is View Galleries getting it's max filesize from somewhere else?

I ask because I am getting an HTTP error 0 (http://drupal.org/node/297035) and it seems to only happen when I get close to 2MB. But I am not sure whether this is a Drupal issue or something I need to talk to my webhost about.

Comments

k_and_j’s picture

Category: support » bug

Alright... confirmed with phpinfo and my webhost that my max file size is 10 MB, not 2 MB. I am changing this to a bug report.

k_and_j’s picture

I made the file size changes to settings.php:

ini_set('memory_limit', '96M');
ini_set('post_max_size', '10M');
ini_set('upload_max_filesize', '20M');

Still says 2MB and won't let me upload anything larger.

k_and_j’s picture

Status: Active » Fixed

Found the problem. Go to admin/content/node-type/gallery-image/fields/field_gallery_image and increase the file size.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.