saddem019 / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Display friendly error message when spawning CGI process fails #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you try to run phpdesktop with PHP 5.6 on Windows XP you will get error 
message like this:

  Error 500: Internal Server Error
  Cannot spawn CGI process [C:\Documents and Settings\Czarek\Desktop\phpdesktop-chrome-31.7-php-5.6.1\www/index.php]: No such device or address

Original issue reported on code.google.com by czarek.t...@gmail.com on 7 Oct 2014 at 4:32

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 13 Oct 2014 at 6:46

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 21 Oct 2014 at 10:40

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/127

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 3:31

kichasher commented 8 years ago

Most probably your php interpreter path is wrong. try including php and give the valid path in your settings.json i.e "cgi_interpreter": "../php/php-cgi.exe",