Problems displaying Uploads

2 posts by 2 authors in: Forums > CMS Builder
Last Post: April 10, 2011   (RSS)

By sidcam - April 8, 2011

I'm trying to display a list of some uploads.

However my viewer:

list($reportsRecords) = getRecords(array(
'tableName' => 'uploads',
'where' => 'tableName = "community_reports"',
));

Is generating the following error:

Notice: Undefined index: listPageOrder in /home/stlage5/public_html/cmsAdmin/lib/viewer_functions.php on line 70

How do edit the table Uploads?