From 7cf9699e374a7cc6df30d9277a75e69fc07e6a61 Mon Sep 17 00:00:00 2001 From: mkonecny Date: Thu, 6 Jan 2011 12:11:38 -0500 Subject: [PATCH] -redirected errors from propel-install script to log file --- install/propel-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/propel-install.php b/install/propel-install.php index a9960c9d2..8a24e659e 100644 --- a/install/propel-install.php +++ b/install/propel-install.php @@ -68,7 +68,7 @@ if ($langIsInstalled == '0') { echo " * Creating database tables\n"; // Put Propel sql files in Database -$command = __DIR__."/../library/propel/generator/bin/propel-gen ../build/ insert-sql"; +$command = __DIR__."/../library/propel/generator/bin/propel-gen ../build/ insert-sql 2>propel-error.log"; //echo $command."\n"; @exec($command, $output, $results);