We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Is this still a concern?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: