PDA

View Full Version : errors after upgrade from 1.4 to 2.0.


alex_kono
18th January 2006, 03:32 PM
History log:

SQL error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ' IN ' SQL:select userid, code, value from wd_g_settings where rtype='5' and accountid='default1' and rtype=5 and code in ('Aff_user_ip') order by userid


We get this error on pages:

SQL error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and
(utf8_general_ci,COERCIBLE) for operation ' IN '; SQL:select userid,
code, value from wd_g_settings where rtype='5' and
accountid='default1' and rtype=5 and code in ('Aff_user_ip') order by
userid; File: /affiliate2/include/Affiliate/Merchants/Views/AffiliateManager.class.php;
Line: 782


Fatal error: Call to a member function on a non-object in
/affiliate2/include/Affiliate/Merchants/Views/AffiliateManager.class.php
on line 791


How can we solve problem?