If are some “Failed Required Services” in the installation process of Zurmo, you need to edit one file to show a “Continue” button:
- File: app/protected/modules/install/views/InstallCheckServicesView.php
- Line: 62
Change:
[codesyntax lang=”php”]
if (count($this->checkResultsDisplayData[$failedIndexId][$requiredIndexId]) == 1)
[/codesyntax]
To:
[codesyntax lang=”php”]
if (count($this->checkResultsDisplayData[$failedIndexId][$requiredIndexId]) > 0)
[/codesyntax]
Senior Web Developer / System Administrator
PHP Consultant at Universidad Autónoma de Nuevo León
http://www.linkedin.com/in/leninmezazarco