The beginning <?php must be missing. Check it in the /symfony file and in
config/ProjectConfiguration.class.php

---
Alexandre Salomé - http://alexandre-salome.fr

Le 12 nov. 2010 17:25, "Javier Garcia" <tirengar...@gmail.com> a écrit :

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 <fabien.potenc...@symfony-project.com>
 *
 * 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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to