When I try and display more than 20 records on a List page for one of my applications I get the following error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 44 bytes) in /var/www/html/dtreports/include/commonfunctions.php on line 26 What does this mean, and how do I fix it? Thanks, Russ
I have solved / fixed this problem. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=37060&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> Because the table was fairly large and contained a lot of data, it exceeded php's resource limits for scripts. So I went into php.ini and increased the limit from 8 MB to 16 MB. Hope this helps anyone else having this problem. Russ