Jump to content

Access denied after upgrading to 1.4.6.2


Recommended Posts

After upgrading PS to 1.4.6.2 I have no access to Tools / Generator and receive "Access denied" whilst trying to access it. I desperately want to make my URLs SEO friendly asap. Can anyone help me getting access to Tools / Generator again? A second solution would be to change the standard for the URLs to be shown as Product title / Product Category / Homepage without accessing the Generator. I have understood that this might be possible using .htaccess?

 

I would really appreciate all the feedback I can get!

 

Thanks!

 

// Cristoffer

Link to comment
Share on other sites

  • 1 month later...

After upgrading PS to 1.4.6.2 I have no access to Tools / Generator and receive "Access denied" whilst trying to access it. I desperately want to make my URLs SEO friendly asap. Can anyone help me getting access to Tools / Generator again? A second solution would be to change the standard for the URLs to be shown as Product title / Product Category / Homepage without accessing the Generator. I have understood that this might be possible using .htaccess?

 

I would really appreciate all the feedback I can get!

 

Thanks!

 

// Cristoffer

 

Doesn't anyone have any ideas? I'm desperately trying to find a solution to this and all the help would be really appreciated!

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Hi, guys, try this:

1. Confirm the Tab-id and the Profile-id

Find viewAccess() in class AdminTabCore (path: classes\AdminTab.php), print variables $cookie->profile and $this->id.

 

2. Execute SQL in database:

INSERT INTO ps_access(id_profile,id_tab,view,`add`,edit,`delete`) VALUES(replace_your_profile_id, replace_your_tab_id, 1,1,1,1);

 

Good luck!!

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...