Questions tagged [drupal7]

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

Drupal version 7 was officially released on January 5, 2011.

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

Minimum requirements for Drupal 7:

  • Disk space: 15 Megabytes
  • Web server: Apache 1.3, Apache 2.x, or Microsoft IIS
  • Database server: MySQL 5.0.15 or higher with PDO, SQLite 3.3.7 or higher Microsoft SQL Server and Oracle are supported by an additional module.
  • PHP: PHP 5.2.5 or higher (5.3 recommended)

Related tags:

Resources:

32 questions
0
votes
1 answer

Base64 images not showing in drupal website after integration with cloudfront

I am receiving some issues on Drupal. I have integrated Amazon cloudfront with Drupal. The Cloudfront origin for my domain is drupal.example.com and Cnames are www.example.com and example.com. The problem is that some images are are forming the…
Rocky
  • 49
  • 1
  • 9
0
votes
0 answers

Cannot add a domain to existing drupal 7 site

Sorry in advance if this is a dumb question, I can't seem to figure out how to add a domain name to a D7 site, (currently using an IP). The website is hosted on digitalocean, the new domain is from namescheap, and the site is Drupal v 7.41. (The end…
Jillian Hoenig
  • 133
  • 1
  • 5
0
votes
0 answers

Irregular out of memory with AWS Linux AMI LAMP Stack

LAMP Server Irregular out of memory. Need help to find out what it cause. When it happen, unable SSH to the server. Restart httpd or mysqld cannot resolve the issue except fully stop the server and start the server from AWS Console. Reboot sometime…
Leong
  • 1
  • 1
0
votes
0 answers

Nginx server blocks + Multiple SSL Domains + Lets encrypt certificates

i have a weird situation and its getting to me, here is the situation in a nutshell. website A with domain name: webappA.com website B with domain name: webappB.com All websites are configured as server blocks on nginx/1.10.2 and https works very…
sekayasin
  • 21
  • 1
  • 4
0
votes
1 answer

HTTP Error -5 occured when trying to download Views (WAMP)

Can anyone explain to me what HTTP error -5 is? I get this error message every time I try to update or download a module in my Drupal 7 site locally. For example: HTTP error -5 occurred when trying to fetch…
TBJ
  • 171
  • 1
  • 8
0
votes
1 answer

ngnix SSL configuration works well with http but not https

i am running nginx(nginx/1.10.0) as my webserver behind AWS ELB with drupal 7 and using php7.1 issue is http://url works fine but same site with https://url serves only https components of the page and not the non https components like css…
0
votes
2 answers

Drupal 7 login does not work on NGINX after enabling SSL with Letsencrypt

I followed the [excellent Digital Ocean tutorial][1] and the SSL cert verifies as valid. However the Drupal login to access the admin no longer activates and the page just reloads to itself. I enabled debug for the NGINX logs and below are the…
RobbieTheK
  • 21
  • 2
0
votes
1 answer

Linux LDAP to Ldapadmin configuration issues

I'm learning how to setup and use OpenLDAP installed on an Ubuntu server. I executed sudo apt-get install slapd ldap-utils -y and set my ldap domain to test.mydomain.com. I can execute ldapadd successfully to add people via that domain. So, I'm…
sisko
  • 155
  • 1
  • 8
0
votes
0 answers

How do I accomplish Drupal "double gzip" prevention in Nginx?

There is this section of the default .htaccess that Drupal ships with: # Serve correct content types, and prevent mod_deflate double gzip. RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1] RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1] I…
Chris
  • 1
0
votes
1 answer

Reverse Proxy a Sub-directory to a Sub-directory with Apache

I understand proxies in concept (though have never set one up). I'm attempting to proxy Drupal, but I'm fairly sure that my problem is not related to Drupal. As I have been trying to determine the magic ingredient to get this working since this…
jobu1324
  • 475
  • 4
  • 9
  • 17
0
votes
1 answer

Redirection in varnish based on cookie value

We have varnish sitting in front of our site and it is imperative that we cache as much as possible. Recently we decided to ditch GeoIP redirection for interstate content for a more traditional 'choose your location' page. This page sets a cookie…
Christian
  • 779
  • 1
  • 13
  • 31
0
votes
1 answer

Converting Drupal Boost .htaccess to Nginx

I'm trying to install Boost module to work with nginx. As we know Boost does not generate nginx directives just like Apache. Boost has the following directives for Apache's .htaccess: ### BOOST START ### # Allow for alt paths to be set via…
jaYPabs
  • 279
  • 1
  • 4
  • 19
0
votes
1 answer

Set up instance of Drupal website on fresh Ubuntu server?

I am a brand new to Drupal...and web programming, for that matter. I have set up an Ubuntu 12.10 server, installed Apache, and installed Drupal 7.24 (all through bash...I am working from the server ssh). I now want to take a Drupal repository from…
0
votes
4 answers

Upgrade from php53 to php53u (epel to IUS repositories) - Centos 6.4

I want to upgrade my CentOS 6.4 server from php53 (epel repository) to php53u (ius repository). I already enabled the ius repository, but am hesitant to just play around because there are production web-sites on the server. (Because the production…
Ursula
  • 176
  • 1
  • 7
0
votes
1 answer

Whats the bare minimum modules required by Apache to run Drupal

As part of improving performance of my website I am reducing the memory footprint of Apache. Currently I have the following modules enabled lrwxrwxrwx 1 root root 28 Aug 31 2012 alias.conf -> ../mods-available/alias.conf lrwxrwxrwx 1 root root …
sridhar pandurangiah
  • 743
  • 2
  • 11
  • 28