Jump to content

Only empployees tab visible


Recommended Posts

Hi,

I am totally new to Prestashop, but my developer is refusing to solve the client problem, so I am looking for other ways. I hope somebody from you had similar problem and solved it, so maybe you could advise what to do.

The problem is, that in the almost newly created e-shop, PrestaShop version 1.3.6 (probably), but once I log in with the admin user (the only one user in the database), I see only Employees tab. I tried the option of removing this user, inserting

INSERT INTO `ps_profile` (`id_profile`) VALUES (1);
INSERT INTO `ps_profile_lang` (`id_profile`, `id_lang`, `name`) VALUES (1, 1, 'Administrator'),(1, 2, 'Administrateur'),(1, 3, 'Administrador');
INSERT INTO `ps_access` (`id_profile`, `id_tab`, `view`, `add`, `edit`, `delete`) (SELECT 1, id_tab, 1, 1, 1, 1 FROM ps_tab);

as it was offered in one thread of this forum, but nothing helped. What else should I check or do, in order to restore more tabs? As client states, there should be at least 10 tabs (Catalog, customers, orders, payments etc. )

Thank you in advance.

Br,
Ieskauauto

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...