PHP Symfony framework error
Thursday, April 24th, 2008I got the following error when trying to run “symfony propel-build-model“.
BUILD FAILED
Can’t load default task list
Total time: 0.0008 seconds
ERROR: symfony - Can’t load default task list
I’ve using PEAR install, symfony version is 1.0.13 running under PHP 5.2.5 (Windows XP), phing version is 2.3.0.
To solve this problem you should replace your Win32FileSystem.php in your php/pear/symfony/vendors/phing/system/io with Win32FileSystem.php from php/pear/phing/system/io, because this file is outdated in symfony phing version and contains invalid return value in resolveFile function.
Hope, this will help someone.

