Hi there,
Wanted to identify to the developer that upon attempting to install most current version, I was getting error 500 on install/index.php. Spent hours reviewing my configuration and eventually turned on PHP debugging. It turns out there's a reference to "set_magic_quotes_runtime(0)" on line 56 of install/index.php.
I'm running php7. magic quotes have apparently been deprecated for several versions now, so this function no longer works.
I've commented out the line, and installation appears to be proceeding now. Anyway, wanted to pass on the feedback so you can either update the code or include a reference in the troubleshooting guide.
Regards,
David