Forum .LRN Q&A: how do I...?

Collapse
Posted by William Painter on
...increase the file upload size? The current size appears to be restricted to under 1mg.

...implement the chat feature? The admin pages for it return a File Not Found error.

...implement other features (such as bookshelf, etc) which do not appear in default portals?

Am I missing something here? I can't seem to find any helps on this or really anywhere to find resources for help.

Collapse
2: Re: how do I...? (response to 1)
Posted by William Painter on
For example, for the fs applet, when I try to hit the admin pages, I get this:

Request Error

Database operation "select" failed (exception NSDB, "Query was not a statement returning rows.")

ERROR: column "rownum" does not exist

SQL:
select folders.*
from (select fs_folders.folder_id,
fs_folders.parent_id,
fs_folders.name,
coalesce ((select sum(fs_files.content_size) as content_size

No errors on install, just this error which appears to tell me that there is a fault in the db somewhere.