Hi There,
I upgraded to J3.7.2 and ES 2.0.19, everything went well, no errors! I have this component I am working on and I would need to call a login module. I am using mod_easysocial_login and render it inside a component layout using:
$loginModules = JModuleHelper::getModules('logins');
foreach ($loginModules as $loginModule)
{
echo JModuleHelper::renderModule($loginModule);
}
I am getting this error:
1267 - Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='
I checked the DB collation for Joomla tables it was changed to utf8mb4_general_ci and ES tables are utf8_general_ci.
Thanks,
Jackson
I upgraded to J3.7.2 and ES 2.0.19, everything went well, no errors! I have this component I am working on and I would need to call a login module. I am using mod_easysocial_login and render it inside a component layout using:
$loginModules = JModuleHelper::getModules('logins');
foreach ($loginModules as $loginModule)
{
echo JModuleHelper::renderModule($loginModule);
}
I am getting this error:
1267 - Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='
I checked the DB collation for Joomla tables it was changed to utf8mb4_general_ci and ES tables are utf8_general_ci.
Thanks,
Jackson