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

Acquia Stage Environment Clone

I am been using Acquia trial account. I have setup the project repository on the same. Now I want to clone the staging environment on my local machine but I am able to do that whereas I am able to clone dev environment successfully as per the…
pramodg
  • 131
  • 9
2
votes
2 answers

Disable broken Drupal 8 module

Can't seem to manage to disable a broken D8 module, I'm suffering from WSOD right now, and can't seem to get this off. I'm getting PHP error Uncaught PHP Exception ReflectionException: "Class \Drupal\restui\Controller\RestUIController does not…
pj100
  • 402
  • 3
  • 13
2
votes
1 answer

Error exporting Drupal

I am up with drupal development in a localhost environment. I am using Acquia Drupal Stack. Now I want to export it to my domain. When I try to export it as an archive from Export functionality in the Acquia Drupal Stack, I get an error : Please…
CodeWalker
  • 2,281
  • 4
  • 23
  • 50
1
vote
1 answer

ddev pull command errors at importing files from remote dev env

I am trying to setup DDEV on a Drupal 10 project pulled from Acquia Cloud Platform. Following the docs related to Acquia integration, I got to the point where the DB is imported as expected, but I get an error when pulling the files: Obtaining…
Alex_Dms
  • 157
  • 3
  • 11
1
vote
1 answer

GiLab pipeline failing to push to another repository

I created a new ssh key in my local machine, added the public key to my account settings ssh keys, and the private key to the ci/cd settings of the project. My .gitlab-ci.yml looks like the following: build app: stage: build only: -…
Sidney Sousa
  • 3,378
  • 11
  • 48
  • 99
1
vote
1 answer

How to not use apache port from site URL with acquia drupal

Acquia drupal always puts the apache port :8082 to the end of site url, e.g.: http://localhost:8082. I have a custom site url: http://somesite:8082 I want to access it just by http://somesite How to make it work without :8082? Any hint would be very…
swan
  • 2,509
  • 3
  • 24
  • 40
1
vote
1 answer

How to install Acquai CLI on windows machine

I have tried to install Acquia CLI on windows 10, 64 bit version machine but when try to run command acli auth:login throwing below error. Can anybody help me to solve this issue? Warning: mkdir(): Invalid argument in…
shobha h s
  • 11
  • 1
1
vote
1 answer

Redirect to HTTPS doesn't include Request URI

In my .htaccess file I have added this general rule to redirect all non-secure requests to HTTPS. Works well until you type in a uri then it just directs you to the index page (with SSL). Example: mysite.com is directed to https://www.mysite1.com…
lordZ3d
  • 540
  • 6
  • 20
1
vote
0 answers

Cookie .js not working for subdomain - is it the code? Drupal? Acquia? Karma?

I'm a JS newbie (technically, I just sort of make things up as I go), so please have mercy and draw me pictures with crayons when you explain things. We have three separate sites: store.example.com - e-commerce site www.example.com/content - our…
complik8
  • 11
  • 2
1
vote
2 answers

Error in Drupal 8 from Guzzle using Dev Desktop "cURL error 60: SSL certificate..."

MacOS 10.11 Dev Desktop Version 2 PHP 5.6 Attempting to load Drupal 8 template page which contains Google Map. Works on production and dev servers, but not locally. Page gives "The website encountered an unexpected error. Please try again later."…
John Lewis
  • 712
  • 7
  • 15
1
vote
1 answer

Different directories using different PHP versions?

I have installed the Acquia Developer Desktop on Windows 7. I need to install Lightning so I've tried to update Composer and Drupal to the latest versions so I can install Lightning correctly. I specified PHP 5.6.19 when creating a new site in…
Pete
  • 1,388
  • 2
  • 13
  • 18
1
vote
2 answers

Mod rewrite condition for subdomain with pass through

I wanted to run this by you because I'm attempting to perfect an Apache mod rewrite rule, which works, but I'm going insane because my file paths are breaking. Basically, I've set up a mod rewrite rule to redirect a subdomain, to a subdirectory in…
m918273
  • 110
  • 2
  • 11
1
vote
2 answers

Acquia Dev Desktop won't let me push changes to server

I've just edited some code in my Bartik theme and saved it locally. When I try to push my local code to the server using Acquia Dev Desktop I get a message that says: 'Bad Private Key File' I have copied down the private key exactly as it appeared…
I Like
  • 1,711
  • 2
  • 27
  • 52
1
vote
1 answer

Do I need to create repository to add modules to Drupal?

I created my Drupal website on Acquia Cloud, and am at the stage of adding modules. After some Googling, I came across an article on Acquia Cloud's website that said this: If your website is hosted on Acquia Cloud, the module directories are part…
I Like
  • 1,711
  • 2
  • 27
  • 52
1
vote
1 answer

Deploy (git pull latest commits) from Acquia Cloud Staging repo to LIVE site on shared hosting environment

I want to develop three small websites locally (Acquia Dev Desktop) and push changes to Acquia Cloud (dev / staging), to show my client the process etc. Is it possible to git pull (deploy) all latest commits (changes) from Acquia Cloud staging repo…
meez
  • 3,783
  • 5
  • 37
  • 91