Open spignataro opened 12 years ago
switch ($vName) { case 'preinstall': if ($sufficient) { $this->setRedirect('index.php'); } break; default: if (!$sufficient) { $this->setRedirect('index.php?view=preinstall'); } break; }
This line takes the script into a infinite loop not allowing the user to process the installation.
Kindest regards,
--Steven Pignataro
switch ($vName) { case 'preinstall': if ($sufficient) { $this->setRedirect('index.php'); } break; default: if (!$sufficient) { $this->setRedirect('index.php?view=preinstall'); } break; }
This line takes the script into a infinite loop not allowing the user to process the installation.
Kindest regards,
--Steven Pignataro