Welcome Guest, Not a member yet? Register   Sign In
Exception details in log
#12

(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.
Reply


Messages In This Thread
Exception details in log - by CIDave - 10-25-2023, 03:38 AM
RE: Exception details in log - by CIDave - 10-25-2023, 09:03 AM
RE: Exception details in log - by CIDave - 10-25-2023, 01:08 PM
RE: Exception details in log - by CIDave - 10-26-2023, 01:10 AM
RE: Exception details in log - by CIDave - 10-26-2023, 01:54 AM
RE: Exception details in log - by CIDave - 10-26-2023, 02:22 AM
RE: Exception details in log - by InsiteFX - 10-26-2023, 09:31 PM
RE: Exception details in log - by CIDave - 10-27-2023, 12:20 AM
RE: Exception details in log - by kenjis - 10-27-2023, 01:05 AM
RE: Exception details in log - by CIDave - 10-27-2023, 01:50 AM
RE: Exception details in log - by kenjis - 10-27-2023, 02:25 PM
RE: Exception details in log - by CIDave - 10-28-2023, 12:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB