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.
We have a website which currently has many content. Initially, there was supposed to be 2 languages, English and French so all core multilingual modules have been enabled. Later after adding many content, it was decided not to have French language so now we want to uninstall all the content translation modules. But it wouldn't allow us because of th following reasons:
In the module uninstall settings page, it says:
Allows users to translate content entities.
The following reasons prevent Content Translation from being uninstalled:
probably a silly question but I am new to Drupal 8 (Well to al drupal versions really)
I have a content type with some values I need to pass to a module that makes an external API call to get some additional content and then generates a block.
I can do everything except pass the parameter out to the module from the content type. How does one do this?
As a secondary question, later down the same page I wish to populate a view with search results based on some of the content values, how do I pass those values to the view?
I had 8.0.6 working on a local test system and then upgraded to 8.1.3 and it won't work.
white screen error. got a few apache errors about modules. removed them and then no errors in the log but drupal just sits there loading and never does.
then removed all tables and removed all modules. still 8.1.3 stalls on installing.
when I type site/install it shows site/core/install.php so something is happening but just stalls.
i have php 5.6.x.
my local Drupal 7 works fine.
In Drupal 8, I have a view with exposed filters, and it shows results on the page where it is placed. But I want the search results to show up on the views page I created. How do I go about doing this?