My Account Error Message
4 posts by 3 authors in: Forums > CMS Builder
Last Post: December 21, 2011 (RSS)
By 4cdg - December 21, 2011
I have added several fields to the user accounts section of my cms. This feature is used to populate a members section on the website. One is a multiple image upload field. I have made this available in the my account section so users can edit their profile but not see the user account menu on the left. Users can upload images to this area fine but if they try to drag the uploads up or down in the upload list they get this error
Error: You don't have permission to access this menu.
I thought giving them account access may fix this and it does, but it lets them see all the user accounts and that will not work as we don't want people to be able to edit/erase/delete users or have the ability to change their section access levels.
Any suggestions
Error: You don't have permission to access this menu.
I thought giving them account access may fix this and it does, but it lets them see all the user accounts and that will not work as we don't want people to be able to edit/erase/delete users or have the ability to change their section access levels.
Any suggestions
Re: [4cdg] My Account Error Message
By Jason - December 21, 2011
Hi,
I took a look into this and it is a bug. The error occurs because it is looking at permissions in the accounts section. We will be looking into a fix for this and will let you know what we find.
Thanks,
I took a look into this and it is a bug. The error occurs because it is looking at permissions in the accounts section. We will be looking into a fix for this and will let you know what we find.
Thanks,
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [4cdg] My Account Error Message
By Dave - December 21, 2011
Hi 4cdg,
Good find! We've fixed that for the next release.
If you are comfortable modifying PHP and you'd like to apply the fix yourself here are the instructions:
- Edit /cmsAdmin/lib/menus/default/uploadList_functions.js
- Search for #tableName
- Replace this line:
- With this line:
Then refresh your browser (and clear your cache if needed).
Let me know if that works for you. Thanks!
Good find! We've fixed that for the next release.
If you are comfortable modifying PHP and you'd like to apply the fix yourself here are the instructions:
- Edit /cmsAdmin/lib/menus/default/uploadList_functions.js
- Search for #tableName
- Replace this line:
menu: $('#tableName').val(),
- With this line:
menu: $('#menu').val(),
Then refresh your browser (and clear your cache if needed).
Let me know if that works for you. Thanks!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com