Jump to content

Recommended Posts

Ho fatto un casino e non so come uscirne. Avevo sbagliato delle cose, così ho pensato di tornare ad una versione vecchia di Prestashop, ma ora quando voglio accedere mi compare tutto questo. Sono ignorantissima in materia e non capisco perchè ho messo le mani dove non dovevo, il capo mi licenzierà. Qualcuno può aiutarmi? Però pensate che è come se stesse aiutando un bambino ad imparare a scrivere per la prima volta

[PrestaShopException]

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

2461. self::$cache_permissions[$employee->id_profile][$row['id_module']]['uninstall'] = $row['uninstall']; 2462. } 2463. } 2464. 2465. if (!isset(self::$cache_permissions[$employee->id_profile][$id_module])) 2466. throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.'); 2467. 2468. return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable]; 2469. } 2470. 2471. /**

ModuleCore::getPermissionStatic - [line 3236 - classes/controller/AdminController.php] - [2 Arguments]

3231. $this->modules_list = array(); 3232. foreach ($all_modules as $module) 3233. { 3234. $perm = true; 3235. if ($module->id) 3236. $perm &= Module::getPermissionStatic($module->id, 'configure'); 3237. else 3238. { 3239. $id_admin_module = Tab::getIdFromClassName('AdminModules'); 3240. $access = Profile::getProfileAccess($this->context->employee->id_profile, $id_admin_module); 3241. if (!$access['edit'])

AdminControllerCore->getModulesList - [line 2253 - classes/controller/AdminController.php] - [1 Arguments]

2248. $this->list_partners_modules[] = (string)$value; 2249. } 2250. } 2251. } 2252. 2253. if ($this->getModulesList($this->filter_modules_list)) 2254. { 2255. $tmp = array(); 2256. foreach ($this->modules_list as $key => $module) 2257. if ($module->active) 2258. {

Link to comment
Share on other sites

Grazie ziobudda, sono andata sul link e mi si apre questa schermata

Describe the bug
Hi dears, I'm a new one in Prestashop and yesterday evening I tried to upgrade my prestashop 1.6.1.20 to 1.7.4.3 after upgrade my prestashop wasn't visible and I tried to Rollback 1.6.1.20 but I recived these error and I haven't access to BO!

To Reproduce
Steps to reproduce the behavior:

Go to 'http://printpress.be/1/admin674w9kicy'

Quando vado su questo link mi dice che non esiste errore 404.

Cosa faccio?

 

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