From b62910bcf599bf6a373d55c6584d84f4d1f7c20d Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 13 Apr 2010 15:28:07 +0000 Subject: [PATCH] report errors only if they are present increase memory_limit for bootcd generation --- application/controllers/download.php | 2 +- application/views/stage3_node_choose.php | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/application/controllers/download.php b/application/controllers/download.php index fa64938..5b71081 100644 --- a/application/controllers/download.php +++ b/application/controllers/download.php @@ -260,7 +260,7 @@ class Download extends Controller { function deliver_bootmedium($node_id, $action, $filename) { global $api; - ini_set("memory_limit","300M"); + ini_set("memory_limit","450M"); $options = array(); switch ($action) { case "node-usb-partition": diff --git a/application/views/stage3_node_choose.php b/application/views/stage3_node_choose.php index 5a17ef3..ae443f3 100644 --- a/application/views/stage3_node_choose.php +++ b/application/views/stage3_node_choose.php @@ -20,7 +20,13 @@ function updateStaticFields() - + + +

The following errors occured: +

+ - -

The following errors occured: -

Choose a Node to Associate with PCU

Node Name: @@ -41,11 +47,6 @@ function updateStaticFields()
-- 2.43.0