Hi Pascal, thanks for your software. I just downloaded it and set it up under a directory "znetdk" on my webserver. I use 1&1 Linux shared hosting. I have PHP 5.5.6 installed.
When I loaded the index.php page I got a very broken page that obviously could not access the images, style sheets, scripts, etc. When I viewed the source of the page, I saw all of the "href" and "src" references looking like this:
href="/engine/public/images/logoznetdk.png"
href="/resources/jquery-ui-1.10.3/themes/base/minified/jquery-ui.min.css"
href="/engine/public/themes/znetdk/theme.css"
I've temporarily made it work by adding sym links at the root web directory for engines, resources, and applications down to the real directories under znetdk. Now the page loads correctly, and so does the App Wizard. I haven't yet tried anything further.
It seems that some variable is not defined by the web server as the code expected it to be. Have you seen this before? Did I do something wrong on installation?