Page 1 of 1

Image Manager error - bug?

Posted: Thu Jan 13, 2005 4:55 am
by iNSiPiD
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?

Posted: Thu Jan 13, 2005 10:36 am
by Ted
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

Code: Select all

require_once(dirname(__FILE__).'/Files.php');
It SHOULD work as it is, though.