A voir également:
- Impossible de se connecter au backoffice prestashop !!!
- Se connecter à ma boite hotmail - Guide
- Gmail se connecter - Guide
- Comment se connecter à chromecast - Guide
- Yahoo mail se connecter - Guide
- Se connecter à un autre compte facebook - Guide
1 réponse
En cherchant un peu voila ce que j'ai trouvé dans le repertoire www/log/ :
En me rendant dans ce fichier là voilà ce qui est écrit :
$echo = '';
if ($key != 'update' && $key != 'updateAll' && $key != 'checkAndUpdate') {
// We check if method of module exists
if (!method_exists($module, $method)) {
throw new PrestaShopException('Method of module cannot be found');
}
if ($key == 'uninstall' && !Module::getPermissionStatic($module->id, 'uninstall')) {
$this->errors[] = Tools::displayError('You do not have permission to uninstall this module.');
}
Après je suis vraiment une bille en code alors pour moi c'est du chinois tout ça... HELP
- ERROR* 2016/12/12 - 14:50:13: Method of module cannot be found at line 856 in file controllers/admin/AdminModulesController.php
En me rendant dans ce fichier là voilà ce qui est écrit :
$echo = '';
if ($key != 'update' && $key != 'updateAll' && $key != 'checkAndUpdate') {
// We check if method of module exists
if (!method_exists($module, $method)) {
throw new PrestaShopException('Method of module cannot be found');
}
if ($key == 'uninstall' && !Module::getPermissionStatic($module->id, 'uninstall')) {
$this->errors[] = Tools::displayError('You do not have permission to uninstall this module.');
}
Après je suis vraiment une bille en code alors pour moi c'est du chinois tout ça... HELP