DAMP

Error after importing existing site to DAMP on Windows XP

We've had a couple of employees try to install a copy of our website on their Windows XP computers, and in both cases they've gotten similar errors. Read full article »

Apache crashes at every page request.

Hi,

I have Damp installed with one website on it to test Drupal and modules, etc. I wanted to test the functionality of the Drupal core performance page. I enabled normal caching, page caching (not block caching), and optimized css and javascript files. Read full article »

"On OSX you cannot use ports below 1024": Why?

On the "Ports" settings screen of the Acquia Drupal Control Panel, there's a note that "On OSX you cannot use ports below 1024". Why is that? It's possible on MAMP.

My goal is to have URLs without the port number: i.e. http://localhost/ instead of http://localhost:8082/.

Thanks!

The S-Files: Acquia Drupal Stack installer Got packet bigger than max_allowed_packet bytes

Robert Douglass's picture

Tech Support Case Studies

The S-Files are a taste of the support that you get with a subscription to Acquia Support. Our support team helps you solve technical problems relating to your Drupal sites.

The Acquia Drupal Stack installer is a major productivity booster for getting up and running in the development of your Drupal site. Sometimes, though, Drupal modules like to cache huge data packets in the database. This results in an error in your browser that says this:

Got packet bigger than ‘max_allowed_packet’ bytes

This is an indication that the data being sent between Drupal and the database is large, and exceeds the default setting.

Fortunately the fix for this is easy. In the application installation directory of the stack installer you'll find the following directory and file:

Applications/acquia-drupal on my Mac

Edit the my.ini file with whatever text editor you like, and add these lines to the end:

#Max packets
max_allowed_packet = 128M

Now stop and start the Acquia Drupal Stack using the Acquia Drupal Control Panel, and the new setting will come into effect. This should solve your max_allowed_packet problem!

XDebug, Komodo, and the Acquia Drupal Stack Installer

Robert Douglass's picture

The Acquia Drupal Stack installer for Mac OS X 10.6 (Snow Leopard) has been released, and it’s pretty cool (works on 10.5 Leopard, too, of course). I’m now using it as my primary development environment, replacing MAMP. In this article I show how you can configure the stack installer to use XDebug for step through debugging. Read full article »

Where can I find the Drupal files?

I installed Damp for windows. Where can I find the files of this Drupal installation? I've been looking almost for an hour and I can't find any information on this site.

If your tagline is "Drupal made easy", the least you can do, is give information on where the files are located.

Besides that, this DAMP project works like a charm. Thanks very much.
Cheers

Stacking up Drupal

jam's picture

Why the Acquia Drupal Stack is now the Drupal development stack of choice.

Drupal On-ramp - Personal experiences at Drupal events in recent months and reports from friends and colleagues indicate that the Acquia Drupal Stack Installer is really changing the installation experience for new users. This incredibly fast, painless on-ramp experience - it lets you get right into "Drupalling" without fighting with ports, permissions, or database connections - is winning over new users at Drupal Camps around the world. Read full article »

Multiple instances of DAMP versus Multisite support

Thank you for DAMP, awesome! Question from a Drupal newbie ...

Can I and/or should I run multiple instances of DAMP on Vista to support development for multiple sites not sharing code, contributed modules, nor databases?

DAMP's multi site feature would make managing multiple sites easy but these sites have nothing to do with each other and I am concerned with performance overhead and compatibility issues tied to loading many different modules not used across all site. ... or is that a pointless concern because I just don't know any better?

Thank you for any help; fully appreciated. Read full article »

DAMP installer VS OSX installed components.

Hi,

I have a really silly question.

OS X comes with Apache 2.x, MySQL 5.x, and PHP 5.x already installed. And is continually updated with the latest versions with every new point and numeral update of the OS. So my question is do I really need to have acquia's versions installed on top of those existing versions ? Or can I just have the core components installed ?

Thanks.

XMail Server

Still using the Acquia Drupal 1.2.9, was trying to "Notify user of new account" and to trigger emails but was getting errors with the mail() function.

error message

mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Sites\acquia-drupal-site\acquia-drupal\includes\mail.inc on line 193. Read full article »