ede32 Posted February 24, 2015 Share Posted February 24, 2015 Hi, I try enter back office modules and modules, see this message, please How solution this? Thanks! [PrestaShopException] Module pk_awShowcaseSlider 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; Link to comment Share on other sites More sharing options...
NemoPS Posted February 25, 2015 Share Posted February 25, 2015 Try writing it all lowercase Link to comment Share on other sites More sharing options...
Sashok Posted February 26, 2015 Share Posted February 26, 2015 module names must be in lowcase Link to comment Share on other sites More sharing options...
dominio Posted February 27, 2015 Share Posted February 27, 2015 Hi there, we also have this problem. it happened after we upgraded to 1.6.0.13 May it be related to unsupported modules in this version? So people who has them will encounter this problem and others not? Link to comment Share on other sites More sharing options...
ede32 Posted February 27, 2015 Author Share Posted February 27, 2015 Yes after upgrade to 1.6.0.13. in the version 1.0.6.11 no have any problem Link to comment Share on other sites More sharing options...
dominio Posted February 27, 2015 Share Posted February 27, 2015 [solved] it is related to modules from Promokit template http://promokit.eu/ We no longer use it but file remained in the modules directory, via ftp I deleted all pk_ folders and now it is working again. If you STILL use some Promokit template please update it from their website since it is a template issue. Best, Cristian Link to comment Share on other sites More sharing options...
ede32 Posted February 27, 2015 Author Share Posted February 27, 2015 I return to version 1.0.6.11 Link to comment Share on other sites More sharing options...
ede32 Posted February 27, 2015 Author Share Posted February 27, 2015 we use postthemes template, I try update template Link to comment Share on other sites More sharing options...
indus Posted March 6, 2015 Share Posted March 6, 2015 Hi I have the same problem with a few of my modules. Is there any fix for this ? Link to comment Share on other sites More sharing options...
indus Posted March 8, 2015 Share Posted March 8, 2015 Fixed with this : https://github.com/PrestaShop/PrestaShop/commit/e501e7fecb8d7f1fe621458665faf544d9fe9108 Or upgrade to the latest 1.6.0.14 . Link to comment Share on other sites More sharing options...
Recommended Posts