Jump to content

No access reference in table module_access for id_module 84.


virus191

Recommended Posts

Witam, mam problem z zalogowaniem się na zaplecze gdy nadam użytkownikowi inne prawa niż SuperAdmin.

 

Leciałem po kolei usuwając moduły po ID. Usunąłem 5 (theme configurator, statystyki sprzedawcy, i inne) doszedłem tak do GAnalitics i dałem sobie spokój. Obecny błąd to:

 

 
[PrestaShopException]

No access reference in table module_access for id_module 84.
at line 2264 in file classes/module/Module.php

2259. 				self::$cache_permissions[$employee->id_profile][$row['id_module']]['uninstall'] = $row['uninstall'];2260. 			}2261. 		}2262. 2263. 		if (!isset(self::$cache_permissions[$employee->id_profile][$id_module]))2264. 			throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.');2265. 2266. 		return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable];2267. 	}2268. 2269. 	/**

 

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