That must be from a mod - maybe try looking in your product manager and seeing if you can spot any likely suspects.
The error could be a file permission problem. The function touch() sets the modification time on a file, so if it's failing it's likely that the script doesn't have the right permission. But there's no way to know what file it's trying to touch() without seeing the code.
|