in reply to Re^2: How to create an error log file?
in thread How to create an error log file?

Ask your sysadmin the location of the webserver logfiles. It might be in your homedir somewhere. The filename is usually something like error_log so if you run find ~ -name error_log on a unix/linux box, it might find the file for you.