Hello,
I get this error on a fresh install of the theme followed by an update of all modules when trying to access the theme settings.
Fatal error: Call to undefined function media_browser_js() in /home/httpd/vhosts/51stfloor-studio.com/mitigo/sites/all/themes/md_springspray/theme-settings.php on line 16
Is there an updated version available ? I fixed it manually by replacing the javascript loading code with the new:
drupal_add_library('media', 'media_browser');
drupal_add_library('media', 'media_browser_settings');
But if there's an official update to this, I'd like to know.
Hello,
Please download and install this module into your website.
Link: https://www.dropbox.com/s/14o9bthxwjqnhfh/media_browser.zip?dl=0
Thanks!
thanks !