Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EasyPHP Dashboard Unable to load

Tags:

easyphp

I have installed EasyPHP web server "EasyPHP-Webserver-14.1b2"

After installation i am able to access the dashboard 127.0.0.1:10000

however, after restarting my computer, i could not access the dashboard. it just keep loading and loading

like image 333
Ben Yap Avatar asked Mar 29 '16 15:03

Ben Yap


People also ask

How do I open EasyPHP?

To start EasyPHP, select Start > Program Files > EasyPHP > EasyPHP. EasyPHP will start. The EasyPHP logo should appear in the notification area of your task bar.

What is EasyPHP Devserver?

Devserver installs a complete and ready-to-use development environment. Devserver is portable, modular, fully configurable and easy to update and extend (see modules and components).


2 Answers

I also had the same problem. I ran the application as administrator, it worked for me.

like image 64
sadi-guzel Avatar answered Oct 08 '22 18:10

sadi-guzel


To manually start the dashboard use this command:

"C:\Program Files (x86)\EasyPHP-Devserver-17\eds-dashboard\eds-dashboard.exe" -S 127.0.0.1:1111 -c eds-dashboard.ini
like image 33
Marcos Avatar answered Oct 08 '22 16:10

Marcos