Re: Image Handler 2 Support
Each image is around 700x700 px . Average sizes are 130 KB.
The server error log says this
HP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
[Wed Nov 7 23:36:23 2007] [error] File does not exist: /ll/public_html/index.php_files/spacer.gif
PHP: Error parsing /ll/public_html/php.ini on line 1
Not sure any of these errors correspond to the image handler issue.
Thanks
Re: Image Handler 2 Support
Quote:
Originally Posted by
Kruna
well Iam not an expert in Zencart at all, less in IH2, but I am confused, because in IH you dont have to upload any images through FTP...
If you want to add images you do it via IH and you dont even have to rename anything, because IH does this for you.
Just an idea which may cause the problem, but I am not sure whether I understood you right.
Hope this helps.
Regards,
kruna
You don't have to use IH to upload any images along as you use the correct naming scheme. You can upload using ftp.
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
Rabbcon
Each image is around 700x700 px . Average sizes are 130 KB.
The server error log says this
HP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
[Wed Nov 7 23:36:23 2007] [error] File does not exist: /ll/public_html/index.php_files/spacer.gif
PHP: Error parsing /ll/public_html/php.ini on line 1
Not sure any of these errors correspond to the image handler issue.
Thanks
This the errors you get when IH is on?
Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
Have no idea what is wrong but we can try to troubleshoot.
Also I'm confused a little. In one post you said it stop working after a upgrade and this post you said there was no changes made. If there was an upgrade what was upgraded?
Have you check with your host and see if they made any changes?
Another thing is the size of images files. What are the image file size of the problem product?
M
The upgrade was for image handler 2 oct 21st upgrade. The host hasn't made any changes. The lightbox was updated after.
image sizes are 700 x700 px around 130kb. There are a few products and few categories disappearing giving page not found error
Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
This the errors you get when IH is on?
Hi.
My apologizes. That were errors after the image handler errors
These are the image handler errors with it turned on.
PHP: Error parsing /ll/public_html/php.ini on line 1
[Thu Nov 8 00:01:01 2007] [error] Premature end of script headers: /ll/public_html/index.php
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
[Thu Nov 8 00:00:32 2007] [error]Premature end of script headers: /ll/public_html/index.php
PHP: Error parsing /ll/public_html/php.ini on line 1
Re: Image Handler 2 Support
Quote:
Originally Posted by
Rabbcon
Hi.
My apologizes. That were errors after the image handler errors
These are the image handler errors with it turned on.
PHP: Error parsing /ll/public_html/php.ini on line 1
[Thu Nov 8 00:01:01 2007] [error] Premature end of script headers: /ll/public_html/index.php
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
[Thu Nov 8 00:00:32 2007] [error]Premature end of script headers: /ll/public_html/index.php
PHP: Error parsing /ll/public_html/php.ini on line 1
Fixed issue.Thank you tophand for the hint for server error. thanks to all others for the debugging tips.
The issue was php.ini inside public_html. the code was created to reduce time out issue on old server. This script seems to create the server error and not create links. somehow the script error interferes with image handler generation. Not sure what.
Thanks
Re: Image Handler 2 Support
Quote:
Originally Posted by
Rabbcon
Hi.
My apologizes. That were errors after the image handler errors
These are the image handler errors with it turned on.
PHP: Error parsing /ll/public_html/php.ini on line 1
[Thu Nov 8 00:01:01 2007] [error] Premature end of script headers: /ll/public_html/index.php
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
PHP: Error parsing /ll/public_html/php.ini on line 1
[Thu Nov 8 00:00:32 2007] [error]Premature end of script headers: /ll/public_html/index.php
PHP: Error parsing /ll/public_html/php.ini on line 1
This could be the problem:
[error]Premature end of script headers: /ll/public_html/index.php
I'm still learning all this so I not sure where to start.
Thinking that 1 of the php files has been damage or has a extra space.
Might be a good idea to post in the General Question forum.
Include the 2 error logs that you post here(label the 1 with IH on).
Might get faster help.
M
Re: Image Handler 2 Support
Hi,
I have this problem as well on the newest Cherry Zen template - tried this fix and the modification to bmz_image_handler.class.php per the template author's suggestion in another post.
Is there anything else I can try? This is perplexing.
My site is at www.pcgoddess.biz. Thanks!
Quote:
Originally Posted by
prosam
I have a weird issue with zooming that I'm not sure if it's been covered. I searched but there are so many pages, anyway...
In FireFox 2.0 and IE7 when the zoom kicks in, it moves the whole page down and places the image at the upper left corner of the page.
see here: lifesubstance.com/shop/index.php?main_page=index&cPath=3
Thanks,
Sammy
EDIT: Found the solution.
I'm using a custom template, so I needed to copy the stylesheet from /includes/templates/template_default/css into my custom template's css folder. So if you have this problem copy the CSS and Popup Additional folders into your custom template
1 Attachment(s)
Re: Image Handler 2 Support
Quote:
Originally Posted by
pcgoddess
Hi,
I have this problem as well on the newest Cherry Zen template - tried this fix and the modification to bmz_image_handler.class.php per the template author's suggestion in another post.
Is there anything else I can try? This is perplexing.
My site is at
www.pcgoddess.biz. Thanks!
Need to patch jscript_imagehover.js
I attached the patched file.
M
Re: Image Handler 2 Support
Quote:
Originally Posted by
tophand
Need to patch jscript_imagehover.js
I attached the patched file.
M
Awesome - thank you. Does it go to this path:
/includes/templates/template_default/jscript
I think I am missing something, because I uploaded the JS file there and still have the issue.
Thanks so much for your help,
Mary