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

Shell script scheduling on acquia server

I want to schedule a shell script to will run every hour. For that I was trying to schedule from cron on acquia server. The shell script file is in "docroot/scripts/script_name.sh". In Command option I gave command as…
Pratik
  • 39
  • 3
1
vote
2 answers

flexslider not working on acquia drupal cloud

I've been able to get flexslider module + library to work on local dev instances of core drupal in the past, but when I try to enable/configure for acquia cloud, it inserts the images as li's but does not animate them The steps I've taken-…
Eddie
  • 535
  • 4
  • 12
1
vote
1 answer

Upgrade from Drush6 to Drush 7 on OSX running Acquia Dev Desktop

My question is really as it is stated in the title. I use MacOSX and the Acquia Developer Desktop for running my Drupal sites that I develop locally. I'd love to try out the new Drush 7, but I can't get it to 'upgrade' from Drush 6 to Drush 7. I've…
Ideogram
  • 1,265
  • 12
  • 21
1
vote
1 answer

Module not accepting date type? Is there any other error that I am missing?

'An example table.', 'fields' => array( 'fe_id' => array( 'description' => 'The primary identifier for a node.', …
user2482358
1
vote
2 answers

Drupal webform submission creating new table

I have created a webform. However I want that whenever I create a new webform and if I input some data and submit it, It must create new table in phpmyadmin for every new form that I create. By default every submitted data goes to…
user2482358
1
vote
0 answers

Creating local Drupal site with Acquia - 404 errors

I'm currently in the process of trying to create a local version of my Drupal site with Acquia, and I've completed the full installation and import process. When I got to the URL for the install, the homepage presents absolutely perfectly, but every…
Graeme Bryson
  • 193
  • 4
  • 19
1
vote
3 answers

Acquia Drupal 7 - php upload limit won't change

I'm working with acquia-drupal 7 (just localhost for now), inside Microsoft WebMatrix. I can't get my php upload limit to increase from the default 2MB. Having googled around I have done the following: added to every existing htaccess: php_value…
VMills
  • 183
  • 3
  • 4
  • 12
0
votes
1 answer

Twitter Bootstrap Js (tabs, popups, dropdown) not working in Drupal

Firstly I design the site & convert it into HTML using Twitter bootstrap. The static model of my site is working absolutely fine all tabs popup etc working just fine. But when I give the HTML to developer’s for implementing dynamic code & template…
Bilal Mughal
  • 3
  • 1
  • 3
0
votes
2 answers

Drupal 7 and Acquia what are these?

Would like to know what does Drupal 7 and Acquia have in common? I am starting a personal website and trying to get the best out of free source. My understanding is that Acquia is a superset filled with best and enhanced features of Drupal 7, so is…
JackyBoi
  • 2,695
  • 12
  • 42
  • 74
0
votes
0 answers

Acquia - Get task context in web hook

What I want is to know if it is possible to get the "task" details in the web hook sripts, post a deployment job in Acquia cloud. Let me explain a bit more. In the post-code-update hook, maybe I want to know what is the task that is running…
Pratip Ghosh
  • 1,810
  • 1
  • 12
  • 20
0
votes
0 answers

When adding new content types in Drupal, do they need to be added in the DEV environment first?

I am wanting to add a new content type to a Drupal site. We have hosting through Acquia with Dev, Staging, and Prod environments. I am new to having multiple hosting environments. As I understand it, new content can be added at Prod and code changes…
0
votes
0 answers

I want to set up CI / CD pipeline at GitLab for my Drupal 7 project which is hosted at Acquia cloud

I’m a new to GitLab and implementing CI. I have a Drupal 7 project , just recently migrate from GitHub to GitLab. Now I have to implement CI/CD pipeline. My project hosted at Acquia cloud. Could any one provide me any link from where I can get…
Arif
  • 195
  • 12
0
votes
0 answers

root file requires newer php version, but I am using the latest version of php

The error being thrown is as follows: league/uri 6.8.0 requires php >=8.1 but your php version (8.0.11) does not satisfy that requirement. A similar question was posed here Error "Root composer.json requires php ^7.3 but your php version (8.0.0)…
0
votes
1 answer

How to move a program to a directory in my PATH

Am on a MAC OS following instructions to setup an application(pipelines), and ran the following commands: curl -o pipelines https://cloud.acquia.com/pipeline-client/download chmod a+x pipelines To finalise the instruction, quoting the guide, I need…
Sidney Sousa
  • 3,378
  • 11
  • 48
  • 99
0
votes
1 answer

How to compile Xdebug on Mac OS X for Acquia Drupal

Need someone to describe how to compile a working edition of xdebug.so for the follwoing setup: Platform: OS X 10.6.8 (64-bit) - PHP 5.3.4 Purpose: Acquia Drupal 7.4.4 stack - PHP 5.2.17 with Netbeans 7 I am not looking for the Komodo edition of…
MacIndia
  • 1
  • 1