From 9e11bfa4a632374df5b1e6bb380c769b6231225c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 28 Jan 2015 13:54:24 +0100 Subject: wrong path for database file --- app/config/parameters.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/config/parameters.yml.dist') diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 977ab1a8..1c72b9a3 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -1,7 +1,7 @@ # This file is a "template" of what your parameters.yml file should look like parameters: database_driver: pdo_sqlite - database_path: "%kernel.root_dir%/data/db/poche.sqlite" + database_path: "%kernel.root_dir%/../data/db/poche.sqlite" mailer_transport: smtp mailer_host: 127.0.0.1 -- cgit v1.2.3