Quote Originally Posted by gruntre69 View Post
Hi Guys,

I get this in the message stack....
Code:
 Image Handler files all exist in correct positions in the directory structure. 
 CORE FILE OVERWRITE : /hsphere/local/home/wctest/test-waycool.com.au/backoffice/includes/modules/category_product_listing.php was NOT overwritten. 
 CORE FILE OVERWRITE : /hsphere/local/home/wctest/test-waycool.com.au/includes/modules/pages/popup_image/header_php.php was NOT overwritten. 
 CORE FILE OVERWRITE : /hsphere/local/home/wctest/test-waycool.com.au/includes/modules/pages/popup_image_additional/header_php.php was NOT overwritten. 
 TEMPLATE FILE CREATE : /hsphere/local/home/wctest/test-waycool.com.au/includes/modules/strong/additional_images.phpwas NOT created. 
 TEMPLATE FILE CREATE : /hsphere/local/home/wctest/test-waycool.com.au/includes/modules/strong/main_product_image.phpwas NOT created. 
 TEMPLATE FILE CREATE : /hsphere/local/home/wctest/test-waycool.com.au/includes/templates/strong/css/style_imagehover.csswas NOT created. 
 TEMPLATE FILE CREATE : /hsphere/local/home/wctest/test-waycool.com.au/includes/templates/strong/jscript/jscript_imagehover.jswas NOT created. 
 TEMPLATE FILE CREATE : /hsphere/local/home/wctest/test-waycool.com.au/includes/templates/strong/popup_image_additional/tpl_main_page.phpwas NOT created. 
 The auto-loader YOURADMIN/includes/auto_loaders/config.image_handler.php has not been deleted. For Image Handler to work you must delete this file manually. 
 Image Handler has been successfully installed
I think I followed the instructions but I can't find reference to these errors in the readme. I think I need to manually do stuff that the auto installer missed???
Zencart v1.5.0, CKEditor, Zen LightBox

Hi all, I was getting the same issue and after reading through the entire thread I didn't find the answer. So, a little detective work was in order. Fortunately, php will give you the answer. Notice the errors that are being reported. ie. "CORE FILE OVERWRITE : /hsphere/local/home/wctest/test-waycool.com.au/includes/modules/pages/popup_image_additional/header_php.php was NOT overwritten." First thing that comes to mind is permissions. So I deleted the offending file along with the file ending with -IH and renamed the backup that IH created back to the original file name then change the permissions to read, write, execute (777). You have to delete "YOURADMIN/includes/auto_loaders/config.image_handler.php" and then reload. It may take several times but you will know it worked when the only error you get is, "The auto-loader YOURADMIN/includes/auto_loaders/config.image_handler.php has not been deleted. For Image Handler to work you must delete this file manually."

I then up loaded and replaced my original Lightbox file that IH had over written. However, this gave me an error on my product pages, " WARNING: An Error occurred, please refresh the page and try again." OK, back to detective work again. Replaced it again with the file that came with IH and now it works. I also have the IH image in the Categories/Products page. Testing now and will follow up if further issues arise.