The install utility in the 6.5 release posted tonight seems b0rked.
I can't get past that step either.
I tried to figure out what wasn't working right - and couldn't.
If you're
sure that you uploaded all new files - we can bypass the check.
In /install/upgrade.php
Find this:
if (sizeof($nonew) || sizeof($nochanged) || sizeof($noremoved)) {
Change to this:
if (sizeof($nonew) || sizeof($noremoved)) {
Then it'll still report them as wrong, but let you continue. I did a test forum and it seems fine.
Not sure what the "official" fix will be - ubbcentral is down - I'm betting that [:"pink"]
navaho[/][]
https://www.ubbdev.com/forum/images/graemlins/navaho.gif[/] ran into the same glitch.