DEVSERVER
DEVSERVER copied to clipboard
New installation shows error on dashboard (Notice: Undefined offset: ...)
Just installed the app and there is an error:
Notice: Undefined offset: 3 in C:\Program Files (x86)\EasyPHP-Devserver-17\eds-dashboard\index.php on line 23
Also where is the source where we can place php files? The path EasyPHP-Devserver-17\eds-dashboard\index.php
does not work, no matter where you place a php file
Hi, just have same error. My easyphp installation worked fine till today, nothing new, no modification (Windows 10 config)
UPDATE : finally I have take a look, in "index.php" (eds-dashboard directory) line "exec('eds-app-list.exe -accepteula -e "eds-httpserver"', $httpserver_status)" => "eds-app-list.exe" does not report good status
=>SOLVED replacing by exec('tasklist /FI "imagename eq eds-httpserver.exe" /FO CSV /NH', $httpserver_status); and the same for eds-dbserver Hope it will help