Re: Web server log: can't create error message file: ex.err
- Posted by jeremy (admin) Dec 06, 2010
- 1367 views
Are you using 4.0 or 3.x? If 4.0, I would try (to make sure it's writing in the right location) is use man:std_error#crash_file. Set it to, say, /tmp/mywebapp.err to start with and see if it can write there. If so, I'll bet something isn't right with the permissions somewhere.
If 3.x, try making a ex.err file and doing chmod a+rwx ex.err. This is not for production use, nothing should ever be world writable. It's merely a step to determine what the actual problem is.
Jeremy