Post by Rainforest » Wed Feb 10, 2016 9:14 pm

I noticed this morning on my test server that I couldn't edit settings of my store or user groups. I would recieve:

Warning: You do not have permission to modify user groups!

So, naturally I went to the user groups and made sure everything was checked off and it was.
After some searching around, I decided to just go to the datbase and go to permissions cell and reset my access that way.
It worked BUT after a few mins the permissions changed back to some odd permissions and the error came back.

Any idea what would cause this?

Self Taught Opencart User & Developer Since 2010.


User avatar
Active Member

Posts

Joined
Fri Jan 28, 2011 3:50 am

Post by pm-netti » Thu Feb 11, 2016 5:09 am

Rainforest wrote:I noticed this morning on my test server that I couldn't edit settings of my store or user groups. I would recieve:

Warning: You do not have permission to modify user groups!

So, naturally I went to the user groups and made sure everything was checked off and it was.
After some searching around, I decided to just go to the datbase and go to permissions cell and reset my access that way.
It worked BUT after a few mins the permissions changed back to some odd permissions and the error came back.

Any idea what would cause this?
Hi, Steve.
Is there something without json format?
You can do so:
http://forum.opencart.com/viewtopic.php ... 20#p585827

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by Rainforest » Sat Feb 13, 2016 5:17 am

No, that didn't work.
I installed SEO Pro Pack right before this issue. I have uninstalled it but am still getting the error

http://www.clipular.com/c/6642070391881 ... t1pao34PDg

Any ideas?

Can't even clear my error log

http://www.clipular.com/c/5451044687970 ... b7W1hVpw9g

Maybe the SEO Pro Pack did something to my database?

Self Taught Opencart User & Developer Since 2010.


User avatar
Active Member

Posts

Joined
Fri Jan 28, 2011 3:50 am

Post by pm-netti » Tue Feb 16, 2016 5:41 pm

Rainforest wrote:No, that didn't work.
I installed SEO Pro Pack right before this issue. I have uninstalled it but am still getting the error

http://www.clipular.com/c/6642070391881 ... t1pao34PDg

Any ideas?

Can't even clear my error log

http://www.clipular.com/c/5451044687970 ... b7W1hVpw9g

Maybe the SEO Pro Pack did something to my database?
How much your is folders and permission routes in admin/controller?
My upgradetool do from old folders "module-old", "payment-old" and "shipping-old". You remove these folders after,m when you is not need these files.

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by Rainforest » Tue Feb 16, 2016 6:09 pm

Hi,

I did remove those "old" folders.
So far my site is working fine. I did not re-install SEO pack. I am going to wait a week and then create my test site again and install it.

Thank you for your help

Self Taught Opencart User & Developer Since 2010.


User avatar
Active Member

Posts

Joined
Fri Jan 28, 2011 3:50 am

Post by pm-netti » Tue Feb 16, 2016 7:13 pm

Rainforest wrote:Hi,

I did remove those "old" folders.
So far my site is working fine. I did not re-install SEO pack. I am going to wait a week and then create my test site again and install it.

Thank you for your help
If user_permission is not yet access ( it is sorder order in bottom ), you can edit file controller/user/user_permission.php line 413:

Code: Select all

if (!$this->user->hasPermission('modify', 'user/user_permission')) {
to:

Code: Select all

if (!$this->user->hasPermission('modify', 'catalog/product')) {

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland
Who is online

Users browsing this forum: No registered users and 3 guests