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
0 answers

How to diagnose: Ubuntu 16.04 error 403 forbidden in response to GET from updates.drupal.org

None of the 3 Drupal websites on this server are able to show available updates. Error message is: GuzzleHttp\Exception\ClientException: Client error:…
0
votes
1 answer

Varnish default.vcl to cover both Drupal and a simple regular website

I have a simple PHP index file website that changes color if refreshed on port 8080, but correctly shows the cached version of the page with the same color thanks to the following default.vcl: vcl 4.0; # This is where your content lives.…
Nick
  • 205
  • 1
  • 9
0
votes
2 answers

Drupal site, forums full of spam, how to fix?

I built a Drupal site for an organization and handed over the keys a couple of years ago. Now I see that the forums are full of spam, and the version of Drupal is well out of date. There is a bulk delete to delete the hundreds of fake logins that…
Paul Tomblin
  • 5,225
  • 1
  • 28
  • 39
0
votes
2 answers

Client denied by server configuration on Apache 2.4

We have migrated multiple Drupal 7 / 8 sites to a new stack, where the main changes were replacing Apache 2.2 and FastCGI with Apache 2.4 and PHP-FPM. We have the following error on multiple sites: [Fri Oct 19 09:06:26.333135 2018] [:error] [pid…
Rotem
  • 147
  • 1
  • 14
0
votes
1 answer

How can I configure sites like subfolder on nginx?

I want to configure 3 sites on nginx (Drupal sites) www.domain.com == served in ==> /var/www/domain.com/ www.domain.com/folder01/ == served in ==> /var/www/folder01/ www.domain.com/folder02/ == served in ==> …
rpayanm
  • 101
  • 1
0
votes
3 answers

Ansible playbook errors for installing Drupal

Please help in resolving the errors for the below playbook. There are few other playbooks and all that's for setting up Drupal. The below playbook is part of that setup which is throwing error. --- - name: Clone Drupal git: > …
0
votes
1 answer

Nginx with php-fpm url encoding

I have also posted my question in Stackoverflow but i think here is more appropriate place to ask. I use docker and i have setup a nginx container with nginx 1.12.2, a php-fpm container with 5.6.33 and a mariadb container for database purposes. I…
PERIPC
  • 1
  • 2
0
votes
1 answer

Zabbix - monitoring version numbers of software on a server (Drupal websites)

I have a web server that is running the Zabbix Agent (3.4.x), reporting the normal stuff back to a Zabbix Server. The web server runs a number of websites based on common software (Drupal, Magento etc). I'd like to track their update status and…
fistameeny
  • 317
  • 1
  • 8
  • 18
0
votes
1 answer

Site hacked, need help to look for clues about how it happened

i recognized a successful hacking attempt where someone managed somehow to modify a file under my drupal installation and to inject javascript code the file that was hacked was :jquery-1.9.1.min.js which is a general javascript library file that i…
Jacob
  • 1
  • 1
0
votes
1 answer

Is it safe to give ownership of files to “daemon”?

I was having trouble uploading files using my CMS (Drupal). When I put more restrictive file permissions on, I could not upload anything. Then I changed the owner of the upload directory and all sub-folders to daemon, and everything worked fine.…
Chris
  • 11
  • 1
0
votes
1 answer

MySQL account has password, but only logs in without it

I am running Windows Server 2012 R2 trying to host a Drupal site. Because it is Drupal, I am trying to connect to a MySQL server rather than a MSSQL server. I created a new schema as well as a new user and I gave the new user a password. When I try…
Blake Morgan
  • 111
  • 5
0
votes
2 answers

Possible SQL Injection and malformed URLs on Drupal Server

We have a Production Drupal server serving content but some pages are broken when a pager link is clicked upon. It was found that the URL's are being changed with unrecognizable keywords. For example, For the URL…
Lego
  • 465
  • 4
  • 7
  • 12
0
votes
1 answer

Performance issue on drupal

I am running a drupal 7 website on a Linux server (with 4 cores and 12GB RAM) with LEMP (nginx+php5-fpm+mysql). The drupal installation has a large number of modules enabled(all of which are needed). I also use apc + boost + memcache + authcache for…
mirto
  • 1
0
votes
1 answer

Adventures in Drupal multisite config with mod_rewrite and clean urls

The university where I work is planning to offer Drupal hosting to staff/faculty who want a Drupal site. We've set up Drupal multisite with clean urls and it's mostly working except for some weird redirects. If you have two sites where one is a…
moexu
0
votes
0 answers

Directory Index forbidden on sites/default/files - Drupal NGINX

We noticed this error when users filled up forms on our Drupal site, attached an image and saved it. To identify the root cause (I expected it to be an ownership or a directory permission issue). I recreated the exact folder structure on my laptop.…
sridhar pandurangiah
  • 763
  • 2
  • 11
  • 29