18 Jan
2016
18 Jan
'16
11:17 p.m.
On Tue, 2016-01-19 at 00:55 +0200, Kadir Beyazlı wrote:
But when I change their place (session definition first), it works:
session: YAML engines: session: YAML: session_dir: /home/kadir/dancer-sessions
template: "template_toolkit" engines: template: template_toolkit: start_tag: '<%' end_tag: '%>'
You've got the engines key twice. You need to combine them: engines: session: YAML: session_dir: /home/kadir/dancer-sessions template: template_toolkit: start_tag: '<%' end_tag: '%>'