This occurs when I click the Image Manager tab.
Fatal error: Failed opening required 'Files.php' (include_path='') in /home/ashm/www.ashm.org.au/public_html/2005_SHC/lib/
filemanager/ImageManager/Classes/ImageManager.php on line 9
Image Manager error - bug?
Image Manager error - bug?
Double check that there IS a Files.php in lib/filemanager/ImageManager/Classes. If so, I'm not totally sure why it's not working, but you can try changing line 9 in lib/filemanager/ImageManager/Classes/ImageManager.php to
It SHOULD work as it is, though.
Code: Select all
require_once(dirname(__FILE__).'/Files.php');