Benygh Posted March 5, 2010 Share Posted March 5, 2010 hi ...im the only customer in my web site and i edited my own permissions and now i cant change anything ...how can i reset it to normal ?!? Link to comment Share on other sites More sharing options...
Benygh Posted March 5, 2010 Author Share Posted March 5, 2010 dont u really know how to do it ?! Link to comment Share on other sites More sharing options...
Ciscowrig Posted March 5, 2010 Share Posted March 5, 2010 Unless those permissions include a high enough level to switch you back to admin you may be SOL. That's done under the employee tab. The permissions selection will allow you to add and remove tabs and options, clicking on your name will allow you to change your permissions level. But unless you have rights to those pages you won't be able to change anything.As far as I know, for security reasons the only way to "reset" is to reinstall using a new database prefix. Link to comment Share on other sites More sharing options...
Benygh Posted March 5, 2010 Author Share Posted March 5, 2010 i didnt under stand any of your words !!! reinstalling PRESTA ?! oh no its impossible for me ... i cant do it because i made a lot of changes in it ....would u explain it more better ? Link to comment Share on other sites More sharing options...
Benygh Posted March 6, 2010 Author Share Posted March 6, 2010 is this possible to copy the defalut ACCESS table on edited one ? Link to comment Share on other sites More sharing options...
rocky Posted March 6, 2010 Share Posted March 6, 2010 You'll need to execute the following SQL query on your database using phpMyAdmin to restore access on the Employee tab and Permissions subtab: UPDATE `ps_access` SET `view` = 1, `add` = 1, `edit` = 1, `delete` = 1 WHERE `id_profile` = 1 AND (`id_tab` = 29 OR `id_tab` = 31) This code assumes you are using ps_ as your database prefix and that that it is employee profile 1 that you want to restore employee tab access to. This is probably right for you, but change them if necessary. Link to comment Share on other sites More sharing options...
Benygh Posted March 6, 2010 Author Share Posted March 6, 2010 thanks for the assist ...i copied my old data base table on this edited one and the permissions get back .. Link to comment Share on other sites More sharing options...
Recommended Posts