
Originally Posted by
Dehaw
All you need to do is ad the path to it, basically changing it to:
Code:
require_once('includes/classes/bmz_gif_info.class.php');
That will do the trick.
Derek
Actually better with this code, this will solve admin errors too:
Code:
require_once(DIR_FS_CATALOG.DIR_WS_CLASSES.'bmz_gif_info.class.php');
so open up /includes/classes/bmz_image_handler.class.php
and change line 12 from
Code:
require_once(bmz_gif_info.class.php');
to
Code:
require_once(DIR_FS_CATALOG.DIR_WS_CLASSES.'bmz_gif_info.class.php');
that will solve the openbase_dir problems.
Hope this helps
Derek Buntin
Bookmarks