Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Im using Drupal 8.3.9 , php 5.6. I'm trying to upload large files over 20MB but get a 500 error after a certain time. I set the upload size limit to 256MB but the issue still occurs. I'm fine with taking a long time to upload but it doesnt even get there.
Drupal DB Log: Upload error. Could not move uploaded file test.txt to destination public://2018-05/test.txt.
No error shows on Apache Log. I have over 20GB of free space.
I'm using Drupal 8.3.7, php 5.6. I downloaded and installed the packages for Upload Progress Bar. It says its enabled on Status Report but doesnt show when uploading files. Why isnt it showing?
Commands Ran:
pecl install uploadprogress , edited php.ini and added extension=uploadprogress.so, restarted the server . Not sure what else to do.
I have created a content type and allows for comment. Then I set up a 'view display page' for filtering he result. However, the 'view/display page' also allows people to add new comment, how do I disable or hide that comment section?