Re: PHP version reporting incorrectly...
Reply #15 – July 06, 2018, 04:53:59 pm
Why are you running upgrade.php? It should be install.php if you're installing a new forum. I am only going on GitHub and looking at the code btw, I didn't write this software just trying to assist.
Re: PHP version reporting incorrectly...
Reply #16 – July 06, 2018, 05:16:06 pm
As far as I can see the installer runs and then goes straight on to upgrade.php - it does seem odd that the latest version requires an immediate upgrade and I suspect this is root of the problem, and nothing to do with db privileges or even php versions! I'm playing with setting up a clean install on a D8 droplet at digital ocean. If that hits the same issues we're in trouble. But if I get a clean install there then I'll use that to try and figure out what's different about our container environment! Very many thanks for your help - you've got me on the right track I hope...
Re: PHP version reporting incorrectly...
Reply #17 – July 06, 2018, 05:27:33 pm
Ok, I was curious and tries a fresh install, I can confirm I get the same error as you do. I'll get back to you with the fix!
Re: PHP version reporting incorrectly...
Reply #18 – July 06, 2018, 05:36:37 pm
It's the ALTER command itself which is failing.
Re: PHP version reporting incorrectly...
Reply #19 – July 06, 2018, 05:52:46 pm
Can you replace your upgrade.php with the attached please?
Re: PHP version reporting incorrectly...
Reply #23 – July 07, 2018, 05:20:21 am
emanuele
Global Moderator
The bug open at github if I understand it correctly is about upgrade.php, but if you delete the install directory you delete every thing including upgrade.php. Unless I misunderstood the report.
Re: PHP version reporting incorrectly...
Reply #25 – July 07, 2018, 07:17:09 am
emanuele
Global Moderator
The test is on the directory, so it is not a bug per se, but the intended behaviour. We can discuss is there is a more appropriate. The query is indeed a bug.