From 92404e3e06a5ce89d4e94faa123f8c0bb2bed1dd Mon Sep 17 00:00:00 2001 From: Ki1L3r Date: Fri, 20 Jun 2014 10:40:12 +0200 Subject: [PATCH 1/2] template route not found if templates is defined as templates: www/templates the templates are not found, instead replace templates: yoi/www/templates. --- yoi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoi.yml b/yoi.yml index 0077ee7..8132715 100644 --- a/yoi.yml +++ b/yoi.yml @@ -29,7 +29,7 @@ assets: # ------------------------------------------------------------------------------ # Templates # ------------------------------------------------------------------------------ -templates: www/templates +templates: yoi/www/templates # ------------------------------------------------------------------------------ # Session Variables From 2646a8c7276297a6125447e26964efffd027775b Mon Sep 17 00:00:00 2001 From: Ki1L3r Date: Fri, 20 Jun 2014 10:41:15 +0200 Subject: [PATCH 2/2] Cron file doesn't exist Cron file removed. --- yoi.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/yoi.yml b/yoi.yml index 8132715..84e30e3 100644 --- a/yoi.yml +++ b/yoi.yml @@ -51,13 +51,6 @@ crons: # file : example # timezone: Europe/Madrid - - name : kulturklik Agenda - schedule: "*/5 * * * * *" - # schedule: 0 0-23/2 * * * # Every 2 hours - file : kulturklik - timezone: Europe/Amsterdam - - # ------------------------------------------------------------------------------ # CORS Properties # ------------------------------------------------------------------------------