Bug #720
wordpress.rb converter working with 2.6.0 but brocken in trunk
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | kevin - | % Done : | 0% |
|
| Category : | admin | |||
| Target version : | 5.1 | |||
| Resolution : | wontfix |
Description
Migrating from wordpress with trunk gives me the following result:
Converting 21 categories..
Converting 1379 entries..
../../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:112:in @const_missing': uninitialized constant ApplicationController (NameError)
from ../../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:120:in @const_missing'
from ../../app/controllers/textfilter_controller.rb:1
from ../../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:129:in @load'
from ../../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:56:in @require_or_load'
from ../../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:30:in @depend_on'
from ../../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:74:in @require_dependency'
from ../../app/models/text_filter.rb:2
from ../../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:129:in @load'
... 7 levels...
from wordpress.rb:58:in @convert_entries'
from wordpress.rb:55:in @convert_entries'
from wordpress.rb:18:in @initialize'
from wordpress.rb:187
Migration works well with 2.6.0 stable with rails 1.0.
My svn install uses the vendor rails, ruby 1.8.4 with ubuntu dapper.
Associated revisions
Fix all relevant references from typo.leetsoft.com to www.typosphere.org. Fixes #720
History
06/11/2006 01:54 PM - Ahmad Alhashemi -
I've attached a temporary fix for this problem. The file I attached will import categories, entries and comments; but it won't import trackbacks or preferences.
I would have made a full fix, except that I still don't fully understand the way things are organized in typo. I'm not sure if this is done the "proper" way, but I know that it worked for me moving my wordpress 1.5.2 content to typo revision 1055.
