"; NO PAGE ELEMENT DEFINED

This error happens because you didn't insert a PAGE element in your report layout file.

The PAGE element controls how your report count lines and break pages. You need to put it before your GROUPS element.

If not specified the PAGE size, the default will be 50 rows.
So, please, open your XML layout file and insert it to fix this error. ;-)