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

ufku’s picture

cant reproduce this.
dou you see the "unlimited" text in quota indicator? (under upload button)

cbovard’s picture

I 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?

redndahead’s picture

Version: 5.x-1.0 » 6.x-1.0

Just 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.

bassplaya’s picture

actually, 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..

bassplaya’s picture

or try to deselect the role that was set, save that page, refresh and select a role.. maybe that helps

ufku’s picture

Status: Active » Closed (fixed)

Closing 6.x-1.x issues as this branch is no more supported.