From 66c6fc52a3d6e5837b144f91a6d27442f3bba138 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 10 Feb 2021 15:54:14 +0530 Subject: Fix issue to download the file --- installer_response_form.module | 1 + 1 file changed, 1 insertion(+) diff --git a/installer_response_form.module b/installer_response_form.module index bff95ad..4ea4ac8 100755 --- a/installer_response_form.module +++ b/installer_response_form.module @@ -2,6 +2,7 @@ /*error_reporting(E_ALL); ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE);*/ +ini_set('memory_limit', '-1'); global $base_url; // Will point to http://www.example.com /** * Implements hook_menu(). -- cgit