Google Code Exporter
Google Code Exporter
When the path to php-cgi.exe is invalid you will see in browser such a message: ``` Error 500: Internal Server Error Cannot spawn CGI process [D:\phpdesktop\www/index.php]: No such device or...
This can be implemented either through Mongoose web server error handling mechanism, or through the OnLoadError() callback in CEF. For now I see only use for it for 404 pages....
See https://github.com/cztomczak/phpdesktop/wiki/Knowledge-Base#error-500-internal-server-error-cgi-program-sent-malformed-or-too-big-16384-bytes-http-headers This error message can be intercepted in CefLoadHandler::OnLoadError and handled appropriately by displaying a friendly error message explaining what is happening. See also Issue #74 that displays a...
See https://github.com/cztomczak/phpdesktop/wiki/Knowledge-Base#error-500-internal-server-error-cannot-spawn-cgi-process-cdocuments-and-settingswwwindexphp-no-such-device-or-address 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...
It would be nice to know the path where phpdesktop.exe executable and other binary files resides. Original issue reported on code.google.com by `[email protected]` on 3 Oct 2014 at 3:58
There have been some updates to Gecko documentation on embedding using the new API. However, many links to examples or blog entries are broken. See the up-to-date docs here: https://wiki.mozilla.org/Embedding/IPCLiteAPI...
If settings.json resource is embedded in exe then use it, otherwise check for settings.json file in current directory. This command can be used for embedding (found in node-webkit examples): ```...
``` 1. I use MSIE browser. I installed PHP Desktop in the "Program Files (x86)\MyApp" directory on a Windows 7 computer granting the write and modify access of this directory...
``` Currently you can call PHP Desktop internal functions only from within javascript, see the JavascriptApi wiki page. It would be nice to be able to interact with PHP Desktop...
``` To allow drag and drop in phpdesktop you need to set the "external_drag" setting to true, see the ChromeSettings wiki page. The name is unfortunate as it controls both...