Jade,
I'm seeing several different errors (one shown below) and want to be certain that I have the right version. I pulled mine from HEAD and just updated an hour ago. project-manager.info says version is 1.01.
/R
====================================================
Aolserver 4.0r2
oacs HEAD (updated yesterday)
PG 7.3.4
RH 9
====================================================
Creating a project, fill in the blanks and submit:
ERROR: Function pm_project__new_project_item("unknown", "unknown", "unknown", "unknown", "unknown", "unknown", timestamptz, timestamptz, "unknown", "unknown", "unknown", "unknown", "unknown", "unknown", timestamptz, "unknown", "unknown", "unknown") does not exist
Unable to identify a function that satisfies the given argument types
You may need to add explicit typecasts
SQL:
select pm_project__new_project_item (
'a',
'a',
NULL,
'a',
'a',
'text/plain',
to_timestamp('2004 04 30 00 00 00','YYYY MM DD HH24 MI SS'),
to_timestamp('2004 04 30 00 00 00','YYYY MM DD HH24 MI SS'),
null,
null,
'974',
'f',
'1',
NULL,
current_timestamp,
'831',
'192.168.1.133',
'908'
);