Hello,
from time to time i get the folllowing error message:
##
Severity: Notice
Message: Undefined property: EE::$view
Filename: libraries/File_field.php
Line Number: 716
Fatal error: Call to a member function head_link() on a non-object in /web/1/000/034/882/111881/htdocs/neueroeffnung/system/expressionengine/libraries/File_field.php
on line 716
##
The code there is
##
private function _browser_css()
{
ee()->cp->add_to_head(ee()->view->head_link(‘css/file_browser.css’));
}
##
I’m not sure if there even is a css/file_browser.css (didn`t find one). Does anyone know if i need this?
Thanks!
Caymen