I have problems with the grid mode on big tables though I have solved another error in small tables.
On big tables I have
- Code: Select all
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 35 bytes) in C:\xampp\htdocs\xataface-1.3.2\PEAR.php on line 872
Pear line is
- Code: Select all
$this->backtrace = debug_backtrace();
May be you'll have a clue, how I can solve this.
Thank you
Jean