Questions tagged [drupal8]

This tag is for questions regarding Drupal 8 specifically. Version tags should be used only when strictly necessary, for questions that apply to Drupal version 8 only.

Drupal version 8 was officially released on November 19, 2015.

Use this tag only if your question relates specifically to this version.

Related tags:

Resources:

11 questions
2
votes
1 answer

Too many redirects error

I am using drupal 8 , in a Google cloud engine (http and https traffic allowed) running apache on an Ubuntu 19.04. All worked, site (refered to here as sub.my-domain.com, it is indeed a subdomain with a dash in the domain) was running. Certificate…
2
votes
3 answers

Drupal 8 Nginx error No such file or directory for any routes

I'm running Drupal 8.1.2 on a Docker image of Nginx + PHP7 + PHP 7 FPM and it's linked to another Docker image of PostgreSQL both of them based from Alpine Linux. After successfully running Drupal installation (on core/install.php url) and setting…
1
vote
1 answer

EC2 CPU utilization hits 100% everytime in a machine where a drupal site is installed

I have my production drupal website running on EC2. Recently we noticed that our EC2 CPU utilization is hitting 100%. I checked my site traffic, not much users are there. I checked the process running in EC2 using the top command. I saw one command…
1
vote
1 answer

Drupal 8 + nginx + php 7 Image style: could not create file or folder

I'm running Drupal 8.5.3 on Centos7 with Nginx + PHP7 + PHP 7 FPM After successfully running Drupal installation, i want add a article but image thumbnai return 404 error. The image upload to sites/default/files folder but image style folder can…
ductm
  • 11
  • 4
1
vote
0 answers

Add a fake subdirectory to uri

When installing drupal 8 with composer, the default installation moves to the subdirectory /web. When visiting the root at http://example.com apache 2.3 serves a 403, but when visiting http://example.com/web and corresponding subpages everything…
glaux
  • 671
  • 5
  • 7
1
vote
1 answer

Drupal node content with apostrophes or semicolons won't save

We have a new Drupal 8 site that we cannot update some content on. Saving the content fails if the main body field contains 1 or more apostrophes or semicolons. If I remove those characters, the content saves fine. This behavior is only happening on…
Greg
  • 11
  • 2
1
vote
0 answers

How to interface Apache, PHP7 and SQL Server

I've been running a small database (MySQL) with a home-made "CMS" all on a windows box and I've been asked to migrate it to a legitimate server (MS SQL Server) and a better CMS. I did the development CMS work in Drupal 8 against the MySQL…
0
votes
1 answer

Combine Two Cloud server storage to make common storage for Application (apache)

My team requires 2 application servers with common storage. Our current cloud provider does not have a SAN in place; so we want to utilize the local storage of each of the application servers. The 2 application servers are equipped with 200gb of…
0
votes
2 answers

Nginx virtual host configuration for Drupal multisite with sub-directory

We've Drupal multi-site (with different domain per site) running with single Drupal 8 code base and Nginx as web-server. Now we wanted to setup Drupal Milti-site with sub-directory for few websites in following format, and "subdirectory" should be…
Yogesh
  • 103
  • 7
0
votes
2 answers

Submit form forbidden when Enabling modsecurity crs sql injection

My site turns on Ubuntu 16, Apache 2.4, php 5.6 and I use the CMS Drupal 8 I installed the module mod_security. I activated it then I enabled the modsecurity_crs_41_sql_injection_attacks.conf. For each form, when I submit, I have an error 403…
0
votes
2 answers

nginx location rewrite to Subfolder

I installed Magento 2 into the root directory but Magento 2 has an own root folder named "rootdirectory/pub" - it works. But now I want to install Drupal 8 and extract in the "rootdirectory" and want to show this on Domain as subdirectory "blog" e.…
Alexander
  • 1
  • 3