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

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
wiccano
Posts: 13
Joined: 13. May 2010, 02:12

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

Post 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?
Last edited by wiccano on 15. May 2010, 23:54, edited 1 time in total.
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: instalando symfony / Install symfony

Post 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.
Image
wiccano
Posts: 13
Joined: 13. May 2010, 02:12

Re: instalando symfony / Install symfony

Post by wiccano »

=O...... thanks....

i dont have any problem now!!!!

see ya
Post Reply