Zen Follower
- Join Date:
- Dec 2006
- Location:
- Summer:Ontaio, Winter:Texas
- Posts:
- 211
- Plugin Contributions:
- 0
Image Handler 2 (for ZC v1.3.8 ONLY) Support
Picci:
In the code you sent you have a typo here:
handler.ph p
Check and see why the space is in the php extension
this is what's in the file (I have not changed anything in it)
<?php /** * functions_bmz_image_handler.php * call to include IH2 functions from catalog * * @author Tim Kroeger <[[email protected]](mailto:"[email protected]")> * @copyright Copyright 2005-2006 breakmyzencart.com * @license <http://www.gnu.org/licenses/gpl.txt> GNU General Public License V2.0 * @version $Id: functions_bmz_image_handler.php,v 1.4 2006/05/01 12:11:47 tim Exp $ */ require_once(DIR_FS_CATALOG . DIR_WS_FUNCTIONS . 'extra_functions/functions_bmz_image_handler.php'); global $ihConf; $ihConf['dir']['admin'] = preg_replace('/^\/(.*)/', '$1', (($request_type == 'SSL') ? DIR_WS_HTTPS_ADMIN : DIR_WS_ADMIN));