Hello, Ernie!
First of all, thanks for your time!
Testing your Random package, it works well
but when I try to view the files (extracted of
your example of course) I get the next error.
Any pointer?
Best regards,
Agustin
************************************************
Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")
ERROR: -20000: Invalid item ID: <NULL>
CONTEXT: PL/pgSQL function "content_template__get_path" line 7 at return
SQL:
select
content_item__get_live_revision(content_item__get_template('3282525', 'public')) as template_id,
content_template__get_path(content_item__get_template('3282525', 'public'),'-200') as template_url
from
dual
while executing
"ns_pg_bind 0or1row nsdb0 {
select
content_item__get_live_revision(content_item__get_template(:item_id, :context)) as template_id,
.......
************************************************