Image Manager error - bug?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
iNSiPiD

Image Manager error - bug?

Post 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
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Image Manager error - bug?

Post 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.
Locked

Return to “CMSMS Core”