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.