How can I get a traceback on function calls?

I’ve been trying to make a search page, but I keep getting redirected back to the main site. I can’t find anything useful in the log about why this might be happening. Is there a way I can enable some sort of traceback so that I can figure out what is causing this? What I’d like to do is see some sort of list that tells me the names of the functions being called, and the php files where those functions reside.

Related posts

Leave a Reply