Error Logging

Usually for error logging I just send an email to myself when there's an error, but I'm going back and adding it to some existing sites.

I added it to one site and I piggybacked off the error scripts that MBS installs. I have two questions:

  1. if I'm using MBS custom functions for my error trapping and all of my clients don't have MBS installed on their machine, or if it's not installed on the server, will it still log my errors, or do those scripts only exist/work locally on my machine?
  2. I started plugging this in with another client and even though MBS is installed, the custom functions for errors don't show up. Do I have to do something to get them to show up?