Open ranguard opened 13 years ago
The RSS files go into /tmp/rss - which works because XML::RSS can take an absolute path (using combust.config.work_path).
But you can't do this for TT INCLUDE's because ABSOLUTE paths are not allowed.
So should that file be being written to somewhere else? - or should tmp/ be in the list of TT INCLUDE_PATH directories?
Cheers
They should go into the "work_path" configuration (defaults to ./tmp – not /tmp).
And yeah, we could add that to TT's include_path. I can do that.
Is this still a concern?
The RSS files go into /tmp/rss - which works because XML::RSS can take an absolute path (using combust.config.work_path).
But you can't do this for TT INCLUDE's because ABSOLUTE paths are not allowed.
So should that file be being written to somewhere else? - or should tmp/ be in the list of TT INCLUDE_PATH directories?
Cheers