Questions tagged [drupal]

Drupal is an open-source, database-backed CMS written in PHP. It is maintained and supported by a worldwide community. Questions about installing and maintaining Drupal belong on Drupal.SE

Drupal is an open-source, database-backed CMS written in PHP by a worldwide community.

Resources:

270 questions
0
votes
1 answer

Private file storage area settings in Drupal 9.3 ($settings['file_private_path'] =)

I use Drupal 9.3 and I have created a private folder outside the root directory. I followed the documentation [link] and added the following line in my settings.php file in drupal: $settings['file_private_path'] = '../private'; The private file…
Abe
  • 123
  • 6
0
votes
1 answer

Drupal in subdirectory behind reverse proxy

On my public-facing host, Apache works as reverse proxy to a non-public host, where a Drupal 9 instance is symlinked under the web root. Drupal answers to requests, but it outputs any local links with the symlink name included. Apparently because…
Arild
  • 101
  • 2
0
votes
0 answers

Varnish caching issue in the 'Add to cart' section ,,, Drupal,Nginx,Php-Fpm

We are running an ecommerce site configured by drupal with nginx & php-fpm. We also use memcached with mysql database.The service was running smoothly before we enabled the varnish caching. After enabling the varnish we are getting better…
0
votes
1 answer

Drupal 9 files storage on Azure App service

Been fighting with the problem for a month now. Have Drupal 9 set up on Azure App service with docker images running php8 (base image drupal:9.1.7-php8.0-apache) I have found out that there are two ways to have the "sites/default/files" public files…
0
votes
1 answer

Drupal with Appearance is not able to see Theme - mystery

With Drupal I got a new Mac and I installed the Drupal item and went well. However when I am looking at 'Appearance' I can not see 'Install new theme', it's not there, basically it's missing. I have gone through a few things such…
0
votes
1 answer

nginx: how to serve multiple site on same domain name without virtual hosting?

I'm new of nginx. I read some documentation to install it and configure it with drupal 8. I have my server installed on linode. i access through ip address, not virtual host. My drupal is located in var/www/html/d8/web. So, to access my drupal site…
0
votes
1 answer

Why is it so difficult to upgrade a website using Drupal? Any advice?

I'm currently trying to upgrade my company's website which uses Drupal 4.3 to Drupal 6.15. This has been exceptionally difficult to do so far. I realize I could simply start a new site using 6.15 and rebuild the website from scratch but there is too…
JP
-1
votes
1 answer

My Nginx server is not working

I have an Apache server on Ubunu 18.04 with a Drupal 8 site that I want to migrate to Nginx and PHP7.3-FPM. This is the only site on the server. I do not know Nginx at all. The site works with Apache but it does not work with Nginx. I deleted Apache…
fgtr
  • 39
  • 2
  • 8
-1
votes
2 answers

How does one add print to a Drupal site?

A web page has content, navigation and other non-content items such as menus and headings. How does one add a print function to all pages on a Drupal web site so that the user can print a page easily without all of the clutter?
CW Holeman II
  • 421
  • 1
  • 8
  • 23
-1
votes
1 answer

Setting ftp on linux 12.04 lts (Amazon Instance) for Drupal installation

In these days I'm striving trying to set a proper ftp connection with my Amazon Instance, aimed for Drupal 7. It mounts a Linux Ubuntu 12.04 LTS and it's a Micro Instance. I tried a lot of vsftpd guides, testing several different configurations on…
John Funk
  • 1
  • 1
-1
votes
2 answers

Sendmail Invoked by Unknown Process

On a webserver, I am seeing unknown processes invoking sendmail like root 1544 1188 0 03:42 ? 00:00:00 sendmail: ./qBBJ2gNg014264 mail.furst.com.: user open I have DROPed all SMTP destination ports via iptables. Have confirmed this by…
Nishant
  • 109
  • 2
-1
votes
2 answers

How can I add fields to drupal's comments form?

I use drupal6 as my blog and don't want to require to register for making comments to my posts. However, I would like to require them to enter a name, an e-mail and a website (optional) as it is usual in blogs. Is there any module for drupal that…
txwikinger
  • 943
  • 7
  • 14
-1
votes
1 answer

How to set up Drupal Plugin Manager on MAMP in a secure way?

I use MAMP PRO as global webserver. First of all, is it a good idea? Secondly, my objective is to run a Drupal website with as easy management as possible. Now I want to use Plugin Manager module to install additional modules and themes for my…
Andrei
  • 235
  • 3
  • 10
-2
votes
1 answer

drupal on development machine slow

My drupal site on the development machine loads the pages slow. A page takes between 1500ms and 2500ms. The same site in production on the internet loads pages quick. Using development tools in drupal I can see that for a simple page with some text…
Dawied
  • 101
  • 1
-4
votes
1 answer

What Database Host Entry Should be used to Install Drupal on WAMP Server?

I'm installing Drupal 7 on my Windows Server 2012 running WAMP. Apache is listening on port 99. I copied defaul.settings.php to settings.php and began the install process. When I get to the database page, I enter the following in database…
SidC
  • 369
  • 3
  • 9
  • 23
1 2 3
17
18