Clean URL will not enable

I followed the instructions as listed on this website but it isn't enabling. I suspect it's because of the particulars of my environment?

drupal base location:
/var/www/drupal8

apache2 site conf file (there's 2. i for http that rewrites/redirects to https, and then 1 for https)

http:

Display a list of Nodes in Drupal 8

Greetings,

  I've started the processes of converting my Drupal 7 site into Drupal 8.  I'm having a lot of trouble finding the documentation for displaying a list of nodes with my custom module.  I'm able to find the list of node ids and I can pass them to loadMultiple like this:

$nodes = \Drupal::entityTypeManager()->getStorage('node')->loadMultiple($nodeIds);

My attempt is to pass an array of these nodes to the twig template to be rendered.  I'm trying to implement it like this:

Mailchimp modules

I installed Mailchimp, Mailchimp Audiences, Mailchimp Campaign, Mailchimp Signup modules.
I'm using the modules, and it is supposed to let you add a campaign, select a template and send it without to enter in the MailChimp UI.
The thing is I created a campaign and I selected a template, but in the content sections I'm not able to add content in the drupal 8 UI.

I'm not able to add content in the contents section if a select a template.
The only way to add content in the content section is if I have no template selected.

Using insert site content:

A simple way to add a background image to content region

Hi there,

i tried yet the background image moudule but it give me various issues.

There is a really simple way to add a background image to all the website on the content region?

Thanks in advance.

Missing thumbnails for Photo album

On my drupal 7 site it is ok. On the drupal 8 (8.8.5) on-line site it fails but on the off line(windows10) site it is ok.

I want to make a photo-album using Colorbox (8.x-1.6). To upload the images I use Entity Browser (8.x-2.5) Dropzonejs (8.x-2.1) and File (Field) Paths (8.x-1.0-beta2).

It works on the off-line site after imlementation of a patch on filefield_paths.inc (#6 in issue #2858308). The thumbnail is shown, clicking on it shows the Colorbox slideshow.

Renaming core/vendor directories for upgrade

Hi,

I am having a weird issue that I cannot troubleshoot, I want to update a 8.7.5 install to 8.7.14 prior to a final 8.8.6 update. This is for a production site that I have avoid downtime for. Because of this I tested a method on a dev server that went as follows:

Upload 8.7.14 core/vendor directories as different names, i.e. core8.7.14 and vendor8.7.14

Once uploaded, rename existing 8.7.5 core and vendor files, then rename core8.7.14 to core and vendor8.7.14 to vendor

run update.php

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x