CMS MADE SIMPLE FORGE

SuperSizer

 

[#6851] Fails to create the image if the width or height parameter set is larger than the original image

avatar
Created By: Peter Stubbs (applejack1923)
Date Submitted: Mon Sep 05 07:33:54 -0400 2011

Assigned To: Jeremy Bass (jeremybass)
Version: 0.9.6
CMSMS Version: 1.9.4.2
Severity: Major
Resolution: None
State: Open
Summary:
Fails to create the image if the width or height parameter set is larger than the original image
Detailed Description:
Hi Jeremy

Supersizer fails to create the image if the width or height parameter set is
larger than the original image.

Is there any way to force it to create the image regardless of the original
size?


History

Comments
avatar
Date: 2011-09-24 02:24
Posted By: Wayne ONeil (wishbone)

I've verified this as well in version 0.9.6. I replaced the latest version with
0.9.4 and it works.. I haven't tested 0.9.5.

Wayne
      
avatar
Date: 2011-09-24 10:39
Posted By: Jeremy Bass (jeremybass)

Hello, is this occures even with protect=true ?  protect has a default of false.
tk -J
      
avatar
Date: 2011-11-01 00:04
Posted By: Wayne ONeil (wishbone)

According to the code 'protect' has a default of true

        $Protect= isset($params['protect']) ? $params['protect'] : true;

Wayne
      
avatar
Date: 2011-11-01 00:35
Posted By: Wayne ONeil (wishbone)

To clarify, I was using passthru=true to bypass this.... I'm not sure if Peter
was or not. passthru=true works in 0.9.4.. but not in the latest.


On a separate note, it seems like passthru=true and strip_tags are mutually
exclusive... passthru uses $path_orgin and not the $path that was hacked by
passthru.
      
avatar
Date: 2011-11-23 06:24
Posted By: Grant O'Neill (gocreative)

Are there any workarounds for this bug? I have a client using Supersizer on
their website and they don't have the skills to scale their images up to larger
than the output values.
      
avatar
Date: 2011-11-23 09:08
Posted By: Jeremy Bass (jeremybass)

Ok.. I'll take a look at this today.. I was going to push out the new one but
I'll make sure this bug is not there.  Sorry life gets in the way :D cheers and
thanks for using.. tk -Jeremy
      
avatar
Date: 2011-11-30 13:12
Posted By: Peter Stubbs (applejack1923)

Just tried again using CMSMS 1.10.2 and v 0.9.6 and protect and /or passthru do
not work results in a missing image icon.
      
avatar
Date: 2012-01-30 04:19
Posted By: nic mare (nicmare)

same problem here! this code:
{supersizer width=160 passthru=true path=uploads/$seobox1aimagesrc}
does not work passthru with 0.9.6 and cmsms 1.9.4
downgraded to 0.9.4. and now passthru works