Hi all.<br>
<br>
I'm posting this error once again since I'm yet to get it solved!<br>
<br>
I need to upgrade a plone 2.0.5 site to 2.1.1.<br>
<br>
The source system specs are:<br>
<table border="0" cellpadding="2" cellspacing="0">
<tbody><tr><td align="left" valign="top"><div>
  Zope Version
  </div>
  </td>
  <td align="left" valign="top">
  <div>
  (Zope 2.7.5-final, python 2.3.5, linux2)
  </div>
  </td>
</tr>
<tr>
  <td align="left" valign="top">
  <div>
  Python Version
  </div>
  </td>
  <td align="left" valign="top">
  <div>
  2.3.5 (#2, May  4 2005, 08:51:39) 
[GCC 3.3.5 (Debian 1:3.3.5-12)]
  </div>
  </td>
</tr>
<tr>
  <td align="left" valign="top">
  <div>
  System Platform
  </div>
  </td>
  <td align="left" valign="top">
  <div>
  linux2
  </div></td></tr></tbody>
</table>
<br>
The destination system specs are:<br>
<table border="0" cellpadding="2" cellspacing="0">
<tbody><tr><td align="left" valign="top"><div>
  Zope Version
  </div>
  </td>
  <td align="left" valign="top">
  <div>
  (Zope 2.8.4-final, python 2.3.5, linux2)
  </div>
  </td>
</tr>
<tr>
  <td align="left" valign="top">
  <div>
  Python Version
  </div>
  </td>
  <td align="left" valign="top">
  <div>
  2.3.5 (#2, May  4 2005, 08:51:39) 
[GCC 3.3.5 (Debian 1:3.3.5-12)]
  </div>
  </td>
</tr>
<tr>
  <td align="left" valign="top">
  <div>
  System Platform
  </div>
  </td>
  <td align="left" valign="top">
  <div>
  linux2
  </div></td></tr></tbody>
</table>
<br>
<br>
Either exporting (zexp method) or copying the Data.fs results in the same error.<br>
My steps were:<br>
- Installed zope 2.8.4-final, and created the instance<br>
- Unpacked plone 2.1.1 to the instance products dir<br>
- Added the products needed by the site (but did not replace any of the products from 2.1.1)<br>
- Imported the site (wich was ok)<br>
<br>
Now, after reading several how-to's regarding migration 2.0 -&gt; 2.1,
all of them insisted on some step envolving portal_atct (prior to
running the portal_migration &quot;thing&quot;). I do not have any portal_atct
before I run the migration, so I cannot do anything besides the
migration!<br>
Checking the products (several are broken, of course, before the migration) I see that
ATContentTypes is NOT broken, but it is a different version (actual
1.0.1, source 0.2.0-rc4).<br>
At this point I tried to run the migration, wich was ok, no errors
reported. I also tried to run the migration with ATCT 0.2.0, but I get this.<br>
<br>
(Starting the migration from version: 2.0.5
        
<ul>
<li class="type_0">
        Attempting to upgrade from: 2.0.5
        </li><li class="type_200">
        Upgrade aborted
        </li><li class="type_200">
        Error type: exceptions.AttributeError
        </li><li class="type_200">
        Error value: portal_atct
        </li><li class="type_200">
          File &quot;/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/MigrationTool.py&quot;, line 265, in upgrade
    newv, msgs = self._upgrade(newv)

        </li><li class="type_200">
          File &quot;/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/MigrationTool.py&quot;, line 362, in _upgrade
    res = function(self.aq_parent)

        </li><li class="type_200">
          File &quot;/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/migrations/v2_1/alphas.py&quot;, line 67, in two05_alpha1
    migrateToATCT10(portal, out)

        </li><li class="type_200">
          File &quot;/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/migrations/v2_1/alphas.py&quot;, line 295, in migrateToATCT10
    tool = portal.portal_atct

        </li><li class="type_0">
        End of upgrade path, migration has finished
        </li><li class="type_100">
        The upgrade path did NOT reach current version
        </li><li class="type_100">
        Migration has failed&nbsp; )<br>
</li>
</ul>

<br>
After the portal_migration, I do indeed have portal_atct. I can then
recatalog cmf and at types (on the recatalog tab) and i can run fix (on
the type_migration tab). Although, I cannot run migrate (in the same
tab), cause I get this:<br>
<br>
<span><pre>Couldn't migrate src_portal_type due to missing FTI<br>Couldn't migrate src_portal_type due to missing FTI<br>Couldn't migrate src_portal_type due to missing FTI<br>Couldn't migrate src_portal_type due to missing FT
<span style="font-family: arial,sans-serif;">I<br>.....<br></span></pre></span>Trying to view the portal results in the ever so enjoyable &quot;recursion error&quot;.<br>
<br>
Any pointers, you guys?<br>
<br>