Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r15104 -r15130 --- branches/5.2.x/core/install.php (.../install.php) (revision 15104) +++ branches/5.2.x/core/install.php (.../install.php) (revision 15130) @@ -1,6 +1,6 @@ currentStep) { case 'sys_requirements': $required_checks = Array ( - 'php_version', 'curl', 'freetype', 'gd_version', - 'jpeg', 'mysql', 'date.timezone', 'output_buffering', + 'php_version', 'curl', 'simplexml', 'freetype', 'gd_version', + 'jpeg', 'mysql', 'json', 'date.timezone', 'output_buffering', ); $check_results = $this->toolkit->CallPrerequisitesMethod('core/', 'CheckSystemRequirements'); @@ -673,7 +673,7 @@ case 'select_license': // reset memory cache, when application is first available (on fresh install and clean reinstall steps) - $this->Application->HandleEvent($event, 'adm:OnResetMemcache'); + $this->Application->HandleEvent(new kEvent('adm:OnResetMemcache')); $license_source = $this->GetVar('license_source'); switch ($license_source) {