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.

78 questions
11
votes
1 answer

How to STOP using Git LFS in a repository

I recently setup Git LFS in our primary repo and have had nothing be problems with it so far. On top of that, we only set it up to stop a ballooning effect on our separate build repo (which is going away in favor of a new process). The primary…
Patrick
  • 3,123
  • 3
  • 25
  • 43
5
votes
6 answers

Drupal Acquia Stack - Have moved files to different folder, how to update site?

Im using the Acquia stack instead of MAMP or WAMP but im using it to run a normal Drupal installation. I imported a site fine. Ive then moved the sites's files to a different folder, and now I cant figure out how to change the site's settings. In…
Evanss
  • 17,152
  • 66
  • 217
  • 397
5
votes
3 answers

How to switch php version when running composer?

I have composer installed on windows 8.1. I use it to download drupal distributions and modules. I have also installed acquia dev desktop. As you know that dev desktop comes with different versions of php and it has separate folders for it. I have…
Umair
  • 590
  • 1
  • 4
  • 11
4
votes
2 answers

Failed loading xdebug did found mach-o, but wrong architecture for php7

Whether I install via homebrew: brew install homebrew/php/php70-xdebug or compile from source located at http://xdebug.org using either just ./configure or the following: ./configure --enable-xdebug CC="gcc -arch i386" CXX="g++ -arch i386" make I…
3
votes
1 answer

How to fix or investigate this AcquiaDevDesktop error during import

Got a new laptop, installed Acquia devDesktop, added my ssh key, refreshed Acquia Cloud sites, (for those unaware, Acquia devDesktop is just a lamp stack specific for Drupal)when I "Cloned dev site to local" i get the attached error. I have googled…
user1176783
  • 651
  • 4
  • 18
  • 34
3
votes
1 answer

Acquia Dev Desktop 2 extremely slow

I need help with Acquia Dev desktop 2. The Drupal multisite on my localhost is extremely slow and I have searched all over the internet for help on this. I also tried running FastCGI which is the default by it keeps crashing each time i click on a…
3
votes
3 answers

How can I tell logstash to read file over ssh

Using the ELK stack, I have to parse some file but they are remote. My solution rsync over ssh to get the remote file locally My concern is that my elasticsearch index is growing exponentially (more tha 130MB) whereas the logfile are only 25MB. Is…
glmrenard
  • 615
  • 1
  • 7
  • 15
2
votes
0 answers

Drupal Local Development Setup/Environment

Background I have been developing Drupal Sites for a little over 2 years now and I have noticed that my dev environments are not as user friendly and as simple as I have expected. The current process is we have a git repo where we store all the…
B. Cratty
  • 1,216
  • 11
  • 26
2
votes
1 answer

Trouble with Acquia Dev Desktop post-install step

I am learning Drupal and have to use it for an upcoming project. When I try to install Acquia Dev Desktop, I get an error message: Problem running post-install step. Installation may not complete correctly. For assistance, please finish the…
wvarner
  • 86
  • 1
  • 7
2
votes
1 answer

can't run php shell script from symlink

I'm using Acquia's DevDesktop on Windows 10. For a shell, I'm using babun's zsh. Acquia provides the drush command line interface to Drupal. The command itself seems okay: { drush } » pwd …
user151841
  • 15,348
  • 28
  • 93
  • 156
2
votes
1 answer

.htaccess AuthUserFile variable based on environment

I'm trying to load the .htpasswd file based on environment. If I hard code the URL it works fine. AuthType Basic AuthName "Password Protected" AuthUserFile /var/www/html/sitename.dev/docroot/.htpasswd Require valid-user Our hosting provider is…
Bram
  • 2,183
  • 5
  • 29
  • 48
2
votes
1 answer

Do i need to uninstall xampp to use acquia for drupal8?

I am using xampp for some php projects. Now I want to learn drupal8 and want to install acquia for that. Can it conflict with xampp?
androids
  • 23
  • 3
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
  • 392
  • 2
  • 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,037
  • 3
  • 16
  • 41
1
2 3 4 5 6