Hi,

i had the same Problem. Dont know why this happend. Deleting aModules,
aModuleFiles, aModuleTemplates in tbl:oxconfig is the solution in my case.
Maybe this Thread helps:
http://forum.oxid-esales.com/showthread.php?t=14511&highlight=aModuleTemplates&page=2
(its
german)

I think the new Module handler doesnt "like" when you portable modules from
an older Version to 4.6 and then make an new meta.php file for this without
deleten the old one befor.
Just my idea....


2012/6/18 Joscha Krug | marmalade.de <[email protected]>

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



-- 
mir freundlichen Grüßen

Bernd Hasis
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to