Stanciu Valentin Posted May 16, 2013 Share Posted May 16, 2013 Hello guys I just submited a new module to the addons section just that everything was ok except this problem: The field "module name" is not set very well in the submission form of zip file. It must the value of "Module::$name" I have search everywhere and i did not find any solutions, anyone of you guys had this problem until now? Thank you. Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 module::$name is a name of your module $this->name Link to comment Share on other sites More sharing options...
Stanciu Valentin Posted May 16, 2013 Author Share Posted May 16, 2013 I'm sorry but i already have this in my constructor: $this->name = 'mytestmodulename'; I'm more likely to think they are referring to something else. The only thing that i could find with the label "module name" it's on the form where you are uploading your file for submission. Any ideas? Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 they are reffering to those fields: Do you have filled it in accordance with what you have in your module? Link to comment Share on other sites More sharing options...
Recommended Posts