ms-operation Posted March 3, 2015 Share Posted March 3, 2015 Guten Tag Bitte um Hilfe. Wollte an meinen Modulen einige Änderungen machen aber beim Klicken auf Module kommt nur diese Fehlermeldung. Was ist das und wie kann ich das wieder beheben. Vielen Dank Michi [PrestaShopException]Module omicronCategories is not a valid module nameat line 1461 in file classes/module/Module.php 1456. if (is_file(_PS_MODULE_DIR_.$name))1457. continue;1458. elseif (is_dir(_PS_MODULE_DIR_.$name.DIRECTORY_SEPARATOR) && Tools::file_exists_cache(_PS_MODULE_DIR_.$name.'/'.$name.'.php'))1459. {1460. if (!Validate::isModuleName($name))1461. throw new PrestaShopException(sprintf('Module %s is not a valid module name', $name));1462. $module_list[] = $name;1463. }1464. }1465.1466. return $module_list; ModuleCore::getModulesDirOnDisk - [line 1149 - classes/module/Module.php] ModuleCore::getModulesOnDisk - [line 1394 - controllers/admin/AdminModulesController.php] - [3 Arguments] AdminModulesControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] 1 Link to comment Share on other sites More sharing options...
kulli Posted March 5, 2015 Share Posted March 5, 2015 (edited) Hallo, Wenn Du etwas an den Modulen änderst musst Du doch wissen was Du tust ? Dann schmeiss das Modul halt mal vom Server (omicronCategories?) Zum Testen würde ich eine lokale Installation unter Xammp empfehlen. gruß Edited March 5, 2015 by kulli (see edit history) Link to comment Share on other sites More sharing options...
henningsieh Posted March 5, 2015 Share Posted March 5, 2015 Guten Tag Bitte um Hilfe. Wollte an meinen Modulen einige Änderungen machen aber beim Klicken auf Module kommt nur diese Fehlermeldung. Was ist das und wie kann ich das wieder beheben. Vielen Dank Michi[PrestaShopException]Module omicronCategories is not a valid module name at line 1461 in file classes/module/Module.php 1456. if (is_file(_PS_MODULE_DIR_.$name))1457. continue; 1458. elseif (is_dir(_PS_MODULE_DIR_.$name.DIRECTORY_SEPARATOR) && Tools::file_exists_cache(_PS_MODULE_DIR_.$name.'/'.$name.'.php')) 1459. { 1460. if (!Validate::isModuleName($name)) 1461. throw new PrestaShopException(sprintf('Module %s is not a valid module name', $name)); 1462. $module_list[] = $name; 1463. } 1464. } 1465. 1466. return $module_list; ModuleCore::getModulesDirOnDisk - [line 1149 - classes/module/Module.php] ModuleCore::getModulesOnDisk - [line 1394 - controllers/admin/AdminModulesController.php] - [3 Arguments] AdminModulesControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Selbes Problem! Hast du auch das Gadget-Theme und eine Version 1.6.0.9 oder höher? Grüße 1 Link to comment Share on other sites More sharing options...
sharktemplate Posted March 6, 2015 Share Posted March 6, 2015 (edited) Hi, Sorry for the inconvenience, we have updated to new version prestashop and also added some of feature in ultra new! gadgets. you can check here our new featured gadgets www.youtube.com/watch?v=3KQ0Kc-N03A Thanks, Edited March 6, 2015 by sharktemplate (see edit history) Link to comment Share on other sites More sharing options...
ms-operation Posted March 8, 2015 Author Share Posted March 8, 2015 Ja ich habe die PrestaShop Version 1.6.0.14 Link to comment Share on other sites More sharing options...
ms-operation Posted March 8, 2015 Author Share Posted March 8, 2015 Also die Lösung ist das angegebene Modul von Server löschen dann ist der Einstieg in die Module wieder möglich. THX! Michi Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now