OK. So here we go. Upload complete. Navigating to mysite/ninja3 gives this.
Going to mysite/ninja3/public gives the setup page which is at /ninja3/public/setup
So I fill it out.
Completed and it takes me right back to the original setup page. Navigating to mysite/ninja3/public gives this.
I now also have a laravel.log file which has:
[2021-06-03 15:55:15] production.INFO: db fails
[2021-06-03 15:55:17] production.INFO: db fails
[2021-06-03 15:55:17] production.INFO: db fails
[2021-06-03 15:56:44] production.INFO: db fails
[2021-06-03 15:58:54] production.INFO: The Process class relies on proc_open, which is not available on your PHP installation.
[2021-06-03 15:59:12] production.INFO: account table not found
So that’s what I got for now. Hopefully this helps with the troubleshooting process.
If I navigate manually back to mysite/ninja3/public/setup then I get the setup page again. Based on the error I’m going to email the provider and ask about the “proc_open” option.
EDIT
And I heard back.
So apparently, this may not work for me. Is there any other workaround that could be used?