Questions tagged [acquia]

Acquia is a hosting company specializing in hosting Drupal websites

Acquia is a Drupal services company co-founded by Dries Buytaert, the creator of Drupal. Started in 2007, its biggest known services are Mollom, a spam fighting service, and Acquia Cloud, a platform-as-a-service for Drupal sites.

81 questions
0
votes
1 answer

How to upload the MySQL database dump from local to Acquia cloud?

How to upload the MySQL database dump from local to Acquia cloud?, i can see the https://cloud.acquia.com/app/develop UI is changed and i don't find any database import option, someone please guide me on this.
Mamallan
  • 41
  • 6
0
votes
0 answers

importing and accessing drupal website from local and pc's in same network

I installed acquiva Dev desktop and imported my drupal website. I can access through localhost:8083 but gives me "access denied" when I access from other pc's in same network. Can it be done using Acquia Dev Desktop or do I need to switch to other…
Bam
  • 141
  • 11
0
votes
1 answer

How do I know what my server's name is?

I've been using Acquia Cloud to host my website, and I'm still having trouble figuring out what the name of my server is. Under the server tab on my free account, Acquia provides an example of a server name in this format: ssh…
I Like
  • 1,711
  • 2
  • 27
  • 52
0
votes
1 answer

500 internal server error on drupal admin pages when adding a custom theme

I am trying to accomplish adding a custom theme to a drupal installation. Here is what I am doing and here is what I have tried: I am downloading an instance of drupal 7 using acquia devdesktop. I am using either php version 5.5 or 5.6.19 (both…
Philip
  • 569
  • 2
  • 5
  • 27
0
votes
0 answers

The following untracked working tree files would be overwritten by merge

I have two different remote branches that I push to. One is to acquia (git push acquia dev) and one is github (git push origin dev). Before I can push to acquia however I have to run a git pull. When i run "git pull acquia dev" I get The following…
Philip
  • 569
  • 2
  • 5
  • 27
0
votes
1 answer

PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) i

I am cloning a drupal site from github and I am using acquia dev desktop. Whenever i first clone a site, the site is able to work just fine. However whenever i seem to do something with git - like fetch a new branch or add a remote, or something…
Philip
  • 569
  • 2
  • 5
  • 27
0
votes
1 answer

How to make changes to an existing website using acquia dev (Drupal)

We had a website built with Drupal which is not live anymore. Now we have to modify the text content in the site. The files and the database dump are compressed and are available. I was able to successfully import this site in to my aqcuia desktop…
user68883
  • 828
  • 1
  • 10
  • 26
0
votes
1 answer

Reverse proxy with Acquia

I have a Drupal based website hosted on Acquia. I want to have a WP blog hosting as a subfolder under the same domain name but actually residing somewhere else. So, it should look like http://myacquiawebsite.com/blog I know I can achieve this with…
0
votes
2 answers

Restore root access to MySQL on Drupal Server

Context: I am new to Drupal. I am working within the Acquia Development App environment. After I was done with the Drupal installation process, I imported a database that I wanted to work with (from a safe tutorial). When I tried to see the site…
Gabriel Ferraz
  • 592
  • 6
  • 26
0
votes
1 answer

How can I grab script tag calling jquery's cdn in the body and remove it before jQuery loads?

I have an uncommon problem. I don't have access to the head or the database for the company's Drupal website, however, I'm building a "plugin" for the site using the provided "JS Injector". I hack away locally and just copy/paste my javascript…
bill m
  • 111
  • 2
  • 13
0
votes
1 answer

how to clone Drupal website from Acquia cloud to localhost using Git

I am trying to Clone a website from Acquia Cloud to my localhost using Git. I have entered this command git clone URL it returns cloning into 'name'.. permission denied (publickey). fatal: Could not read from remote repository.
0
votes
1 answer

Adding porter stemmer module to drupal

I am new to drupal but was able to install acquia-drupal 7 with the microsoft web platform installer. I am trying to add the porter stemmer module but no matter what version I choose, I get this error Warning: mkdir(): File exists in…
Angie
  • 103
  • 1
  • 9
0
votes
2 answers

How to pull from an origin and merger to a different one?

I am following this Acquia tutorial "Using Acquia Cloud with a remote repository" to merge 2 origins together. Here I am using Acquia & Bitbucket. So, my both remote origins look like, origin -…
0
votes
1 answer

Dev Desktop SSL connection error

I am currently using Dev Desktop as my local development environment. Everything as working perfectly until I inputted the ssl code snippet into my ht access file which is needed to make the site https. # Redirect HTTP to HTTPS RewriteCond %{HTTPS}…
0
votes
1 answer

Clicktale integration - trouble with reverse proxy on (on Acquia)

We are trying to incorporate ClickTale for our site which is hosted on Acquia. But there seems to be a problem and we would like to hear from people over here if they have come across a similar situation. We already have HTTPS enabled. Because of…
SGhosh
  • 857
  • 10
  • 14