Delete Yoast_seo module

I installed Yoast_seo for drupal8, but it adds a string at the bottom of each page. Now I cannot uninstall it because it has "field types in use". I also tried "drush dis Yoast_seo" command, it gives warning that it waits parametr 1 etc. but doesn't disable the module. How can I finally uninstall Yoast_seo?

How to get nodes of taxonomy term(s) in drupal 8?

Hi,

How do I programmatically get nodes from a taxonomy term? In Drupal 6 and 7, there is taxonomy_select_nodes() function. But I can't seem to find it in 8.

Thank you.

Seong

D6-> D8 - "Missing bundle entity, entity type node_type, entity id"

Hello,

On my migration i have an error message that i don't understand

(/media/www-local/virt2/core/lib/Drupal/Core/Entity/EntityType.php:815)
Missing bundle entity, entity type node_type, entity id

Is there any body how can help me
Merci d'avance
EM

Permanent redirect

Hi!
I have just installed Drupal 8 with minimal installation profile. And it always redirects authorized user from the front page to his user account page. Unfortunately I cannot find the way how to solve that issue. With the standard installation profile everything works OK but I do not need all that modules preinstalled.
Please, any help?

Forum Integration / User Database Sharing for Drupal 8 ?

Is there any way for integration SMF, Phpbb, Vbulletin, Xenforo, Discourse or any other PHP forum script for Drupal 8 ?... there is some for D7 (most of them not working properly) but i need D8 integration.

I dont like Drupal's default comment system, forum or advanced forum module etc (for now its not ready for D8 too).

I need Drupal and forum script should share user database, when user login/sign to forum should login/sign to Drupal too. I dont need to share forum and Drupal contents between two script. Forum and D8 could located on different subdomains.

Best practice for redirecting users via Drupal 8 code.

Can anybody tell me why the following code is outputting the proceeding http error, and potentially a fix?

submitForm

      $response = new RedirectResponse(Url::fromRoute('mymodule.routename'));
      $response->send();

Error

Duplicate headers received from server

ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION

I've got some working code but I was trying to remove deprecated code...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x