Questions tagged [phpdesktop]

PHP Desktop is an open source project providing a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. It is written in C++.

Phpdesktop acts as a PHP to EXE compiler. Embedded into a single application it delivers the following components:

  • a web browser (Google Chrome or Internet Explorer)
  • a multithreaded web server (Mongoose)
  • a PHP interpreter

The final single application comes with no external dependencies. Everything is included in the produced binary and ready to work out of the box.

Resources

62 questions
9
votes
1 answer

ShellExecuteEx error 299 when launching installer created with Inno Setup

I use Inno Setup to create my first installer. But when the installer is launched, before having the windows screen asking the permission to execute this file, I get a window with this error: ShellExecuteEx a échoué : code 299 Seule une partie…
wyllyjon
  • 505
  • 1
  • 5
  • 20
3
votes
1 answer

PHP Desktop Not responding on AJAX CALL

I am trying to convert my existing website into PHP Desktop Application using PHP Desktop, everything is working fine but when i am trying to login i am using ajax call for login it does not responding. it does not even print any error message on…
Juned Ansari
  • 5,035
  • 7
  • 56
  • 89
3
votes
2 answers

PHP desktop how to change the main window icon

I am starting to use PHP desktop to create a desktop application and it works great, just want to know if there's any settings to change the main windows icon, i know to change the pop-up windows icon can be change on settings.json, but i cannot…
KaoriYui
  • 912
  • 1
  • 13
  • 43
3
votes
1 answer

Phpdesktop running codeigniter

I'm using PHPDesktop for my project. My application was developed in codeigniter. Everything was fine, then I changed to phpdesktop, I did some configurations but only the first page is working, when I change to another page, only shown a blank page…
2
votes
1 answer

php desktop not able to connect with MYSQL workbench

I am using MYSQL workbench as a database and PHP to connect to MYSQL workbench while connecting I am getting the following error. Warning: mysqli::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers in…
Samson
  • 352
  • 1
  • 11
2
votes
1 answer

my laravel php desktop application doesn't work after creating installer with inno installer

I have converted this php application into a windows application using php desktop. I have converted mysql db to sqlite and it works fine. However, after creating its setup using inno installer, the app returns a blank page and I cannot understand…
2
votes
0 answers

How to hide program file directory in php desktop software

So, I'm writing a program for a company. But they don't want a web based project and I wrote all the codes in php. So I used php desktop and inno compiler to build a simple desktop software. My problem is when I compile the files in to a setup file…
2
votes
0 answers

phpdesktop - ajax request - resource not found

I am attempting to create a simple application with laravel and wrapping it in phpdesktop to use locally without the need of a webserver(aside from the built-in php server). Everything works great except this one thing. If I launch the app.exe, i…
Beefjeff
  • 371
  • 4
  • 12
2
votes
1 answer

Unable to run desktop app on client side using local machine as server

I have migrated my laravel based web app to a desktop app using phpdesktop. Everything is working fine when I am running it on my local. The problem arises when I tried to run it on the other machine using my machine as the server. Here's the code…
Shwetank
  • 374
  • 1
  • 6
  • 20
2
votes
2 answers

Error: Database connection "Sqlite" is missing, or could not be created Cakephp 2.9.0

Hi I am building a desktop app using phpdesktop. I ran into this problem Error: Database connection "Sqlite" is missing, or could not be created. when using cake bake. I am able to connect to db and fetch a data-row using Controllers. My major worry…
Koji D'infinte
  • 1,309
  • 12
  • 20
2
votes
1 answer

Codeigniter base url include port generated randomly

I am using Codeigniter 3 to build an application with PHP Desktop and I am trying to get the base url to execute an ajax script in javascript. $.get( "", { pin: pin, dash : "no", entree : "0",…
pollux1er
  • 5,372
  • 5
  • 37
  • 36
2
votes
1 answer

Hitting errors when compiling PHP, jsoup/Java script

I have a script that works perfectly when hosted on a server and visited in a browser. The script contains PHP, html, javascript and jsoup.jar components. I have Java on the machine and the script works perfectly, as said, when visited in a browser,…
VAnton
  • 167
  • 1
  • 12
2
votes
2 answers

how to run laravel application in phpdesktop application?

I have downloaded phpdesktop application and copied working laravel application into the phpdesktop www directory. Also enabled the necessary extension in php-ini file inside phpdesktop application. Index page of the application is working…
uma
  • 493
  • 2
  • 10
  • 24
1
vote
1 answer

Phpdesktop chrome not loading fonts

Im building a php desktop chrome app with Laravel8 at back and angular/ionic up front/ It working well but php desktop isnt loading my google font over the network and im not sure why: my index.html:
Noble Eugene
  • 523
  • 1
  • 5
  • 15
1
vote
0 answers

Configuring php desktop chrome for allowing it to connect to oracle 12c

I tried to find folder with PHP INI and i cant find an extension with (php_oci8_12c) However when i tried to check the folder inside PHP desktop app i found that it has php_oci8_12c.dll, And i tried to insert extension=php_oci8_12c in PHP INI but…
1
2 3 4 5