Forum OpenACS Development: cr_create_content_file

Collapse
Posted by yo ha on
Hi,

I have been trying to use cr_create_content_file but i have run into a problem. When i call this procedure and pass in the 3 params i get this error:

error copying "H:\bibliography\bibliography\www\addReference-postgresql.xql": no such file or directory
while executing
"file copy -force -- $client_filename [cr_fs_path]$content_file"
(procedure "cr_create_content_file" line 8)
invoked from within
"cr_create_content_file $object_id $revision_id $tmp_filename"
invoked from within
"set tmp_filename [cr_create_content_file $object_id $revision_id $tmp_filename]"
("uplevel" body line 41)

but i am definately sure that this file does exist. I was thinking maybe there's a permission problem with the file. If there is how can this problem be solved?

Thanks for your help.