Could this be a bug that CC with around 3000 inputs causes the website to crash. Only with pagination set to "all". However, it works fine with 100 lines visible in the table.
Or maybe it's a question of the database... 🤨
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40957168 bytes) in /home/users/xxx/xxx/libraries/phputf8/mbstring/core.php on line 121
Or maybe it's a question of the database... 🤨
Hi marcinwolejko,
It's very likely that if you try to add a very large table - many columns and/or many rows. If I remember correctly at one time 'All' was disabled because of this.
Bob
It's very likely that if you try to add a very large table - many columns and/or many rows. If I remember correctly at one time 'All' was disabled because of this.
Bob
Hello,
Loading too much data may cause a crash, there is a setting in the connection to set the maximum number of rows to be loaded, even if all is selected, it should help here.
Regards,
Max
Loading too much data may cause a crash, there is a setting in the connection to set the maximum number of rows to be loaded, even if all is selected, it should help here.
Regards,
Max
This topic is locked and no more replies can be posted.