Hello @admin and @ross , when i try put some data to report , i use " Import From File "
in the begging ,everything is ok, but next day when i use again ,system breaken
i go to Cache Manager and check and try again , i get the same error.
please help me check , Thanks a lot
Kevin
[23-Aug-2022 09:28:53 Asia/Taipei] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/xapwodeh/public_html/gibbon/src/Forms/Traits/BasicAttributesTrait.php on line 151
There could be a couple causes for this. The most likely is that the file may have been too big for your system and did indeed exceed the max memory. Around how big was the file you attempted to import? Perhaps try splitting it up. There are also ways to increase the default memory for PHP.
This can also happen if the script somehow got into an infinite loop which consumed all the available memory. This is less likely if the import was working one day but not the next. In this case, you might see other errors in the logs around the same time as the failed import.