Bom dia Orzenil,
Como vai?
the ims_cp_manifest table must have a course_name column. Can you do the following for me?
$ psql your-database-name
your-database-name# \d ims_cp_manifests
that should give you a list of all the columns on this table. If for some reason it doesn't look like this:
Table "public.ims_cp_manifests"
Column | Type | Modifiers
---------------+-------------------------+-----------
man_id | integer | not null
course_name | character varying(1000) |
identifier | character varying(1000) |
version | character varying(100) |
orgs_default | character varying(100) |
hasmetadata | boolean |
parent_man_id | integer |
isscorm | boolean |
folder_id | integer |
fs_package_id | integer |
Then, I think we might have had a problem while installing. What version of postgres are you using?
Thanks,
Ernie