Page 1 of 1

any help?

Posted: Thu Jun 19, 2014 8:08 am
by toyo
I need to write error 500 handler for php application
this addon will run on ready php 5.3.3 website
it must catch an error data including GET, POST, SESSION, SERVER collections and save it into mysql db.

at the back office will be report with all cached information with delete...... Need some help with this

Re: any help?

Posted: Thu Jun 19, 2014 9:29 pm
by Christopher
500 errors will be in the logs. So you just need to regularly search for 500 errors and write them to the database.

Re: any help?

Posted: Fri Jun 20, 2014 2:22 am
by toyo
i dint get that explanation. Please clearify, and show me how.. thx

Re: any help?

Posted: Fri Jun 20, 2014 3:03 pm
by Christopher
Do you have access to the web server logs? What web server are you using? What tools do you have to access the logs?