Roland88! Posted March 19, 2015 Share Posted March 19, 2015 Have 1.6.013 and today when I went to go into the back office modules I get a white page with "is not a valid module name." Nothing has changed and I've checked the names of all the modules and the only strange one is: 308e5b5e6bd5cdecb31744f3e8299ec7 Now I did try and put an "_" in front to disable and even deleted it, so it doesn't seem like that is a problem. Cleared cache and rebuilt templates each time. The error does not identify the module that its suspects. Is there a way to turn off the module name checking? I can't see any problems with the front office. In file manager, everything has the same date/time so that's not helpful...... Some advice would be most appreciated Thanks Link to comment Share on other sites More sharing options...
JPresta.com Posted March 19, 2015 Share Posted March 19, 2015 you need to upgrade to 1.6.0.14 to fix this Link to comment Share on other sites More sharing options...
hife Posted March 19, 2015 Share Posted March 19, 2015 I'm would like to understand if all these bugs will continue in the future, I have similar bugs in new installations. but ...Prestashop is reliable? Link to comment Share on other sites More sharing options...
JPresta.com Posted March 19, 2015 Share Posted March 19, 2015 Read this post: 1.6.0.13 compatibility issue Modules developpers are complaining about these issues. I think they got the message so we will see if next releases are reliable Link to comment Share on other sites More sharing options...
Goyo Posted March 19, 2015 Share Posted March 19, 2015 Hi all, in the file defines.inc.php, change the value of PS_MODE_DEV to false. I hope to help. 1 Link to comment Share on other sites More sharing options...
hife Posted March 19, 2015 Share Posted March 19, 2015 Read this post: 1.6.0.13 compatibility issue Modules developpers are complaining about these issues. I think they got the message so we will see if next releases are reliable I upgraded to 1.6.0.14 but there some problems remains like top horizontal menù module, that not display CMS pages in selection box. (tried with 3 installations) nothing to do. PS: DEV mode is false Link to comment Share on other sites More sharing options...
esteruelas Posted March 19, 2015 Share Posted March 19, 2015 Hi, I try GOYO solution and now is working. Thaks Goyo. Why change _PS_MODE_DEV_ to false??????? I have 1.6.0.9 and this problem starts today. Link to comment Share on other sites More sharing options...
Goyo Posted March 19, 2015 Share Posted March 19, 2015 Hi, I try GOYO solution and now is working. Thaks Goyo. Why change _PS_MODE_DEV_ to false??????? I have 1.6.0.9 and this problem starts today. Hi esteruelas, about your question, really I don't know. The reason I can suppose is because the customers will have a bad experience with your shop if you forget to return this value to false. I can find other reason, I see you speak spanish: "ultimamente Prestashop está fallando más que una escopeta de feria!!!!" Saludos. 1 Link to comment Share on other sites More sharing options...
Roland88! Posted March 19, 2015 Author Share Posted March 19, 2015 you need to upgrade to 1.6.0.14 to fix this Hi all, in the file defines.inc.php, change the value of PS_MODE_DEV to false. I hope to help. Thanks Goyo, that helped - I can now access the Modules again. Link to comment Share on other sites More sharing options...
Goyo Posted March 19, 2015 Share Posted March 19, 2015 Thanks Goyo, that helped - I can now access the Modules again. You are welcome! Link to comment Share on other sites More sharing options...
franekdziupla Posted July 3, 2015 Share Posted July 3, 2015 By the way...Sometimes this errors shows up, when you have different folder name & module/class name set. Bless! Link to comment Share on other sites More sharing options...
SebastienSerre Posted October 12, 2015 Share Posted October 12, 2015 (edited) Hello, I'm meeting this same problem on a PS 1.6.1.1 today.... I haven't change anything during this week end....and it worked well last friday... any idea how to solve? Edited October 12, 2015 by SebastienSerre (see edit history) Link to comment Share on other sites More sharing options...
DD_DD2 Posted October 30, 2015 Share Posted October 30, 2015 Hello, Hope it will help some of you On 1.6.014 today when I went to the front office homepage I got a white page with "is not a valid module name." To know more about this, I added in Hook class file (classes/Hook.php), in function exec, this spy line : echo '<pre> hook';var_dump($hook_name);var_dump($array['module']);var_dump($array['id_module']);echo '</pre>'; just before the line : if (!($moduleInstance = Module::getInstanceByName($array['module']))) continue; And in the file defines.inc.php, change the value of PS_MODE_DEV to true. The last line after refreshing homepage was "blockcart". --> I emptied the cart ... and it works like a charm know. Denis Link to comment Share on other sites More sharing options...
MargowEY Posted December 16, 2016 Share Posted December 16, 2016 Hi all, in the file defines.inc.php, change the value of PS_MODE_DEV to false. I hope to help. Thanks a lot!!!!!!!! It works!!! Link to comment Share on other sites More sharing options...
Goyo Posted December 16, 2016 Share Posted December 16, 2016 Thanks a lot!!!!!!!! It works!!! Ok. Thanks!!! Link to comment Share on other sites More sharing options...
Premitium Posted December 23, 2016 Share Posted December 23, 2016 This is a terrible solution! This means you still have some errors in the system. Keep the developer_mode to true, then search in your project for the modules name from the exception. I am sure you will find it. Then look and deal with it, otherwise you won't see the exceptions afterwards and this can break your site without you noticing. Some forms might not work, some JS and so on. 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