Joomla3-Admin-template / joomla-cms

Home of the Joomla! Content Management System
http://joomla.org
GNU General Public License v2.0
53 stars 11 forks source link

Install infinite loop #91

Open spignataro opened 12 years ago

spignataro commented 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