Closed (fixed)
Project:
IMCE
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2007 at 15:13 UTC
Updated:
19 May 2011 at 21:27 UTC
I initially used the default settings for quota of 500kb per role, but when I changed it to unlimited upload for a role, a user in this role still sees the quota as being 500kb and when they try to upload over the limit it is not allowed. I've cleared the cache, but this did not work. I did a print_r of the imce variables, and it seems that it is set in the variable table for that role (5), nolimit = 1:
[5] => Array
(
[delete] => 1
[upload] => 1
[nolimit] => 1
[width] => 500
[height] => 500
[scale] => 1
[twidth] => 120
[theight] => 120
[resize] => 1
[filesize] => 100
[quota] =>
[prefix] => u
[shared] => images
[subnav] => 1
[subdirs] =>
[extensions] =>
[extras] => 0
)
Could this be some kind of cache issue? Can you point me in the right direction to sort this out :)
Thanks,
Charles.
Comments
Comment #1
ufku commentedcant reproduce this.
dou you see the "unlimited" text in quota indicator? (under upload button)
Comment #2
cbovard commentedI am encountering this issue too. I do not see "limitless download".
I have deleted all caches and still see the quota. Where is it pulling this number from? The Database? Which Table??
Thanks..
Added to this..
I have my root_admin role. This role has permission for everything including 'Unlimited Quota" after I set it.
But other Roles do not seem to take the setting and default to the 3000 kb setting.
I think this is a major bug.
Any ideas?
Comment #3
redndahead commentedJust ran into this today with on Drupal 6. Once the role is assigned an IMCE profile and the user is created any updates to the IMCE profile do not take effect. The trick is you need to create a new IMCE profile and assign it to the role you wanted to update.
Comment #4
bassplaya commentedactually, I guess your settings at user/2/edit?destination=admin%2Fuser%2Fuser (for D5 at least) weren't set properly. I have been able to change at least 20 times and working.. so probably by editing your user in the page admin/user/user you probably didn't select a role to it..
Comment #5
bassplaya commentedor try to deselect the role that was set, save that page, refresh and select a role.. maybe that helps
Comment #6
ufku commentedClosing 6.x-1.x issues as this branch is no more supported.