This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
alexandre25338
after update my october it dimsplay a error Class 'System\Twig\MediaLibrary' not found
walidh9326228
Having the same issue!
Quick fix modify modules/system/twig/Extension.php:105
to
return \Cms\Classes\MediaLibrary::url($file);
Last updated
anishxt
There is a typo in the file, module/system/twig/Extension.php
to use the System MediaLibrary (line# 9) - please change
use System\Classes\MediaLibary;
to
use System\Classes\MediaLibrary;
Last updated
1-4 of 4