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 <http://www.marmalade.de/>
[email protected] <mailto:[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