How are you loading the module that includes this code? (Or the module that loads the ... that loads the broken code.)
Leave the syntax error and delete as much code as possible while still keeping the lack of the original error message. This will help you narrow down what is eating the error message (and will likely get you to the point of being able to post a reproduceable example).
Is this Windows, by any chance? I've seen 'do' fail silently in Windows when the included file has errors, but only sometimes.
|