Using TM2 release 9497
When I attempt to save a file (demo.php) TM2 reports that it is Unable to save file. Check console for details.
When I look in Console, I didn't find an entry from this date from Textmate. Where, specifically, should I look for what is happening? The file itself can be replaced, but it would be nice to understand what's happening. Can anyone explain?
--Lewy
You can enable logging which is described in the wiki: https://github.com/textmate/textmate/wiki/Enable-Logging But that has to be done before starting textmate, so the question remains if you can reproduce the problem after a restart?
The times I had this error was when a file was not writable (mostly on network drives) or the file was non-existing.
On 10 dec. 2013, at 20:21, Lewy lewy@chena.fastmail.us wrote:
Using TM2 release 9497
When I attempt to save a file (demo.php) TM2 reports that it is Unable to save file. Check console for details.
When I look in Console, I didn't find an entry from this date from Textmate. Where, specifically, should I look for what is happening? The file itself can be replaced, but it would be nice to understand what's happening. Can anyone explain?
--Lewy
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 11 Dec 2013, at 21:41, Koen Punt wrote:
[…] The times I had this error was when a file was not writable (mostly on network drives) or the file was non-existing.
For the latter, I assume you mean the file’s parent folder was non-existing: In my experience that is the most common reason for this error, and something I plan to fix :)