Replies: 18 comments 7 replies
|
I thought we fixed this issue a while ago. You can skip the installation with |
|
|
|
Do other routes still work? |
|
Like? |
|
Like just example.com or example.com/mysql-test. |
|
During the installation, the app is set up to redirect all unknown routes to the home/installer page. It will probably be best to reinstall the app. The thing that confuses me is all that the |
|
Did I maybe miss a step in the installation? Isn't it just "Download and extract the zip file"? Is there more to it? |
|
On NGINX, you'll have to configure your block first for the app to function properly, but essentially yes. One thing that's also important is that PHP is able to read and write to all the files, but in most cases this is possible by default. |
|
It's nothing really different from installing WordPress. |
|
Hi @JulianPrieber, maybe I can share some light: this error described by @juekr is also happening to me. It's happening while deploying the files in an IONOS web server. But, using an OVH web server, the applications install without problem. |
|
I got the same issue, but fixed it by enabling .thacces but then encounterd another error the installer is looking for two file which dont exsist called "INSTALLING" and "INSTALLERLOCK" here is the error code: |
|
Im going to reinstall it on a different server cause I changed my provider. I'll poste an update when im done. |
|
I am getting the same error on my docker install. I can install with a local IP, but the setup redirects the /db to HTTP and 404s |
If you're accessing the docker directly over the IP and port, then it works? |
It wont work, i gave up |
|
For everyone still wondering what's causing this: This is most likely a Vhost issue in your setup or reverse proxy. You need to set up your app to redirect everything to HTTPS. If anyone is having this issue with docker, set up your instance using the IP and port directly without a reverse proxy. Then on the config page, enable force HTTPS. For anyone else, just skip the setup and you should be fine. On the setup page, visit You can log in with: |
|
Hi, thanks! |
|
I still have this problem - which is making installation impossible. After pressing next on https://links.domainxxx.co.uk/?3 with response without any redirection If I start again with I have tried reinstalling from scratch several times (on different domains or subdomains) all with the same problem. Going back to https://links.domainxxx.co.uk/ gets back to the start on the setup without problem I just figured out that after /db Not sure where to go from here. Happy to work with you on debugging this on a real live instance |
Uh oh!
There was an error while loading. Please reload this page.
Platform:
Debian GNU/Linux 11Server type:
NGINXPHP version:
8.2Like others in this forum, my installation/configuration stops between steps 3 and 4 with a 403 on a URL ending with
/db. Unlike others I have a nginx setup and after reading about the others' experiences, I could imagine that there is something failing with the htaccess or apache vhost configurations. But I have no idea how to tackle or even debug them with a nginx webserver (came preinstalled with my hoster). Any ideas on what to do to solve or further track down the problem?All reactions