Okay...thanks for all your help.
Printable View
Okay...thanks for all your help.
So in regards to the image dimensions I am referring to, my original image is/was larger than 1024. I had no other image handler software installed and was using ZC1.5. At the time the issue appeared I had also listed the version of the prerequisite software either in that response or since then, but I am not in a position at the moment to identify that. My resized images were less than that, and decreasingly smaller like you listed.
So that said, and I know Diva has provided other feedback, but related to the referenced response, you stated that the files that did not successfully get loaded were again uploaded, but did not indicate what was done to accomplish that. Ie, were they uploaded to the default IH4 location and the auto_installer run again, were they uploaded to the default IH4 location only, were they merged with the location that IH4 would end up putting them, etc.
All that said also though and the additional discussion, there may seem to be something else going on or like in my case if the site is experiencing what mine was (upload of image with dimension in either height or width greater than approx. 1024 prevented display of any content on the page showing that image) then it could be that the image which was originally uploaded (and is attempted to be resized) is trying to be shown on that page and providing a page can not be found. (Assuming that the response of trying to "receive a message from her store" is a page not found issue.)
I don't believe the condition I describe above is specifically an IH4 issue so much as a limitation that is not handled/addressed through the interaction of IH4 with the prerequisite software. I haven't tried to troubleshoot that aspect, but work around it to verify all of my images are equal to or less than 1024 in both directions prior to upload. I think this is primarily a host problem on my side as no other changes to ZC or IH4 have been done that would cause this to occur.
I basically just reloaded all the files again over the existing files, The image handler is working fine. I have someone helping me with this issue in another feed elsewhere. Apparently this site is missing the securityToken hidden input in the contact_us.php and the product_info.php pages. So I thank you all for your help.
I got it....apparently I had an old html_output.php in the site. I uploaded the new one and the site is back. Halleluiah!!! Thanks for everyone's help on this!!!
And as Amanda has confirmed (see below) her issue is different (her issue related to adding products to the shopping cart, which has NOTHING to do with image sizes) and as I have said they are UNRELATED to IH4..
Thank you for confirming that the issue is unrelated to IH4..
Yes...this issue was not IH related and I thank you all for your help...once again.
So, although the rest of the quote didn't display and I on my cell phone have not gone to properly capture it all, therein lies my problem. I understood the addition of information to mean adding a picture to Zen Cart from the admin panel, not adding an item to the shopping cart. Boy, I've had a horrible track record this week.
Congrats on getting your non-IH4 issue(s) corrected! I certainly still like what IH4 has to offer.
Anyone know what the file name translation formula is from uploaded file to cache file?
Filename Orig
Image 1: beads/56493.jpg
Image 2: beads/56493_01.jpg
bmz_cache/0/0601274ad37002a3515bf19a3cf25f3e.image.262x349.jpg (Image 1 Medium)
bmz_cache/6/64a3c1a722a125fd17070165132e03c8.image.412x550.jpg (Image 2 Medium)
bmz_cache/4/42a130137fe234ba9e0107d0db35e0b7.image.412x550.jpg (Image 1 Large)
I made a thread about an issue I am having I will post it here as well as I believe this is the mod that caused the issue any help would be apreciated!
Thanks :)
original thread is here http://www.zen-cart.com/showthread.p...than-1-product
I have been doing some site maintenance recently, 3 things as a matter of fact. The first thing I have done is add the google page speed module (all files were loaded above the root direcotry on my server and then this code was entered into the .htaccess to make it work.
Everything was working great and my pages were responding/rendering a lot faster than what they were.Code:<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters add_head,combine_css,convert_meta_tags,convert_png_to_jpeg,extend_cache,fallback_rewrite_css_urls,flatten_css_imports,inline_css,inline_import_to_link,inline_javascript,rewrite_css,rewrite_images,rewrite_javascript,rewrite_style_attributes_with_url,combine_javascript
</IfModule>
second thing I did was rewrite my urls with "-" instead of "_" as recommended by google this code was added and all was working great except when trying to load .php pages in admin
so I changedCode:RewriteRule !\.(html | php)$ - [S=6]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5-$6-$7 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5-$6 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_(.*)$ $1-$2-$3 [E=underscores:Yes]
RewriteRule ^([^_]*)_(.*)$ $1-$2 [E=underscores:Yes]
RewriteCond %{ENV:underscores} ^Yes$
RewriteRule (.*) http://www.bullysperformance.com/$1 [R=301,L]
to this and all is working great I am excited!Code:RewriteRule !\.(html | php)$ - [S=6]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5-$6-$7 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5-$6 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_(.*)$ $1-$2-$3 [E=underscores:Yes]
RewriteRule ^([^_]*)_(.*)$ $1-$2 [E=underscores:Yes]
RewriteCond %{ENV:underscores} ^Yes$
RewriteRule (.*) http://www.bullysperformance.com/$1 [R=301,L]
no I decide ok so far so good lets try to install an image handler to help the site load even faster and reduce the amount of resources used by my server so I install Image Handler 4 and that is when everything goes down hill, it apears to be working good however when clicking on a category with more than 1 product in it, or sorting by manufacturer the page does not load, I have uninstalled Image Handler 4 however this did not fix it please help!Code:RewriteRule !\.(html)$ - [S=6]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5-$6-$7 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5-$6 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4-$5 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_([^_]*)_(.*)$ $1-$2-$3-$4 [E=underscores:Yes]
RewriteRule ^([^_]*)_([^_]*)_(.*)$ $1-$2-$3 [E=underscores:Yes]
RewriteRule ^([^_]*)_(.*)$ $1-$2 [E=underscores:Yes]
RewriteCond %{ENV:underscores} ^Yes$
RewriteRule (.*) http://www.bullysperformance.com/$1 [R=301,L]
Here is my site with a category with just 1 product in it
http://bullysperformance.com/air-fil...1/3-5l-v6-426/ you'll notice it redirects to the product page since there is only 1 product
and here is a link to a category with multiple products
http://bullysperformance.com/manufacturers/aem-5/ none of the products load, nor does the footer?
can anyone please help it would be much apreciated!
Thanks
J