Getting an error on frontend article editing/creation
Using Manufacturer - Default Template
Using Helix Ultimate 2.0.7
Error on page
Call to undefined method Joomla\CMS\Helper\MediaHelper::getCleanMediaFieldValue()
Debug information:
KExceptionError | Fatal Error [500]
Call to undefined method Joomla\CMS\Helper\MediaHelper::getCleanMediaFieldValue()
.../plugins/system/helixultimate/html/layouts/form/field/media.php:79
74 }
75
76 // Pre fill the contents of the popover
77 if ($showPreview)
78 {
79 $cleanValue = MediaHelper::getCleanMediaFieldValue($value);
80
81 if ($cleanValue && file_exists(JPATH_ROOT . '/' . $cleanValue))
82 {
83 $src = Uri::root() . $value;
84 }