Hi,
I have done a "svn co" for a repository that contains a symfony app.
Then i went to the root of the project and when i write a task "php
symfony .." I only get the first lines of config/
ProjectConfiguration.class.php
ini_set('display_errors', 1);
ini_set('session.save_handler','files');
ini_set('safe_mode','Off');
ini_set('register_globals','Off');
ini_set('memory_limit','128M');
/*
* This file is part of the symfony package.
* (c) Fabien Potencier <[email protected]>
*
* For the full copyright and license information, please view the
LICENSE
* file that was distributed with this source code.
*/
chdir(dirname(__FILE__));
require_once(dirname(__FILE__).'/config/
ProjectConfiguration.class.php');
include(sfCoreAutoload::getInstance()->getBaseDir().'/command/
cli.php');
and the prompt again.
Anyone knows?
sf 1.4
Javier
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en