3
Comments
  • 0
    Well it's a warning and not an error. Though you can prevent it with

    try {
    // code here
    } catch (Exception $e) {
    // log to file
    // or email error
    }
  • 0
    @Yawned, thanks for the tip but that's not my site, I was browsing the internet and received that non user friendly response.
  • 0
    I hate when this happens, 😞
Add Comment