Jump to content

No access reference in table module_access for id_module xxx


Recommended Posts

The problem:

I created new employee account but the new account cannot login.
 
Displays the error as described on title "No access reference in table module_access for id_module xxx".
See the attached file.
 
In my case, the xxx is 239.
 
The id module 239 point to "Layered navigation block"
 
Checking on database:
select * from ps_module_access where id_module = 239;

Returns empty.

 
By logic, i just added new entry for the 239 id, directly from SQL command:
insert into ps_module_access values ( 2, 239, 0, 0 , 0 );

The first value is 2 because the new user is under the profile id 2.
Now, is working fine!.

 

I noticed that this bug is old.

I found this topic without solutions: https://www.prestashop.com/forums/topic/333664-no-access-reference-in-table-module-access-for-id-module-74/

 

My PrestaShop version is 1.6.0.11



Hope my provisory solution may help others.

 

 

post-511789-0-32188200-1423072653_thumb.png

Link to comment
Share on other sites

  • 2 weeks later...

Same problem when try to create new product.

 

"No access reference in table module_access for id_module 490"..

 

I think have some major bug on permissions scripts..

 

I solved using same method, by inserting the reference directly on SQL command line.

 

 

[off]

And another problem is, from Internet Explorer (win8.1), not able to create new products due to some bug when click on side menu "SEO, Associations, Shipping, etc".. the page reload completely and back to tab "Information" with empty fields.
Firefox and Chrome working fine.

Link to comment
Share on other sites

×
×
  • Create New...