
Originally Posted by
JRayfield
I just installed IH and am having the same exact problem with my site. I'm running ZC 1.3.8a (with security patches) and the latest release of IH.
My hosting service just downgraded my php from 5.3 to 5.2.11, because of compatibility issues with 5.3. I'm going to have them drop back to 5.2.9, if they can, and see if IH works correctly.
John Rayfield, Jr.
www.rayfield.net
Well as stated this is on my local pc, using win32 and PHP Version 5.2.4 older version. Really hate to update it as it was a real pain to get it all working as I wanted it local. Using ISS7 not apache hence the reason I thought it might be a windows path clich. I know some programs when they want the full system path adding the c:/ they just do not like...
Anyway still have concern as listed above, IH2 and Zen cart working fine just those paths not working....
Just a thought for the php greats. As the tab itself points correctly it is just the images do not show in search the code source on the admin page and searching the properties of the png, jpg, gif files it goes to this code in the admin/includes/image_handler.php file as follows:
Code:
if ($page == 'preview') {
$images = array();
$pngimage = new ih_image($ihConf['dir']['admin'] . 'images/ih-test.png', intval($ihConf['small']['width']), intval($ihConf['small']['height']));
$images['pngsource'] = $pngimage->get_resized_image(intval($ihConf['small']['width']), intval($ihConf['small']['height']), 'orig');
$images['pngsmall'] = $pngimage->get_resized_image($ihConf['small']['width'], $ihConf['small']['height'], 'small');
$images['pngmedium'] = $pngimage->get_resized_image($ihConf['medium']['width'], $ihConf['medium']['height'], 'medium');
$images['pnglarge'] = $pngimage->get_resized_image($ihConf['large']['width'], $ihConf['large']['height'], 'large');
Now does that point to the correct image IF the file directory was as follows to the admin (called source here):
Code:
define('DIR_WS_ADMIN', '/thequ003/store/source/'); and define('DIR_FS_ADMIN', 'C:\inetpub\wwwroot\thequ003\store\source/');
If it does then I am lost......
Bookmarks