Cannot install phpmailer library

In Drupal 8.9.3, i installed phpmailer/phpmailer and drupal/phpmailer. I am using Composer 2.0. But,

./dr updb
 [error]  Please install the PHPMailer library by executing 'composer update' in your site's root directory. (Currently using PHPMailer library Missing)

It says to run composer update

Unauthorised user registration

I have a D8 site (up to date) setup so only Admin can create accounts. However I am still seeing multiple accounts registered each day - they are blocked pending admin approval but even so they shouldnt be getting even this far...

I have been watching apache logs (after installing mod_security) to ty and see what is going on and it seems that there are POSTs such as this:

form_build_id=form-SPRNkm-qkFRB8Tel16fruRXSGgzOC-6wa_OGY3JaWaM&mail=kileeusa%40hotmail.com&op=Create+new+account&name=ixbjkmveoj&form_id=user_register_form

Taxonomy view using another vocabulary to filter results

Hi everyone,

Hope I am in the right place for this question. And I hope my question makes sense.

I have adapted the standard taxonomy view to show the nodes associated with a term. However, I would like to have an exposed filter to filter those results by a different taxonomy on my nodes.

TERM PAGE: show results by region --works great, using vocabulary "Region"

EXPOSED FILTER: filter above results by type of activity offered, using terms from vocabulary "Category" which is used on the nodes.

Group fields by field of reference entity (View Module)

I´working with Views module. I`ve created a bootstrap table to group my contents and their fields, but I need to group the table by a field of the reference entity. I´dont know if I am explaining well. For example:

I have a content called Competition that has a field called academic year (number).

I have another content called Sport that has a field of entity reference to Competition.

I´ve created a table with:

Sports              Competition           Field        Another field             Options

Not to give custom menu access permission to admin.

I am new in Drupal 8. I have my custom menu item registering it through code in module_name.links.menu.yml. As default behaviour of Drupal every menu is accessible to the administrator. I am scratching my head to not to give menu access to administrator by default. I want to give access to the menu to a particular role other than admin, it can be admin too but only when admin checks the permission to see it.

Is there anyway I can achieve this functionality. Any help would be appreciated. 

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x