<HTML><BODY>
<div>(Just noticed I originally posted to the users list instead of setup list by mistake.&nbsp; Sorry for the double post).<br>
<br>
&nbsp;I'm trying to upgrade two Plone sites from 2.1.2 to 2.5 or 2.5.1.&nbsp; I
get the following error when importing the exported plone site zexp
file:<br>

<br>

----------------------------------------------------------------------------------------------------------<br>

Site Error<br>

An error was encountered while publishing this resource. <br>

<br>

Error Type: TransformException<br>

Error Value: Output MIME type 'image/pcx' for transform image_to_pcx is not registered in the MIME types registry<br>

----------------------------------------------------------------------------------------------------------<br>

<br>

Log output below (from the windows box):<br>

<br>

2006-11-25T22:40:30 ERROR Zope.SiteErrorLog http://localhost:8080/test/manage_importObject<br>

Traceback (most recent call last):<br>

&nbsp; File "C:\Program Files\Plone 2\Zope\lib\python\ZPublisher\Publish.py", line 114, in publish<br>

&nbsp;&nbsp;&nbsp; request, bind=1)<br>

&nbsp; File "C:\Program Files\Plone 2\Zope\lib\python\ZPublisher\mapply.py", line 88, in mapply<br>

&nbsp;&nbsp;&nbsp; if debug is not None: return debug(object,args,context)<br>

&nbsp; File "C:\Program Files\Plone 2\Zope\lib\python\ZPublisher\Publish.py", line 40, in call_object<br>

&nbsp;&nbsp;&nbsp; result=apply(object,args) # Type s&lt;cr&gt; to step into published object.<br>

&nbsp; File "C:\Program Files\Plone 2\Zope\lib\python\OFS\ObjectManager.py", line 577, in manage_importObject<br>

&nbsp;&nbsp;&nbsp; set_owner=set_owner)<br>

&nbsp; File "C:\Program Files\Plone 2\Zope\lib\python\OFS\ObjectManager.py", line 599, in _importObjectFromFile<br>

&nbsp;&nbsp;&nbsp; self._setObject(id, ob, set_owner=set_owner)<br>

&nbsp; File "C:\Program Files\Plone 2\Zope\lib\python\OFS\ObjectManager.py", line 309, in _setObject<br>

&nbsp;&nbsp;&nbsp; object.manage_afterAdd(object, self)<br>

&nbsp; File "C:\Program Files\Plone 2\Data\Products\CMFCore\CMFCatalogAware.py", line 203, in manage_afterAdd<br>

&nbsp;&nbsp;&nbsp; self.__recurse('manage_afterAdd', item, container)<br>

&nbsp; File "C:\Program Files\Plone 2\Data\Products\CMFCore\CMFCatalogAware.py", line 239, in __recurse<br>

&nbsp;&nbsp;&nbsp; getattr(ob, name)(*args)<br>

&nbsp; File "C:\Program Files\Plone 2\Data\Products\PortalTransforms\TransformEngine.py", line 379, in manage_afterAdd<br>

&nbsp;&nbsp;&nbsp; transforms.initialize(self)<br>

&nbsp; File "C:\Program Files\Plone 2\Data\Products\PortalTransforms\transforms\__init__.py", line 60, in initialize<br>

&nbsp;&nbsp;&nbsp; engine.registerTransform(transform)<br>

&nbsp; File "C:\Program Files\Plone 2\Data\Products\PortalTransforms\TransformEngine.py", line 481, in registerTransform<br>

&nbsp;&nbsp;&nbsp; self._mapTransform(transform)<br>

&nbsp; File "C:\Program Files\Plone 2\Data\Products\PortalTransforms\TransformEngine.py", line 284, in _mapTransform<br>

&nbsp;&nbsp;&nbsp; raise TransformException(msg)<br>

TransformException: Output MIME type 'image/pcx' for transform image_to_pcx is not registered in the MIME types registry<br>

<br>

Same error trying to import another site on the Linux box.&nbsp; Here is the log for that import:<br>

<br>

2006-11-25T21:08:43 ERROR Zope.SiteErrorLog http://drogo.jonesns.net:8080/wcs/manage_importObject<br>

Traceback (innermost last):<br>

&nbsp; Module ZPublisher.Publish, line 115, in publish<br>

&nbsp; Module ZPublisher.mapply, line 88, in mapply<br>

&nbsp; Module ZPublisher.Publish, line 41, in call_object<br>

&nbsp; Module OFS.ObjectManager, line 588, in manage_importObject<br>

&nbsp; Module OFS.ObjectManager, line 610, in _importObjectFromFile<br>

&nbsp; Module OFS.ObjectManager, line 333, in _setObject<br>

&nbsp; Module zope.event, line 23, in notify<br>

&nbsp; Module zope.app.event.dispatching, line 66, in dispatch<br>

&nbsp; Module zope.component, line 181, in subscribers<br>

&nbsp; Module zope.component.site, line 89, in subscribers<br>

&nbsp; Module zope.interface.adapter, line 481, in subscribers<br>

&nbsp; Module zope.app.event.objectevent, line 192, in objectEventNotify<br>

&nbsp; Module zope.component, line 181, in subscribers<br>

&nbsp; Module zope.component.site, line 89, in subscribers<br>

&nbsp; Module zope.interface.adapter, line 481, in subscribers<br>

&nbsp; Module OFS.subscribers, line 114, in dispatchObjectMovedEvent<br>

&nbsp; Module OFS.subscribers, line 137, in callManageAfterAdd<br>

&nbsp; Module Products.CMFCore.CMFCatalogAware, line 203, in manage_afterAdd<br>

&nbsp; Module Products.CMFCore.CMFCatalogAware, line 239, in __recurse<br>

&nbsp; Module Products.PortalTransforms.TransformEngine, line 379, in manage_afterAdd<br>

&nbsp; Module Products.PortalTransforms.transforms, line 60, in initialize<br>

&nbsp; Module Products.PortalTransforms.TransformEngine, line 481, in registerTransform<br>

&nbsp;&nbsp; - __traceback_info__: ('image_to_pcx', &lt;Transform at image_to_pcx&gt;)<br>

&nbsp; Module Products.PortalTransforms.TransformEngine, line 284, in _mapTransform<br>

TransformException: Output MIME type 'image/pcx' for transform image_to_pcx is not registered in the MIME types registry<br>

<br>

In an attempt to fix this I installed 2.1.3 with the installer in 2003
Server thinking that going from 2.1.2 to 2.1.3 then to 2.1.4 and so on
would fix this.&nbsp; Imported and migrated the site from 2.1.2, packed the
database then exported it.&nbsp; I then installed 2.1.4 in another 2003
Server box (using vmware) and the did the migrations and database
pack.&nbsp; Worked fine in both cases.&nbsp; I then installed 2.5.1 in another
vmware clone and get the same error as I get with 2.5.1 in a CentOS 4.4
(fully updated) box installed with the "Universal" installer.&nbsp; I'm
experiening this on both a 2003 Server where I installed with the 2.5.1
installer and on the CentOS box.<br>

<br>

I've searched on google, the plone site, and the user list but I must be an idiot as I can't find a solution.<br>

<br>

Any help would be appreciated as I'm clueless as to how to fix it.<br>

<br>

fj</div>

<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
<a href="http://pr.atwola.com/promoclk/100122638x1081283466x1074645346/aol?redir=http%3A%2F%2Fwww%2Eaim%2Ecom%2Ffun%2Fmail%2F" target="_blank"><b>Check Out the new free AIM(R) Mail</b></a> -- 2 GB of storage and industry-leading spam and email virus protection.<br />
</div>

</BODY></HTML>