I've spent a few hours tracking down the reason for the
zen_href_link('', '', 'NONSSL') error I was getting when trying to use the Image Manager...
The problem was first(?) noticed and commented about by mrmarcus66 in posts #42 and #56, pages 5 and 6 respectively, in 2006(!) in this very same thread.
He didn't get an answer to his question in this thread (unless I missed it), but perhaps he did in another thread:
http://www.zen-cart.com/forum/showth...t=67679&page=2
It seems that circular brackets (parentheses to Americans) in image filenames...these things:
()...do indeed send IH2 into a spin. Oddly enough (except to coders I suppose), square brackets
[] do not. (I can confirm this.)
Given that naming files with parentheses is a common enough (although apparently frowned upon) way to name files,
I would highly recommend this information be included in the IH2 readme file (it isn't, I checked).
Isn't life interesting? Especially when fossicking about you find such tidbits as these:
(On the Microsft website re Excel: http://support.microsoft.com/kb/123577) (Thanks Bill! er Ballmer. I wish I'd known this years ago.)
http://www.historyguide.org/intellect/erasmus.html
That's what's been missing in my life.
So there you have it - it was lunula all along.
************************************
One other thing I discovered was how to remove the annoying "alt" display overlapping the Image Handler mouseover image zooms: (timkroeger post #44 of this thread)
(Purists should turn away now...)
...replace:
Code:
return array($src, '', intval($width), intval($height), $parameters);
with
Code:
return array($src, $alt, intval($width), intval($height), $parameters);
Thanks DivaVocals for your valiant attempts to help - it was and is appreciated. And yes, you do have to have SAFE MODE turned off in the php.ini file in the home directory. BTW this is the default. And, yes, of course, the image folders do have to be writeable.
But for me it was those loonytune lunulas.