Page 127 of 169 FirstFirst ... 2777117125126127128129137 ... LastLast
Results 1,261 to 1,270 of 1688
  1. #1261
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: v4.3.3 in beta.. Soon to be released..

    Quote Originally Posted by DivaVocals View Post
    Not sure that this is aused by Image Handler.. Likely caused by whatever other image module you have installed or that came bundled with Tableau..

    Personally I wish template authors would NOT bundle in things like lightboxes and Image Handler in with their templates.. they are GOTCHAS waiting to happen IMHO..
    Yep, Tableau is one of the worst, the only thing that is not included in the package is Zen Cart

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

    Default Re: v4.3.3 in beta.. Soon to be released..

    Quote Originally Posted by Design75 View Post
    Yep, Tableau is one of the worst, the only thing that is not included in the package is Zen Cart
    **snickers**

    The problem with all this bundling besides the fact that I don't always LIKE the bundling choices the author makes in choosing the bundled modules (ie: I prefer Zen Colorbox, & the author may bundle in Zen Lightbox for example) is that it sometimes makes troubleshooting issues a bit tricky.. Can't tell what's caused by the template, and what's caused by the module, or what's being caused by something else bundled in.. If sunshinelock's issues started RIGHT after installing the template, and the template was installed over a VANILLA Zen Cart install, I'd say the best bet is to go to the author of the template and ask them for assistance to resolve.. I am personally not going to be able to spend a lot of time trying to GUESS what MIGHT be the solution as my free time is limited.. Don't know what effect some of the modules bundled in with this particular template might have..
    Last edited by DivaVocals; 4 Feb 2015 at 10:54 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.

  3. #1263
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,470
    Plugin Contributions
    11

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    Had this little glitch before on another site with IH3 and wound up dropping it as we found no answer. Just had this (and two others show up on a recent upgrade to 1.5.4.
    [04-Feb-2015 16:25:51 America/Chicago] #1 strstr() called at [/home/OURSITE/public_html/includes/classes/bmz_image_handler.class.php:129]
    #2 ih_image->determine_image_sizetype() called at [/home/OURSITE/public_html/includes/classes/bmz_image_handler.class.php:55]
    #3 ih_image->ih_image() called at [/home/OURSITE/public_html/includes/functions/extra_functions/functions_bmz_image_handler.php:55]
    #4 handle_image() called at [/home/OURSITE/public_html/includes/functions/html_output.php:187]
    #5 zen_image() called at [/home/OURSITE/public_html/includes/templates/template_default/popup_image/tpl_main_page.php:17]
    #6 require(/home/OURSITE/public_html/includes/templates/template_default/popup_image/tpl_main_page.php) called at [/home/OURSITE/public_html/index.php:97]

    [04-Feb-2015 16:25:51 America/Chicago] PHP Warning: strstr(): Empty needle in /home/enignet/public_html/includes/classes/bmz_image_handler.class.php on line 129
    Please note that this was NOT caused by either a faulty installation or the mod itself.
    We found the problem absolutely by accident.
    SOLUTION:
    Somehow, the menu entry for Configuration >> Images >> Product Info - Image Large Suffix was BLANK The default is _LRG. Adding this back into the menu item cured the problem.

    The symptom that led us to the _LRG setting was that IH4 was working fine EXCEPT when looking at the large image on a product's page. Also, when viewing a product in the IH4 Image Manager, there was no Large size image shown.

    Again, this was not a fault of the installation or IH4 itself.

    Might be something to consider having the setup look for when auto-loading. It could say something like, "Your Images >> Product Info - Image Suffixes cannot be blank. IH4 does not care if the suffix is _LRG or _GRL BUT it does need something there in both the Medium and Large or it will throw the error above.

  4. #1264
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,470
    Plugin Contributions
    11

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    Time out got me. Meant to add

    BTW: Everything is working well with 1.5.4, Apache, 5.4.36 PHP, 5.5.40-cll MySQL

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

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    Quote Originally Posted by dbltoe View Post
    Had this little glitch before on another site with IH3 and wound up dropping it as we found no answer. Just had this (and two others show up on a recent upgrade to 1.5.4.

    Please note that this was NOT caused by either a faulty installation or the mod itself.
    We found the problem absolutely by accident.
    SOLUTION:
    Somehow, the menu entry for Configuration >> Images >> Product Info - Image Large Suffix was BLANK The default is _LRG. Adding this back into the menu item cured the problem.

    The symptom that led us to the _LRG setting was that IH4 was working fine EXCEPT when looking at the large image on a product's page. Also, when viewing a product in the IH4 Image Manager, there was no Large size image shown.

    Again, this was not a fault of the installation or IH4 itself.

    Might be something to consider having the setup look for when auto-loading. It could say something like, "Your Images >> Product Info - Image Suffixes cannot be blank. IH4 does not care if the suffix is _LRG or _GRL BUT it does need something there in both the Medium and Large or it will throw the error above.
    Wow!!! Nice catch!!! Don't cha just LOVE la9's backtrace plugin!!!! Handy as HE!! for tracing strange issues..

    Now how to fix/prevent from happening again..

    Hmmmm..

    Thinking that adding a warning to the auto-installer is absolutely correct (and I'll see if I can figure out how to do that), but I'm wondering if in addition to that perhaps the auto-installer should just update the value to _LRG if this is found to contain a blank or NULL value (something I KNOW I can manage to update)..

    OR..

    Maybe the auto installer should update the value to DON'T_DELETE_THIS_OR_IMAGE_HANDLER_WILL_BREAK
    Last edited by DivaVocals; 5 Feb 2015 at 12:59 AM.
    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.

  6. #1266
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,470
    Plugin Contributions
    11

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    backtrace is good but it wasn't used. Just happened to have two admin menus up from different sites and saw the missing _LRG. When you click to edit, it tells you that the default is _LRG.
    Same thing happens with _MED just LOTS MORE WORSER.
    Perhaps the installer should change them both to _BOO

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

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    Quote Originally Posted by dbltoe View Post
    backtrace is good but it wasn't used.
    Oh I realized you found the problem without backtrace.. I just recognized the backtrace output from your error log..


    Quote Originally Posted by dbltoe View Post
    Just happened to have two admin menus up from different sites and saw the missing _LRG. When you click to edit, it tells you that the default is _LRG.
    Same thing happens with _MED just LOTS MORE WORSER.
    GADS!!! Found a similar kind of weird one off issue just two days ago with COWOA..

    Thanks for sharing this.. I was gonna pull the trigger on the new IH4 this weekend.. Hoping that this is a QUICK fix for me to make happen..
    Quote Originally Posted by dbltoe View Post
    Perhaps the installer should change them both to _BOO
    **snickers**
    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.

  8. #1268
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    Quote Originally Posted by dbltoe View Post
    Perhaps the installer should change them both to _BOO
    that would not be so hard. But it would be much better to mend the mod itself so that if the setting was blank it didn't create an error. Judging from the errors what is happening is that IH is checking to see if a large image exists. It is matching the suffix, _LRG (or whatever).

    It shouldn't be too hard to put a conditional around all that code so that if the suffix is blank it doesn't even bother looking for a large image.

    If not having any suffix messes up any other aspects of images implicit in Zen, which is possible, then it would be better to put code in Zen that assured that the setting could never be blank.

    Relying on the auto-installer only to ensure that the setting is not blank seems like a band-aid.

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

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    Quote Originally Posted by niccol View Post
    Relying on the auto-installer only to ensure that the setting is not blank seems like a band-aid.
    Of course it is.. But it's a bandaid that I KNOW how to create.. You know I'm not REALLY a developer.. I only play one on TV..
    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.

  10. #1270
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: 4 days and 8 hrs a day later - hover effect still not working

    Quote Originally Posted by DivaVocals View Post
    Of course it is.. But it's a bandaid that I KNOW how to create.. You know I'm not REALLY a developer.. I only play one on TV..
    Yeah, but it is probably easier to change the module than change the auto-installer :-) You've got the line number form the errors

    Code:
    [04-Feb-2015 16:25:51 America/Chicago] PHP Warning: strstr(): Empty needle in /home/enignet/public_html/includes/classes/bmz_image_handler.class.php on line 129
    You are probably going to do something like this

    Code:
    	function determine_image_sizetype() {
    		global $ihConf;
    		
    		if (strstr($this->src, $ihConf['large']['suffix'])) {
    			$this->sizetype = 'large';
    		} elseif (strstr($this->src, $ihConf['medium']['suffix'])) {
    			$this->sizetype = 'medium';
    		} elseif ((intval($this->width) == intval($ihConf['small']['width'])) && (intval($this->height) == intval($ihConf['small']['height']))) {
    			$this->sizetype = 'small';
    		} else
    		$this->sizetype = 'generic';
    	}
    changed to:

    Code:
    	function determine_image_sizetype() {
    		global $ihConf;
    		
    		$this->sizetype = 'generic';
    
    		if($ihConf['large']['suffix'] != '')
    		{
    			if (strstr($this->src, $ihConf['large']['suffix'])) {
    				$this->sizetype = 'large';
    			}			
    		}
    
    		if($ihConf['medium']['suffix'] != '')
    		{
    			if (strstr($this->src, $ihConf['medium']['suffix'])) {
    				$this->sizetype = 'medium';
    			}			
    		}		
    		
    		if($ihConf['large']['small'] != '')
    		{
    			if (strstr($this->src, $ihConf['small']['suffix'])) {
    				$this->sizetype = 'small';
    			}			
    		}
    }
    Off the top of my head and without looking at any of the other areas or consequences.
    Last edited by niccol; 5 Feb 2015 at 12:32 PM. Reason: closing bracket missed

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 711
    Last Post: 10 May 2025, 02:13 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 PM
  3. 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
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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