Custom orders page table won't load?

I know I’m doing something wrong, but I just can’t figure out what it is… I’ve don’t this before and it worked fine…the only difference is I didn’t reference an order.

I have added a page in the account pages “custom orders” it has a table connected to a database.

The database is set for all members to be able to see it and only admin can make changes… The database references orders and the private members data (plus the other stuff I need them to see with the order). The table just says loading, but never loads anything. Now, obviously, when I am logged in as admin it loads fine.

So my assumption is it has something to do with the reference of the private members…or because I’m also referencing orders?

Any ideas?

How are you filling the table? Is it connected using a dataset? Or are you doing a query of the collection? What code are you using.

Connected using a dataset.