Ticket #238 (closed Bug: fixed)

Opened 3 months ago

Last modified 2 months ago

Installer: Undefined index: setTimeLimit_ok

Reported by: kelly Assigned to:
Priority: normal Milestone: RobotRock
Component: Plugins Version:
Keywords: installer setTimeLimit_ok Cc:

Description

In plugins/Installation/templates/systemCheck.tpl on line 88 you try to read $infos.setTimeLimit_ok but do not define it before.

Just insert on line 120 in plugins/Installation/Controller.php: $infos\['setTimeLimit_ok'\] = false;

Otherwise you will not be able to continue installer.

Change History

06/30/08 01:22:41 changed by matt

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to RobotRock.