-redirected errors from propel-install script to log file

This commit is contained in:
mkonecny 2011-01-06 12:11:38 -05:00
parent daf37fa548
commit 7cf9699e37
1 changed files with 1 additions and 1 deletions

View File

@ -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);