Hi andopes! Thanks!
And do you know if is a safe way do it by hand in this way?
- Copying the directory /modules/mymodule/ (from the old version) into /modules (new version)
- Copying the directory /custom/modules/mymodule/ (from the old version) into custom/modules (new version)
- Copying the file custom/Extension/application/Ext/Language/mymodule.php (from the old version) into custom/Extension/application/Ext/Language/ (new version)
- Modify include/modules.php in order to add my module:
- $moduleList[] = 'mymodule';
- $beanList['mymodule'] = 'mymodule';
- $beanFiles['mymodule'] = 'modules/mymodule/mymodule.php';
Making this, I find my module in administration > tabs manager, in order to add it.
Regards, Daniel
Bookmarks