DEVSERVER icon indicating copy to clipboard operation
DEVSERVER copied to clipboard

New installation shows error on dashboard (Notice: Undefined offset: ...)

Open samayo opened this issue 2 years ago • 1 comments

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 image

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

samayo avatar Apr 07 '22 18:04 samayo

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

hentbont avatar May 03 '22 08:05 hentbont