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

OSX xdebug and relation to PEAR

I have the Acquia Drupal stack 7.4.4 - which is using PHP 5.2.17 installed on an OSX 10.6.8 Drupal's PHP Stack: User [~/]> php -v PHP 5.2.17 (cli) (built: Jun 30 2011 12:12:11) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c)…
0
votes
2 answers

Upgraded Drush 8 to 9 Site Alias Not Working

I moved from using Docksal to Acquia ADS (Lando) which automatically upgraded my Drush from 8 to 9. My local site works fine but I can't get Drush 9 to "see" my Drupal 8 site. The aliases seem to have been created and added to the drush/sites folder…
r00t
  • 111
  • 1
  • 5
0
votes
0 answers

Acquia Dev Desktop uses wrong PHP for Drush

I have used Acquia Dev Desktop often. Recently, I have had a problem with Drush. Even though I selected PHP version 7.2.22 as the default version for my Drupal 8 site, I get an error message that Drush requires a higher version of PHP. I have…
0
votes
0 answers

Apache Internal Sever Error after 5 minutes of waiting for a response using Dev Desktop on Win 10

I use xdebug with VS Code to inspect variables on my local Drupal 8 installation on Win 10, but after approximately 5 minutes (it is always the same amount of time) I get an Internal Server Error and can't inspect my variables any longer. I tried…
Tommy
  • 56
  • 4
0
votes
1 answer

Gatsby / Drupal 8 - getting an image when using the media module (Acquia Lightning install)

On a standard Drupal 8 install using images in a node its fairly easy to get the image via GraphQL. There great examples here: https://github.com/gatsbyjs/gatsby/tree/master/examples/using-drupal With the Acquia Lightning install profile (or if…
amcc
  • 523
  • 5
  • 16
0
votes
1 answer

How to move Drupal 8 site from Acquia Dev Deskto to Docksal?

Not sure where to ask this question. Not seeing any Docksal forums. I've found some limitations with Acquia's Dev Desktop app, so I'm trying the local version of a Drupal 8 website to Docksal. I've successfully installed Docksal. I copied the…
turpentyne
  • 163
  • 8
0
votes
1 answer

Local Drupal site installation failure

I am trying to import a local drupal site from a git repository. I am using Acquia Dev Desktop2. I keep getting this error and I was hoping if anyone has experienced this before and has a solution: Any help would be greatly appreciated.
William Hodge
  • 133
  • 11
0
votes
1 answer

Unable to connect to localhost database

This question has already been asked multiple times but none of the answers have helped me. I am upgrading to Drupal 8 and to do so, I need to specify the login credentials for my Drupal 7 database. SQLSTATE[HY000] [2002] No connection could be…
Craigy Craigo
  • 218
  • 2
  • 11
0
votes
1 answer

jQuery posting xml data getting trimmed while sending

I am posting xml data to server which is working fine in my local, but after uploaded to server, its breaking the data at client side I hope. Request payload in my local server
PonrajPaul
  • 174
  • 1
  • 7
  • 18
0
votes
1 answer

Installing Drupal on AWS EC2 with Acquia DB: SQLSTATE[HY000] [2002] Connection refused

I have a Drupal 8 site built on my local machine with Acquia Dev Desktop. I am installing Drupal on AWS EC2, and am running into the following error. Failed to connect to your database server. The server reports the following message:…
Jen
  • 156
  • 1
  • 3
  • 17
0
votes
0 answers

Updating drush that comes with AcquiaDevDesktop2

Drush that comes with AcquiaDevDesktop2 (Apr 13, 2017 release) is unusable with drupal 8.4 as it uses symfony 3 components unlike earlier versions of Drupal 8. For you to use drush with Drupal 8.4 and upcoming version you will need to update drush…
Nicholas
  • 77
  • 10
0
votes
2 answers

Can't install Acquia Drupal Commons locally

Working on a MacbookPro OS 10.6.6 , using MAMP Pro 1.9.4. I'm attempting to install Acquia's Drupal Commons locally. The installation progress bar goes all the way, I can check in phpMyadmin that the database has been populated, but before the site…
PatrickS
  • 9,539
  • 2
  • 27
  • 31
0
votes
1 answer

Composer reading wrong PHP version (ACQUIA DEV DESKTOP on WINDOWS)

I am trying to install a library https://github.com/thephpleague/csv via composer but getting following errors i.e 'This package requires php >= 5.5.9 but your php version <5.4.45> does not satisfy that requirement.' My current PHP version is 5.6.30…
webdevfreak
  • 147
  • 2
0
votes
1 answer

How to resolve Recoverable fatal error: Object of class Drupal\Core\Link could not be converted to string in Drupal\Component\Utility\Xss::filter?

I'm following the How to Configure SimpleSAMLphp for Drupal 8 on Acquia instruction. I'm at the bottom where it says, "SimpleSAMLphp_auth module settings. I personally recommend to store configuration for SimpleSAMLphp_auth module settings in…
2myCharlie
  • 1,587
  • 2
  • 21
  • 35
0
votes
2 answers

How to configure SimpleSAMLphp with Acquia platform?

I'm following the instruction on Acquia's site https://docs.acquia.com/articles/using-simplesamlphp-acquia-cloud-site about configuring SimpleSAMLphp and it just seems the documentation is not very precise. In their documentation it says to run the…
2myCharlie
  • 1,587
  • 2
  • 21
  • 35