<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Image upload broken in Linux [Solved] in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250066#M203196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No one has any thoughts ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2011 18:21:47 GMT</pubDate>
    <dc:creator>michaelc</dc:creator>
    <dc:date>2011-04-12T18:21:47Z</dc:date>
    <item>
      <title>Image upload broken in Linux [Solved]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250065#M203195</link>
      <description>This was working and it is working on the windows development server.  the thumbnail upload seems to now be broken, seem to have broken ImageMagick somehow. &amp;nbsp; config ### External executable locations ###ooo.exe=/opt/alfresco-3.3.3/openoffice/program/soffice.binimg.root=/opt/alfresco-3.3.3/commonimg.</description>
      <pubDate>Wed, 06 Apr 2011 23:38:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250065#M203195</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-04-06T23:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Image upload broken in Linux [Solved]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250066#M203196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No one has any thoughts ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 18:21:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250066#M203196</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-04-12T18:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Image upload broken in Linux [Solved]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250067#M203197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've not seen the issue before, but a quick Google search brings up a couple of options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blog.ericlamb.net/2008/11/fix-for-convert-no-decode-delegate-for-this-image-format/" rel="nofollow noopener noreferrer"&gt;http://blog.ericlamb.net/2008/11/fix-for-convert-no-decode-delegate-for-this-image-format/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&amp;amp;t=7303" rel="nofollow noopener noreferrer"&gt;http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&amp;amp;t=7303&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 23:08:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250067#M203197</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-04-12T23:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Image upload broken in Linux [Solved]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250068#M203198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I opened a case on this but got little result. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I did come up with a fix, not positive this is a perfect fix. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I found that doing the following command would fail. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; /opt/alfresco-3.3-3/common/bin/convert test.jpg test.gif &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; prior release had me install imageMagic into /usr/bin so I tried &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; /usr/bin/convert test.jpg test.gif &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; this worked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; SO I modified script /opt/alfresco-3.3-3/common/bin/convert &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; exec /opt/alfresco-3.3.3/common/bin/.convert.bin "$@" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; became &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; exec /usr/bin/convert "$@" &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; it now works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; but I am uncomfortable with this fix as I don't know why it began to fail.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 17:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/image-upload-broken-in-linux-solved/m-p/250068#M203198</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-04-13T17:09:09Z</dc:date>
    </item>
  </channel>
</rss>

