Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Can't upload image to user/themes folder

Started by Muut Archive 10 years ago · 5 replies · 780 views
10 years ago

I'm trying to upload an image through the Admin to a folder inside my theme folder but it's coming up with this error:

TXT
You have insufficient permissions for task save.

I made the perms 777 just to check and see but still not working even with that...

10 years ago

That's a Grav ACL issue, not a filesystem permission problem. Is the user granted admin.super?

10 years ago

No and I don't want them to be... is there a way to do it with a non super user? Thanks

10 years ago

Hi Flaviocopes, I just ran into exactly the same error trying to change my password in the admin profile with this non super user - they have access to admin, but not super, but they don't seem to be able to change their own password...

10 years ago

Yes, currently this is a problem. Already tracked in https://github.com/getgrav/grav-plugin-admin/issues/713. Basically any user with admin.login should be able to edit his (and only his) profile. Make your +1 on that issue to raise it, I need to take a look at fixing this problem.

About that other issue, is that in a page? or in a Configuration panel? Which permissions does the user have?

10 years ago

In config panel.

YAML
access:
  admin:
    login: 'true'
    super: 'false'
    statistics: 'true'
    pages: 'true'
    configuration: 'true'
    configuration_site: 'true'
  site:
    login: 'false'

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1354 9 years ago
Archive · by Muut Archive, 9 years ago
2 935 9 years ago
Archive · by Muut Archive, 9 years ago
2 4065 9 years ago
Archive · by Muut Archive, 9 years ago
1 2953 9 years ago
Archive · by Muut Archive, 9 years ago
3 1119 9 years ago