Closed (fixed)
Project:
Views Gallery
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2010 at 03:16 UTC
Updated:
8 Aug 2010 at 18:10 UTC
Beneath Image Browse/Upload box, it says:
Maximum Filesize: 2 MB
Allowed Extensions: jpg jpeg png gif
Images larger than 640x400 pixels will be scaledBut 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
Comment #1
k_and_j commentedAlright... 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.
Comment #2
k_and_j commentedI made the file size changes to settings.php:
Still says 2MB and won't let me upload anything larger.
Comment #3
k_and_j commentedFound the problem. Go to admin/content/node-type/gallery-image/fields/field_gallery_image and increase the file size.