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?
[solucionado]instalando symfony / Install symfony[close pls]
[solucionado]instalando symfony / Install symfony[close pls]
Last edited by wiccano on 15. May 2010, 23:54, edited 1 time in total.
Re: instalando symfony / Install symfony
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 :
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.
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

Re: instalando symfony / Install symfony
=O...... thanks....
i dont have any problem now!!!!
see ya
i dont have any problem now!!!!
see ya