Hi,
I have Helix 2.0.6 (and the template of 'estate'). When I try to log in as a superuser, or create an account I have the following error:
Call to undefined method Joomla\CMS\Helper\MediaHelper::getCleanMediaFieldValue()
I have opened the debug console, and it comes from a file of
JROOT/plugins/system/helixultimate/html/layouts/form/field/media.php, line 79 which is:
if ($showPreview)
{
$cleanValue = MediaHelper::getCleanMediaFieldValue($value);
if ($cleanValue && file_exists(JPATH_ROOT . '/' . $cleanValue))
{
$src = Uri::root() . $value;
}
else
{
$src = '';
}
It is werid behaviour, because 2 days ago I was able to log in, and I did not update the framework. I will be more than happy if someone can help me.
Best regards,DT