Hi Expert,
Though User is not complaining about any error but when I log it shows errors in it!
I need your help to resolve the errors showing in log (attached herewith).
To avoid this error you must add this line in your parameters.php file
$paramDbCollation='latin1';
Hi Expert,
I have set parameter what you suggested, but still error shows in log file.Please guide me.
My fault.
'latin1' is the charset
the collation is 'latin1_general_ci'
So you should have in parameters.php
$paramDbCollation='latin1_general_ci';
or any other collation corresponding to latin1 charset