Page 592 of 710 FirstFirst ... 92492542582590591592593594602642692 ... LastLast
Results 5,911 to 5,920 of 7099
  1. #5911
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    Idea or Suggestion Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    It's what will your host allow.. The module sets permissions to 755 which works fine for most host setups.. It sounds like your hosting setup won't allow IH2 to work with these permissions.. I suggest talking to your host and finding out why.. In the meantime if you have to leave the permissions set to 777 I suggest making DARN sure that you leave that .htaccess file in place..
    Hello, Diva:

    I changed the permission to 755, as you suggested. It is still working. I am so pleased. Thank you for your wonderful contribution!!

    Lina

  2. #5912
    Join Date
    Jul 2010
    Location
    Welland, ON Canada
    Posts
    46
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi Diva,

    I have a rather simple question, One I am sure has been answered before but I just cant seem to find it....

    I have IH2 installed and working great, what I want to know is, how to change the size of the category image? It is showing up very small at the top of the category pages, and I would like to increase it so the product is actually visible.

    My site is here.

    Thanks so much.

  3. #5913
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by TinMan780 View Post
    Hi Diva,

    I have a rather simple question, One I am sure has been answered before but I just cant seem to find it....

    I have IH2 installed and working great, what I want to know is, how to change the size of the category image? It is showing up very small at the top of the category pages, and I would like to increase it so the product is actually visible.

    My site is here.

    Thanks so much.
    FYI, this is more of a Zen setup questions than in IH2 questions..

    To answer your question try the images settings for: Category Icon Image Width - Product Info Pages

    HTH
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #5914
    Join Date
    Jul 2010
    Location
    Welland, ON Canada
    Posts
    46
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Oh my gosh, You were absolutely right. I guess I had just never noticed the size of the image before, and assumed it was due to something I had done. (Wouldn't be the first time..lol)

    Thank you ever sO much!

    I am so loving the whole "Zen-Cart thing" that I put the 'powered by zencart' Back on the bottom of my page. I am very happy using Zen-Cart!

    Cheers ZC Team, and thanks again Diva!

  5. #5915
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hey, can anyone offer any insight into my issue? Post is here: http://www.zen-cart.com/forum/showth...35913&page=590 2nd post down

    Issue is: Error!

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')

    Thanks!

    Ethan

  6. #5916
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ethansmith View Post
    Hey, can anyone offer any insight into my issue? Post is here: http://www.zen-cart.com/forum/showth...35913&page=590 2nd post down

    Issue is: Error!

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')

    Thanks!

    Ethan
    Speaking frankly.. This error message alone gives no indication of what the issue is.. Given that you've made a LOT of very big changes to your store in a very short period of time, any number things could be creating the error.. Bottomline is that since none of us can see your store code, it's gonna be tough for anyone to offer anything more than GUESSES as to the true source of the issue.. This is not to say that we don't want to help, but to say we may not be MUCH help.. I've only gotten this error twice and narrowed down the issue to two chief causes.

    • Invalid characters in the image filenames
    • Invalid characters in the PRODUCT names

    Dashes - , slashes / , parenthesis () , as well as single ' , and double quotes " , are the most often used characters in product names and image filenames.. They cause issues with not only this module, but for many other modules as well..

    My suggestion is to go through your product names as well as ALL your category and product images and remove any of these offending characters and see if you get a different result.. Also check that your product attributes also do not contain any of these characters..
    Last edited by DivaVocals; 14 Oct 2010 at 10:39 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #5917
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    • Invalid characters in the image filenames
    • Invalid characters in the PRODUCT names

    Dashes - , slashes / , parenthesis () , as well as single ' , and double quotes " , are the most often used characters in product names and image filenames.. They cause issues with not only this module, but for many other modules as well..

    My suggestion is to go through your product names as well as ALL your category and product images and remove any of these offending characters and see if you get a different result.. Also check that your product attributes also do not contain any of these characters..
    Hi Diva,

    Thanks for your reply. Yes it is a very strange issue and with so much changed it is hard to pinpoint. I do appreciate your input!

    I have previously removed all of the images that contain invalid charectors, but i didnt think to try and eleminate product names with invalid chars. I will try that. Also for the attributes... Is it the attribute name or value? For example we have some with Option Name = Size, Option Value = 11 x 14"

    Thanks!
    e

  8. #5918
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ethansmith View Post
    Hi Diva,

    Thanks for your reply. Yes it is a very strange issue and with so much changed it is hard to pinpoint. I do appreciate your input!

    I have previously removed all of the images that contain invalid charectors, but i didnt think to try and eleminate product names with invalid chars. I will try that. Also for the attributes... Is it the attribute name or value? For example we have some with Option Name = Size, Option Value = 11 x 14"

    Thanks!
    e
    The "X" isn't an invalid character as it is an alphanumeric character, but the double quote could be replaced with "in".. BUT.. Before you mine through your attributes, try checking out your product names.. My gut is telling me this is where the issue might be..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #5919
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    The "X" isn't an invalid character as it is an alphanumeric character, but the double quote could be replaced with "in".. BUT.. Before you mine through your attributes, try checking out your product names.. My gut is telling me this is where the issue might be..
    I will definitly hit the product names tomorrow to see of that is the issue. As for the attributes, my concern was maybe the quotation in the value...

    Thanks again for your input,

    e

  10. #5920
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ethansmith View Post
    I will definitly hit the product names tomorrow to see of that is the issue. As for the attributes, my concern was maybe the quotation in the value...

    Thanks again for your input,

    e
    Definitely keep us posted.. I have a good gut feeling about the product names being the culprit..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR