Page 1 of 1

[solucionado]instalando symfony / Install symfony[close pls]

Posted: 13. May 2010, 02:20
by wiccano
hola amigos.

Instale php de los respositorios y ahora me disponia a instalar el framework symfony, pero me encontre con que el comando php me trae problemas, por ejemplo necesitaba realizar el siguiente comando:

$ php lib/vendor/symfony/data/bin/check_configuration.php

y me tira este error:

Could not open input file: lib/vendor/symfony/data/bin/check_configuration.php

este es la pagina del tutorial que estoy haciendo.

http://www.symfony-project.org/jobeet/1 ... rine/es/01

como puedo solucionar el hecho de que no puedo correr scripts php en mi consola?
_____________________________________________________________________________________________
hello friends.

php Install the repositories and now I was ready to install the symfony framework, but I found the command php bring me problems, for example needed to perform the following command:

$ php lib / vendor / symfony / data / bin / check_configuration.php

and I throw this error:

Could not open input file: lib / vendor / symfony / data / bin / check_configuration.php

This tutorial is the webpage I'm doing.

http://www.symfony-project.org/jobeet/1 ... rine/es/01

how I can fix the fact that I can not run php scripts on my console?

Re: instalando symfony / Install symfony

Posted: 15. May 2010, 16:05
by JRD
Oh...come on. Use the "tab" key.
It took me 1 min to download the source of symfony and figure out that the directory is not "symfony" but "symfony-1.3.4"
So it's probably :

Code: Select all

php lib/vendor/symfony-1.3.4/data/bin/check_configuration.php
When you need to type a path, use the "tab" key for completion, this way you will not have to find the exact right path.

Re: instalando symfony / Install symfony

Posted: 15. May 2010, 23:53
by wiccano
=O...... thanks....

i dont have any problem now!!!!

see ya