debugging - How to trace PHP errors? -


i following error:

[23-feb-2011 19:51:29] php fatal error: allowed memory size of 134217728 bytes exhausted (tried allocate 512 bytes) in /obj/class.db.php on line 60 

my problem don't know error happens. line 60 of class.db.php 1 of used functions in application (database read() function).

how can trace error originates from?

you can try using http://www.xdebug.org/


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -