We have a Drupal 7 site that allows members to upload/download video files. The files are uploaded, renamed using File Field Paths, then transferred to an AWS bucket. Permissions are controlled via Drupal's private file system. The upload limit on the field is 4GB.
Users are sometimes seeing a problem where they try to upload a file and see an error message.
"The file [renamed-filename] could not be saved. An unknown error has occurred.
The file in the Video field was unable to be uploaded."
Watchdog shows a number of warnings, notices, etc.
excuse me for my english, i'm beginner in drupal 7 and my boss tell me to configure web service Api , service views for our mobile application base on IOS, and i installed services module and all dependencies but i can't have all my information provide by views service i want to know if there is a problem with my configuration or i need to create a custom module .
I am making changes to an existing Drupal website and trying to install a few modules needed. But, when I try to enable the new modules, I couldn't find the installed modules in the list. There was no problem with the installation, both info and module files are there. I really don't know how to troubleshoot this. It's happening with every module I install, so I think it's a problem with my Drupal dashboard rather than the module file. Anyone have ideas how to fix this?
D 7.61 comes with a new default.settings.php. So, before I make some (stupid!) catastrophic mistake, please tell me if I’m about to do the right thing… or not!
1. Copy from my actual settings.php file (7.60) the the “$databases = array();” info : lines between 214 to 226 and save it somewhere:
Recently I have upgraded my drupal instance to recent version 7.60. Post that I observed that for a specific field the images uploaded are getting stored in files directory but are not shown as linked in the node edit. Not sure what might have caused this as there are other image fields which are working just fine pointing to same directory ruling out the possibility of permissions issue.
We are suddenly experiencing an error when uploading an image to our website created in Drupal 7. Error message states "An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (64 MB) that this server supports" (even though it was well below in size). We tried raising the file size limits on my server even though the image was well below the original limits of 64 mg. Also we tried reverting the htaccess to the original but error continues.