I received the following error after moveing image handler 2 files from local server to remote server and then running the Admin program on the remote server.
Fatal error: require_once() [function.require]: Failed opening required '/home/marcelle/public_html/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/marcelle/public_html/admin/includes/extra_configures/bmz_image_handler_conf.php on line 12
Line 12 reads
require_once(DIR_FS_CATALOG . DIR_WS_INCLUDES . 'extra_configures/bmz_image_handler_conf.php');
There is a file called bmz_image_handler_conf.php in the extra_configures folder on the remote server.
Not exactly sure what is creating this error.



