Support Forums
geany g++ php - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21)
+---- Thread: geany g++ php (/showthread.php?tid=2286)



geany g++ php - Socrates - 10-28-2009

In geany on ubunutu 9.04 when I try to program in php I keep getting this error. /bin/sh: php: not found,does anyone know why? I had been trying find out the answer myself but with no luck.


RE: geany g++ php - Socrates - 10-29-2009

Uggg... bump


RE: geany g++ php - TheDoctor - 10-29-2009

You could try this here :
Code:
Q. cron error: /bin/sh: php: command not found

A. Add your path to php at the beginning of the command.

Example:
/usr/local/bin/php -q -f /your/path/to/AWBS/tools/master_cron.php /your/path/to/AWBS

NEW:
/usr/local/bin/php -q -f /your/path/to/AWBS/tools/master_cron.php
Aufrufe dieser Seite insgesamt: 1361 Aufrufe

I have no idea if this works. Found it http://www.powerserver-germany.com/kb.php?cat=20&action=article&id=276