Hello Petko,<br>
<br>
Thanks for the help.<br>
<br>
This seems to be working:<br>
<br>
$ThumbList[&#39;ImageMagickExe&#39;] = &#39;/usr/bin/convert&#39;;<br>
include_once(&quot;$FarmD/cookbook/thumblist2.php&quot;);<br>
<br>
Does it matter if the $ThumbList[... statement is before or after the include_once() line?<br>
<br>
Thanks,<br>
Matt<br>
<br>
<br><br><br><div class="gmail_quote">On Dec 5, 2007 3:51 PM, Petko Yotov &lt;<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wednesday 05 December 2007, Matt Strauser wrote:<br>&gt; Hello Petko,<br>&gt; I got it to work by commenting out the<br>&gt; $ThumbList[&#39;ImageMagickExe&#39;] =<br>&gt; line.<br>&gt;<br>&gt; My ImageMagick executable is in /usr/bin
<br>&gt; How would I configure the recipe to use this?<br><br></div>If you have shell access, you can find the path by this command:<br><br> &nbsp; type convert<br><br>and you should get a reply:<br> &nbsp; convert is /usr/bin/convert
<br><br>Than you place in config.php:<br><br> &nbsp;$ThumbList[&#39;ImageMagickExe&#39;] = &#39;/usr/bin/convert&#39;;<br><br><br>ImageMagick is rarely installed on most shared hostings, or sometimes it is<br>not working with PHP Safe mode. That is why I wrote that it is for advanced
<br>administrators only, and I assumed it is clear enough for them. :-)<br><br><br>I&#39;ll add a better note to the manual page about this path though.<br><div class="Ih2E3d"><br><br>&gt; Thanks for a cool thumblist recipe.
<br><br></div>Thanks for using it and providing feedback. You have a nice website, I wish I<br>could some day listen to one of your concerts. :-)<br><br>Thanks,<br><font color="#888888">Petko<br></font><div><div></div><div class="Wj3C7c">
<br><br><br>&gt;<br>&gt; On Dec 4, 2007 3:46 PM, Petko Yotov &lt;<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>&gt; wrote:<br>&gt; &gt; On Tuesday 04 December 2007, Matt Strauser wrote:<br>&gt; &gt; &gt; I am trying to use the Thumblist(2) recipe.
<br>&gt; &gt; &gt; It almost works for me - I get a link but no image.<br>&gt; &gt;<br>&gt; &gt; ...<br>&gt; &gt;<br>&gt; &gt; &gt; <a href="http://www.solfa.org/index.php?n=Fall2007.Test" target="_blank">http://www.solfa.org/index.php?n=Fall2007.Test
</a><br>&gt; &gt;<br>&gt; &gt; Hi.<br>&gt; &gt;<br>&gt; &gt; You have not configured correctly ImageMagick.<br>&gt; &gt;<br>&gt; &gt; (1) If you do have it installed on your server, set the variable<br>&gt; &gt; $ThumbList[&#39;ImageMagickExe&#39;] to the path to the executable (it seems to
<br>&gt; &gt; be not &#39;/etc/php-safe/convert&#39;).<br>&gt; &gt;<br>&gt; &gt; (2) If you don&#39;t have it installed on your server, you should not set the<br>&gt; &gt; $ThumbList[&#39;ImageMagickExe&#39;] variable. Remove this line from your
<br>&gt; &gt; config.php.<br>&gt; &gt;<br>&gt; &gt; (3) If you don&#39;t understand or don&#39;t know, you should not set the<br>&gt; &gt; $ThumbList[&#39;ImageMagickExe&#39;] variable. Remove this line from your<br>&gt; &gt; 
config.php.<br><br></div></div></blockquote></div><br>