PHP error logs - where are they?

Discussion in 'HTML / PHP / JavaScript / CSS' started by Nelly, Jul 6, 2011.

  1. hi

    where / how do I obtain my PHP error logs

    thanks

    Nelly
     
  2. Hopefully one of the DASP crew can help you with this, I know nothing about PHP. ;-)
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    PHP sends error to browser and is not logged on the server.
     
  4. thanks for the replies

    so Bruce how do I log these or tell which file is generating the server errors, surely there must be some way to debug?

    thanks

    Nelly
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    Just like with any asp / asp.net application, you need to build error handling / reporting into the application.

    I am not too familiar w/ PHP but with .NET, there are many publicly available libraries that do that, eg. ELMAH
     
  6. Hi Bruce

    thanks for your suggestions but although ive learned a lot from being here its not my area of expertise

    anyone offer their services?

    no luck with developers of the script, they blame hosting co and hosting (dasp) say nothing has changed on the servers!

    PM me please

    thanks

    Nelly
     

Share This Page