Ok, go to setup/prerequisites
in your browser.
Do you get redirected back to setup/language
?
Let’s see that answer first
Then open application/modules/setup/controllers/Setup.php
and remove this piece:
if ($this->session->userdata('install_step') <> 'prerequisites') {
redirect('setup/language');
}
(It’s in the public function prerequisites()
function)
Let’s see if you can go to setup/prerequisites
after that