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
alexandre25338

after update my october it dimsplay a error Class 'System\Twig\MediaLibrary' not found

walidh9326228
walidh9326228

Having the same issue!

Quick fix modify modules/system/twig/Extension.php:105 to

return \Cms\Classes\MediaLibrary::url($file);

Last updated

anishxt
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

monolynx
monolynx

@anishxt are you kidding me? :D thanks for that! You safe my time.

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.