aj-techsoul / ELECTRON-4-PHP

An easiest way to use php in electron
MIT License
202 stars 46 forks source link

run npm start no response #21

Open mduzair025 opened 4 years ago

mduzair025 commented 4 years ago

I have seen this video ( https://youtu.be/HwRAaywZXAQ ). Testing in window 10. step by step. I follow him but there is no response after run npm start cloud you pleas help me to run this.

aj-techsoul commented 4 years ago

Sure. Please tell me what exactly you did. Did you follow the steps ? written in the github description section? which OS you are using? What error you getting with screenshots?

I will like to take these details to replicate the error and find solution for you. Thanks.

AJ Kumar

(Founder & CEO)

Mobile : +91 9862542983

Email : techsoul4@gmail.com techsoul4@gmail.comWebsite : www.techsoul.in http://www.techsoul.in/

On Thu, Jul 23, 2020 at 2:52 PM mduzairmduzair notifications@github.com wrote:

I have seen this video ( https://youtu.be/HwRAaywZXAQ ). step by step. I follow him but there is no response after run npm start cloud you pleas help me to run this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIBMFERC6QJZ7LATBJDR476NRANCNFSM4PFQ7RVQ .

Mannibaer commented 4 years ago

@AJ-TechSoul same problem here. Using mac I've cloned the repo, did npm install and at least npm start. Now I see the Electron icon on my dock of my mac, but no phpinfo or any kind of window.

Piescko

aj-techsoul commented 4 years ago

do you mind if i can check with AnyDesk or something? So that i can find, what exactly is the problem ? i think some how the installing php must be giving a problem due to blocked ports or access.

mduzair025 commented 4 years ago

sir the error was on my system I solved that error.

On Sat, Aug 8, 2020 at 10:49 PM AJ notifications@github.com wrote:

do you mind if i can check with AnyDesk or something? So that i can find, what exactly is the problem ? i think some how the installing php must be giving a problem due to blocked ports or access.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/21#issuecomment-670955494, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALHA6USUURYASI65LSD5GM3R7WFZLANCNFSM4PFQ7RVQ .

aj-techsoul commented 4 years ago

Oh thank you for letting me know. Please can you mention what error so that others if they have same problem, then it would help them to fix this problem. :)

On Sun, Aug 9, 2020 at 1:12 PM mduzairmduzair notifications@github.com wrote:

sir the error was on my system I solved that error.

On Sat, Aug 8, 2020 at 10:49 PM AJ notifications@github.com wrote:

do you mind if i can check with AnyDesk or something? So that i can find, what exactly is the problem ? i think some how the installing php must be giving a problem due to blocked ports or access.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/21#issuecomment-670955494 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ALHA6USUURYASI65LSD5GM3R7WFZLANCNFSM4PFQ7RVQ

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/21#issuecomment-671019460, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIA7AY6OSJD2TX7VECLR7ZHMXANCNFSM4PFQ7RVQ .

mcnaveen commented 4 years ago

Same Issue.

image

aj-techsoul commented 4 years ago

@the-mcnaveen possible that the environment is not set properly, because it also installs php and package it with it. So for all this Internet supply is important (specially for linux and macos), So please try to check the environment and also use sudo to install or clone it.

Please send me feedback on it that it worked or not.

mduzair025 commented 4 years ago

I am using window 10 and my always connect with the internet. I use electron js seperetly its working fine and php use with the help of laragon apache server its also wotking fine but i tried 3 and 4 time but its is noy working in my system.

On Tue, 25 Aug 2020, 8:49 am AJ, notifications@github.com wrote:

@the-mcnaveen https://github.com/the-mcnaveen possible that the environment is not set properly, because it also installs php and package it with it. So for all this Internet supply is important (specially for linux and macos), So please try to check the environment and also use sudo to install or clone it.

Please send me feedback on it that it worked or not.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/21#issuecomment-679543827, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALHA6UWBQWRNFESYSYS2N4TSCMYERANCNFSM4PFQ7RVQ .

mcnaveen commented 4 years ago

Which environment you're talking about? You mean, setting the environment variable is .bashrc file?

P.S: I'm always connected to the internet.

aj-techsoul commented 4 years ago

Which environment you're talking about? You mean, setting the environment variable is .bashrc file?

P.S: I'm always connected to the internet.

Try run this command from your project folder php -v and see if the php has successfully installed or not. If not then try to set environment.

@mduzairmduzair Same you need to do but in windows you can find my .bat file, you can simply run that if windows is blocking that.

niilante commented 4 years ago

@AJ-TechSoul How can one prevent Windows distro(ie. 7, 8, 10, etc) from blocking the electron-4-php application.

Because I'm getting the same screen as @the-mcnaveen

aj-techsoul commented 4 years ago
  1. Run as Administrator
  2. Lower your UAC (by finding from window search)
  3. If you use antivirus then whitelist this exe.

AJ Kumar

(Founder & CEO)

Mobile : +91 9862542983

Email : techsoul4@gmail.com techsoul4@gmail.comWebsite : www.techsoul.in http://www.techsoul.in/

On Sun, Aug 30, 2020 at 11:47 AM Richard Nii Lante Lawson < notifications@github.com> wrote:

@AJ-TechSoul https://github.com/AJ-TechSoul How can one prevent Windows distro(ie. 7, 8, 10, etc) from blocking the electron-4-php application.

Because I'm getting the same screen as @the-mcnaveen https://github.com/the-mcnaveen

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/21#issuecomment-683381580, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIBNPEER7NXOZDYIO53SDHVGTANCNFSM4PFQ7RVQ .

mcnaveen commented 4 years ago

Which environment you're talking about? You mean, setting the environment variable is .bashrc file? P.S: I'm always connected to the internet.

Try run this command from your project folder php -v and see if the php has successfully installed or not. If not then try to set environment.

@mduzairmduzair Same you need to do but in windows you can find my .bat file, you can simply run that if windows is blocking that.

PHP is Installed, Still getting same error. image

aj-techsoul commented 4 years ago

Can you reduce the php version to php 7.2 or 7.3 i need to remake your error then only it will be easier for me to fix it.

AJ Kumar

(Founder & CEO)

Mobile : +91 9862542983

Email : techsoul4@gmail.com techsoul4@gmail.comWebsite : www.techsoul.in http://www.techsoul.in/

On Tue, Sep 1, 2020 at 1:46 PM MC Naveen notifications@github.com wrote:

Which environment you're talking about? You mean, setting the environment variable is .bashrc file? P.S: I'm always connected to the internet.

Try run this command from your project folder php -v and see if the php has successfully installed or not. If not then try to set environment.

@mduzairmduzair https://github.com/mduzairmduzair Same you need to do but in windows you can find my .bat file, you can simply run that if windows is blocking that.

PHP is Installed, Still getting same error. [image: image] https://user-images.githubusercontent.com/8493007/91825122-722cbb00-ec59-11ea-9e1c-0f2221deb4ac.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/21#issuecomment-684549056, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIBIQ6PQLVOGTWEE3ZDSDSUWBANCNFSM4PFQ7RVQ .

aj-techsoul commented 3 years ago

Please check now its working. Sorry it was a small mistake.

need to uncomented the commented line in 117 line number. in main.js