[TYPO3-commerce] commerce conflicts with mc_autokeywords

Ingo Schmitt mailinglisten at i-schmitt.de
Mon Feb 18 12:39:36 CET 2008


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
-- 
Ingo Schmitt                        mailto:is at marketing-factory.de
Marketing Factory Consulting GmbH   http://typo3.marketing-factory.de/
Content Management mit Typo3: Beratung - Schulung - Realisierung


More information about the TYPO3-project-commerce mailing list