(10-26-2023, 09:31 PM)InsiteFX Wrote: The correct way is to edit your php.ini file. Edit memory_limit to your desire value.
As from your question, 128M (which is the default limit) has been exceeded, so there is something seriously
wrong with your code as it should not take that much.
If you know why it takes that much and you want to allow it set memory_limit = 512M or higher and you should be good.
I'm aware of there is an error and something is causing it.
My question is how can I get CodeIgniter to tell me what page the error occurred on? When it logs a critical error, it won't tell me which script/page caused the issue, just the stack trace from index.php to system calls.
This makes it infinitely hard to figure out this edge case.