I’ve tried to install a clean starterkit (3.5.1) site on a webserver but i did not get the panel to run. When i try to install kirby, register the admin account, i receive after the form submit an " The JSON response of the API could not be parsed:" error.
The error in the dev console is “https://www.domain.tld/api/system/install 403 (Forbidden)” and give as result {"status":"error","message":"No route found for path: \"system\/install\" and request method: \"GET\"","code":404,"exception":"Exception","key":null,"file":"\/kirby\/src\/Http\/Router.php","line":154,"details":[],"route":null}
The Kirby Frontend is up and running, but the panel is not useable.
In the first step yes but as i saw the error, i’ve installed a fresh starterkit to see if i have produce the error. was the same result, both times.
Permissions seams to work for the moment, the /media folder was created and filled automatically after load the frontend. Anyway i check it right now and set the folder/files to 770 - no effect in the panel.
If you use a REST client and send a POST request to yourdomain/api/system/install, what response to you get? I find it weird that hitting the submit button should send a GET request, as if somehow POST requests were not allowed.
evanzo hosting, but it doesn’t matter anymore. We will transfer everything to another hoster were kirby systems running out of the box and without strange errors