SilentCry
SilentCry

Reputation: 2102

EasyPHP 16.1 autostart http & mysql

I'm so confused, because each time I run EasyPHP I need to go through dashboard to start http and mysql server. It's really annoying. Is there any way to set easyphp to start http and mysql automaticaly? Now it takes 10 clicks to run site instead of 3 clicks in 14.1. And really more time.

Upvotes: 4

Views: 3178

Answers (2)

Balmipour
Balmipour

Reputation: 3055

Using version 17, I had the same problem, and found a simple workaround :
Be sure to first back-up your .ini files if you have any doubt.

  • Open run-devserver.ini
  • Search the [StartRestartAllServers] section, and copy the action it contains...
  • ...at the end of the [StartupAction] section.


Setting the values in eds.ini did not change anything (I tried values "1", "true", "yes" and "Y")
For the record, those values are :
Autostart_httpserver=
Autostart_dbserver=

Maybe the .ini expects something else, like the full path or command ?
Anyway. Now, it works perfectly.

Upvotes: 8

EasyPHP
EasyPHP

Reputation: 126

This problem has been fixed with the last version (16.1.1).

Upvotes: 1

Related Questions