Forum .LRN Q&A: problems with file-storage

Collapse
Posted by Janine Ohmer on
In the Oracle version, the links to folders on the My Files page look
like this: /dotlrn/file-storage/?folder_id=5335.  In the Postgres
version they look like this:  /dotlrn/?folder_id=5291.

I've traced it down to file_storage__get_package_id returning null;  I
haven't gone any further yet.  Does anyone have any clues here?

I don't think this is related to this particular problem, but
/dotlrn-fs/tcl/dotlrn-fs-procs.tcl has some inline plsql code that
will need to be extracted and ported as it doesn't look like it will
work for Postgres.

Collapse
Posted by Don Baccus on
Someone posted a fix for the case where the item was at a known level below the root folder, but this isn't general.  I've committed a version which should return the package id for the root folder anchoring any item in its subtree.