Forums / Developer / I think this BUG in extension settings !

I think this BUG in extension settings !

Author Message

Selmah Maxim

Wednesday 23 July 2003 4:17:34 am

Now I know why i get always module not found for extensions !
its ignor the /extension/myextension/mymodule/settings/module.ini.append

But when I had added to /settings/override/module.ini this :
ExtensionRepositories[]=myextension

the module works fine !

but there is comment :
# A list of extensions which have modules
# It's common to create a settings/module.ini.append file
# in your extension and add the extension name to automatically
# get modules from the extension when it's turned on.

and also in the tutorial :

The minimum content of module.ini.append is:
extension/myextension/settings/module.ini.append
[ModuleSettings]
ExtensionRepositories[]=myextension

then this bug .. or ?!?

Jan Borsodi

Wednesday 23 July 2003 4:26:08 am

The correct place for the module.ini.append file is /extension/myextension/settings not /extension/myextension/mymodule/settings/ (ie. not in the module but in the extension root).

Try that and you'll see that it works.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Selmah Maxim

Wednesday 23 July 2003 4:30:19 am

sorry jan .. I miss typed above, the module.ini.append is in the right place and the result module not found !

Selmah Maxim

Wednesday 23 July 2003 4:35:35 am

I found another thing .. strange !

I have to extension, mymodule, and categories ..

the mymodule work fine with need to change settings/override/module.ini, just the ext./myextension/settings/module.ini ...

BUT ..
the categories doesn`t work until I modify the settings/override/module.ini !

why ?

Selmah Maxim

Wednesday 23 July 2003 4:39:44 am

LOL ..
was -->
[ModuleSettings]
ExtensionRepositories[]=categoreis

NOT categoreis ,, categories

sorry for bothering you with this silly mistake, and thx :)