Hi,
When French is installed, multiple syntax errors in file components\com_comprofiler\plugin\language \french\cbteamplugins_language.php cause CB profile modification to fail with parsing error messages.
Here's the list of errors in cbteamplugins_language.php:
Line¦¦Error¦¦Correction
22¦¦CBTxt : :addStrings( array(¦¦CBTxt ::addStrings( array(
221¦¦/ **¦¦/**
238¦¦'Un nouvel élément¦¦"Un nouvel élément
279¦¦/ **¦¦/**
245, 373 et 374, add a comma at the end of each line
WRONG
."Prière de ne pas répondre à ce message généré automatiquement uniquement à titre d\'information\n"
'Thank you for rating!' => 'Merci de votre évaluation ! '
'Click on a star to rate!' => 'Cliquez sur une étoile pour noter ! '
RIGHT
."Prière de ne pas répondre à ce message généré automatiquement uniquement à titre d\'information\n",
'Thank you for rating!' => 'Merci de votre évaluation ! ',
'Click on a star to rate!' => 'Cliquez sur une étoile pour noter ! ',
I attach the corrected file to this message.
The topic has been locked.