Forum OpenACS Q&A: Re: dotlrn installation. Invalid file type "message_catalog"

Thelma,
the error message you are getting is a strong indication that your code, or some of your code, is on cvs head rather than the 4.6 branch. Do you have any catalog xml files in your source tree? In that case you must be on cvs head. See my posts in this thread:

https://openacs.org/forums/message-view?message_id=80178

Thanx everyone,
    i could solve the problem by installing openacs 4.6 again, and when the database tables are created , executed

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

This solved the problem.
Thanx a lot again.
Thelma