Have you tried going to system -> users -> user groups and checking the permissions?
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
Worst case, use phpMyAdmin and manually add the permissions (twice, once in the access part (if not already there) and once in the modify part) to the user_group table.
Code: Select all
"setting\/setting","user\/user","user\/user_permission",
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Open that file with a text editor such as notepad++ and find the user_group section - line starting with:
Code: Select all
INSERT INTO `[b]oc_[/b]user_group` (`user_group_id`, `name`, `permission`) VALUES
As above then copy and paste that section into the sql tab in phpMyAdmin. I'm not going to post the whole thing here as it is really long.
-
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS
The BB codes won't work with CODE but rather with QUOTE statements. However, the table prefix may need the change, indeed, if using different prefix name for your database tables.grgr wrote: ↑Thu May 30, 2019 11:12 amopencart download -> upload -> install -> opencart.sql.
Open that file with a text editor such as notepad++ and find the user_group section - line starting with:Be aware of the table prefix, in bold above, change as necessary.Code: Select all
INSERT INTO `[b]oc_[/b]user_group` (`user_group_id`, `name`, `permission`) VALUES
As above then copy and paste that section into the sql tab in phpMyAdmin. I'm not going to post the whole thing here as it is really long.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 34 guests