Hi there!
I am having some problems executig the symfony command on my project root directory.
Some useful information:
symfony file permissions: -rwxr-xr-x 1 root root
symfony file content:
chdir(dirname(FILE)); require_once(dirname(FILE).'/config/ProjectConfiguration.class.php'); include(sfCoreAutoload::getInstance()->getBaseDir().'/command/cli.php');
Everytime I execute the symfony command, the result is empty. I'm currently using as development environment Ubuntu 10.04 as operating system and Eclipse PDT as IDE.
Can anyone give me some help?
Thanks in advance, Best regards!