Hey Joscha, when you are deactivating an modul, this information will be stored in oxconfigparam "aDisabledModules".
It would be nice to have the new module debugging module from the oxid core-team ;-) Kindest Regards Tobias Merkl Software-Entwicklung ************************************* shoptimax GmbH Guntherstraße 45a 90461 Nürnberg Tel (09 11) 2 55 66 - 25 Fax (09 11) 2 55 66 - 29 eMail [email protected] Web www.shoptimax.de ************************************* Geschäftsführung: Friedrich Schreieck Ust.-IdNr.: DE 814340642 Amtsgericht Nürnberg HRB 21703 ************************************* Von: [email protected] [mailto:[email protected]] Im Auftrag von Joscha Krug | marmalade.de Gesendet: Montag, 18. Juni 2012 16:36 An: [email protected] Betreff: [oxid-dev-general] Modulehandling with Version 4.6 Dear OXID Developer, first let's say: It feals absolutely right to enable / disable modules with a single click. Great. Anyway, with have with all our modules massive problems with the new handling. Let's have a look on our mobile Template-Module: marm/mobiletemplate/metadata.php <?php /** * Metadata version */ $sMetadataVersion = '1.0'; /** * Module information */ $aModule = array( 'id' => 'oxmob', 'title' => 'OXMOB :: mobile Template', 'description' => 'mobile Template for OXID eShopbased on jQuery Mobile', 'version' => '1.3.0', 'author' => 'marmalade.de :: Joscha Krug', 'url' => 'http://www.marmalade.de', 'email' => '[email protected]', 'extend' => array( 'payment' => 'marm/mobiletemplate/marm_mobiletemplate_payment', 'start' => 'marm/mobiletemplate/marm_mobiletemplate_start', 'marm_themeswitcher' => 'marm/mobiletemplate/marm_themeswitcher_mobile', 'oxlang' => 'marm/mobiletemplate/marm_themeswitcher_oxlang', 'oxshopcontrol' => 'marm/mobiletemplate/marm_themeswitcher_oxshopcontrol', ), 'files' => array( ), 'blocks' => array( ), 'settings' => array( ) ); Problem: If you install the module, everything is fine. If you then deaktivate it and want to activate it again, it fails. The only solution: Copy all module-files into another directory, andjust the module paths and activate the module. Strange behaviour! Could you explain, where the settings are cached? Could you see, what we're doing wrong? Best Joscha -- //--------- marmalade.de Joscha Krug www.marmalade.de [email protected] Leibnizstr.25 39104 Magdeburg GERMANY phone: +49 (0) 391 / 559 22 104 fax: +49 (0) 391 / 559 22 106 _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
