Jump to content

Non riesco più a entrare nel Back Office


Kira Barts

Recommended Posts

Salve!

Stavo modificando i profili e i permessi per i dipendenti, ho fatto poi qualche prova di accesso con un account inventato e poco dopo è comparso questo messaggio di errore:

 

[PrestaShopException]

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

1808.                 self::$cache_permissions[$employee->id_profile][$row['id_module']]['configure'] = $row['configure'];
1809.             }
1810.         }
1811.
1812.         if (!isset(self::$cache_permissions[$employee->id_profile][$id_module]))
1813.             throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.');
1814.
1815.         return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable];
1816.     }
1817.
1818.     /**

 

Ora non mi fa più vedere la pagina di Login In al Back Office.

Sembra grave, qualcuno sa di che si tratta?

Grazie in anticipo.

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