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 ?!?
|