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.
In order to uprade my V6 sites et V8, I installed a V8 Drupal on a last version of Wampserver64: Apache 2.4.18, MySQL 5.7.11, php 5.6.19, phpMyAdmin 4.5.5.1
I have created a new content type, and all of a sudden I can not upload any images to my site. It is a local server so disk space is not an issue.
The error is "The file could not be saved because the upload did not complete.
File upload error. Could not move uploaded file.
This value should not be null."
It is drupal 8.1.8
I have changed the temp directory to a place that www-data has full read and write permissions, as well as changing the files folder to 777, none of which seem to fix the issue.
Hi I can´t run database update script when install new module or updating to 8.1.8 and 8.2.x keep getting this message:
Not present - Your /settings.php file must define the $config_directories variable as an array containing the names of directories in which configuration files can be found. It must contain a sync key.
I've been searching for a solution for about two days. I finished installing Drupal 8.1.8, server 2008 R2, iis... The issue I have is the default theme (Bartik 8.1.8) never seems to load. Everything is on the left hand side of the page. I tried adding the Integrity theme which shows up in the list just fine and I set it as the default with the same results. Any idea where I went wrong?
Drupal 8 enables different comment types. However to my knowledge, you cannot include different comment types in the same comment thread. If that is possible, I would like to know how to do it.
As a work around, I want to tag comments in the same thread according to their content. For example, if a user creates a comment with a video, they would choose from a drop down box and tag the comment with the term "video."
But instead of the word video showing as the tag, I want a video icon to show instead.