After setting up the backend with INSTALL.php (using existing MySQL DB, successful setup message), I continue to get the message "API did not send back a header with the version information" in the app.
When looking at the php files on the server, I can see in config.php all MySQL values are filled, but the first line is:
$authKey = '';
So does that mean the install routine did not successfully hash the authentication token?
On the other hand, it seems like it does not even get to authentication ...
Can you give me any other hint at what I might be doing wrong?
My host is: "http://mydomain/shoppinglist-dir/" or should I ditch the trailing slash?
Do I need to configure the .htaccess file?