UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

EB/ES DB Collation on Joomla 3.7.2

LAC Webadmin · ·
8:49 AM Wednesday, 14 June 2017
Normal
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
The replies under this section are restricted to logged in users or users with an active subscription with us