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.
I am running 8.0.1 under PHP 5.6 & am trying to update a theme.
During the Update process, I get "Preparing to download the selected updates" then the following error comes up:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /batch?id=49&op=do_nojs&op=do
StatusText: Internal Server Error
ResponseText:
When I look at the error_log, the following error comes to light (3 times logged consecutively during the Update):
I have upgraded my drupal 7 (version - 7.41) site to drupal 8 (version - 8.0.1) and the upgradation process was successful.
In my upgraded drupal 8 site, I have accidentally enabled the core module telephone. Now I can't disable that module (because it has dependency on field module and the field module can't be disabled). How can I disable the telephone module?
I have tried to change the status of telephone module in database, but couldn't find which table the module configurations are saved in drupal 8. Previously in drupal 7, it was in system table. Anybody please help.
I am trying to get raw results from a view to have a better control on HTML markup. Note that there are 2 languages involved.
1. First approach: view.result
My first approach was to use the "view" object from the style template (unformatted for instance). The "view" object owns the "result" property and it is possible to loop through it in the twig template :
I'm using Drupal 8.0.1. I want all of my articles to have a title show up directly above the article. Out of three content types, two of them don't have a title directly above the article and one of them does. As far as I can see, all of the content types have exactly the same settings but they show up differently as I described. Also, when I created a new content type (a fourth one), new articles which were posted of the new type did not have a title show up above the articles.
Hi all, I would like to build a site to sell training courses. What I need is a module that allows me to publish PDF documents and short videos. The idea is to sell the access to that content.
Could you suggest me a module or any other idea to build the site?