Forum OpenACS Q&A: Re: Upgrading from OpenACS 4.5 to 4.6

Collapse
Posted by Peter Marklund on
Jade,
I am definetely to blame for that last "message_catalog" filetype error message that you are getting, sorry about that!

However, you should only be experiencing this error when upgrading to 4.7 not 4.6 (4.6 should be clean of any I18N traces). Are you sure you are on 4.6? Could you do

find -iname '*.info'|xargs grep -l message_catalog| xargs cvs status -v

to see the cvs status of the info files that contain message catalogs.

If you are indeed upgrading to 4.7 the workaround is to execute:

insert into apm_package_file_types(file_type_key, pretty_name) values(''message_catalog'', ''Message Catalog'');

Hope that helps!

Peter

Collapse
Posted by Jade Rubick on
Thanks for the reply, Peter!! I didn't intend to download 4.7... It's not final, right? If I did upgrade to 4.7, would I be able to upgrade again later, to the real 4.7?

[joeuser@safe4all safe4all]$ find -iname '*.info'|xargs grep -l message_catalog| xargs cvs status -v
===================================================================
File: acs-kernel.info  Status: Up-to-date

  Working revision:    1.1.1.2 Sun Feb 16 17:10:17 2003
  Repository revision: 1.1.1.2 /cvsroot/safe4all/safe4all/packages/acs-kernel/acs-kernel.info,v
  Sticky Tag:          (none)
  Sticky Date:        2003.02.16.17.13.38
  Sticky Options:      (none)

  Existing Tags:
        openacs-4-6                    (revision: 1.1.1.2)
        openacs-4-5                    (revision: 1.1.1.1)
        OpenACS                        (branch: 1.1.1)

===================================================================
File: acs-lang.info    Status: Up-to-date

  Working revision:    1.1.1.2 Sun Feb 16 17:10:17 2003
  Repository revision: 1.1.1.2 /cvsroot/safe4all/safe4all/packages/acs-lang/acs-lang.info,v
  Sticky Tag:          (none)
  Sticky Date:        2003.02.16.17.13.38
  Sticky Options:      (none)

  Existing Tags:
        openacs-4-6                    (revision: 1.1.1.2)
        openacs-4-5                    (revision: 1.1.1.1)
        OpenACS                        (branch: 1.1.1)