From 81ae05f47659bbfce7b173d512568ca0dc955063 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 19 Jun 2019 17:14:07 +0100 Subject: [PATCH] Check if this is a memory issue --- application/controllers/Clublog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index f43570d6..83b5d042 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -13,6 +13,7 @@ class Clublog extends CI_Controller { // Upload ADIF to Clublog public function upload($username) { + ini_set('memory_limit', '-1'); $this->load->helper('file'); $this->load->model('logbook_model');