

DRUPAL FEEDS FILE SIZE 2 MB CODE
I'm pretty sure I have to change some code in the file located in admin\controller\catalog\download. Warning: Cannot modify header information - headers already sent by (output started at /home/content/e/n/o/awebsitename/html/admin/controller/catalog/download.php:342) in /home/content/e/n/o/awebsitename/html/system/engine/controller.php on line 23Īny help would be greatly appreciated, thanks. Warning: Invalid argument supplied for foreach() in /home/content/e/n/o/awebsitename/html/admin/model/catalog/download.php on line 14

Drupal displays the max file size correctly, but when I try to upload files bigger than 2 MB - the old limit - I get an Ajax Error, telling me the entity is too large. If you will reduce the uploadmaxfilesize in php. 1 I have changed the uploadmaxfilesize and the max body size in my php.ini to 15 MB. Notice: Undefined index: download_description in /home/content/e/n/o/awebsitename/html/admin/model/catalog/download.php on line 14 jshimota01, I tested this on Drupal 9.1.dev branch. Notice: Undefined index: remaining in /home/content/e/n/o/awebsitename/html/admin/model/catalog/download.php on line 10 Notice: Undefined index: download in /home/content/e/n/o/awebsitename/html/admin/model/catalog/download.php on line 10 Notice: Undefined index: download in /home/content/e/n/o/awebsitename/html/admin/model/catalog/download.php on line 4 Notice: Undefined index: download in /home/content/e/n/o/awebsitename/html/admin/controller/catalog/download.php on line 348 Warning: Invalid argument supplied for foreach() in /home/content/e/n/o/awebsitename/html/admin/controller/catalog/download.php on line 342 Code: Select all Notice: Undefined index: download_description in /home/content/e/n/o/awebsitename/html/admin/controller/catalog/download.php on line 342
