Can't install module with composer after upgrade to new recommended-project site

I just did a manual upgrade to D8.8.1 using the recommended-project layout following the instructions here:
https://www.drupal.org/docs/8/install/add-composer-to-an-existing-site.
All my contributed modules are in 'newsite/web/modules/contrib'. I tried to do a test of the new design by using composer to install a new module, redirect.

Use hook_views_pre_render() to change field to url link

I want to use hook_views_pre_render() to read in a view and change a field output to a clickable link.

Here is code:

Flood control module for Drupal 8

Hello

I m looking Flood control module for Drupal 8 its not update for drupal 8.

https://www.drupal.org/files/images/570142-flood-control.png

anyone suggestion for Flood control module for Drupal 8.I want block ip after 5 invalid login attempt.

How to display an alternative text if the field is empty ?

In my store type, I created a field_professionnel_cgv field. I want to display an alternative text if this field is empty using TWIG.

I tested the code below but it doesn't work.

How to display an alternative text if the field is empty ?

{% if store.field_professionnel_cgv is not empty %}
  {{ store.field_professionnel_cgv }}
{% else %}
 ...
{% endif %}

PHP message: PHP Fatal error: require(): Failed opening required

Hi,

I am running CentOS 7.7 x86 architecture with Drupal 8.7.10, php72u-7.2.25-1.el7.ius.x86_64 version, composer version is 1.9.1, nginx web server version is 1.16.1. I am facing the below issue.

Mail not working

I made a new site from scratch using the new template, and installing every module using composer. I have 3 Mail modules installed: PHPMailer, Swiftmailer, and mailsystem. But after configuring all of these properly, mail does not get sent. There are NO log error messages, nor are there any on drush watchdog-show. And PHPmailer is NOT writing out any logs or messages even though the debug level is Full Communication, and write to system logs is checked. The PHPMailer GUI says a test email has been sent.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x