Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/04/2013, 16:26
Avatar de AdrianSeg
AdrianSeg
 
Fecha de Ingreso: enero-2010
Mensajes: 595
Antigüedad: 14 años, 3 meses
Puntos: 14
Duda tuenti contest enviar soluciones

Estoy intentando probar mi script pero me encuentro el siguiente error...

central@ubuntu:~/Escritorio/tuenti$ ./test_challenge F93g0****6ak-******* /etc/php5 php test.php

Evidentemente he ocultado mi token y me tira esto...


ERROR: Unable to execute file.
The file '/etc/php5' does not exist or its not executable.

- Check that the file exists, the path is correct or it's in the PATH
- Check that the file has executable permissions
- If it's a scripting language, try to execute:
test_challenge TOKEN SRC_PATH <interpreter> <path/to/source>
For example, for PHP:
test_challenge TOKEN SRC_PATH php path/to/source.php

Gracias... :)