Export And Import

Hi everyone

I'm having a little problem, since I upgraded my store to the latest release i can no longer access admin.php?dispatch=exim.import or admin.php?dispatch=exim.export.

It gives me a page with a 403 error, please see screenshot.

Has any one have any idea?

Screen Shot 2016-03-16 at 14.15.08.png

I've done a little bit of investigating and worked it out that its something to do with the permission. My user ID is 1, so you can't add usergroups to it as it meant to have all the permission. I have another admin witch isn't one of the 1-3 user IDs, as i said before, you can't add uaergroups to. I then created a group with all the permission and activated it for that admin. The export and import now works for that admin!

So it must be something that the update messed up. Is there any way to restore all the permission for the main admins?

Please make sure that the is_root parameter is set to Y for your administrator account in the cscart_users table

Please make sure that the is_root parameter is set to Y for your administrator account in the cscart_users table

Hi

I've checked and it is. Is there anything else that i may be missing?

I have exactly the same problem after upgrade from 4.3.5 to 4.3.6

Try clearing cache.

I have exactly the same problem after upgrade from 4.3.5 to 4.3.6

If the previous advice did not help you, PM me temporary FTP access and we will check it

Yep, cache cleaning does not help. I found that if I change table:
`cscart_usergroup_links` SET `usergroup_id` = FROM '3' TO '4'
(there 3 group type C, and 4 group type A)
I can access Import and Export menus in admin, but I can not see other admin, i can see only myself.

But if I assign back '3', i Can see other administrator account, but can not acces Import and Export menu.
My account have root enabled - Y.