[TYPO3-commerce] commerce conflicts with mc_autokeywords

hartmut achtmalvier at googlemail.com
Thu Feb 28 18:29:47 CET 2008


thanks ingo,

and a hint for the copy&pasters:
the closing parenthesis is missing in ingos code.

greets
hartmut


Ingo Schmitt schrieb:
> Hi,
> 
> TYPO3 Commerce conflicts with the extension mc_autokeywords. I've added 
> this to the commerce extension configuration in SVN.
> 
> A possible fix would be, to change mc_autokeywords to:
> 
> $fieldArray = array( 'keywords' => $keywords );
> 
> to
> 
> if (!is_array(  $fieldArray)) {
>      $fieldArray = array( 'keywords' => $keywords );
> }else{
>     $fieldArray ['keywords'] = $keywords;
> 
> The author of the extension is informed and has a patch in his mailbox.
> 
> ingo
> 
> 
> Mit freundlichen Gruessen


More information about the TYPO3-project-commerce mailing list