User login

notes

Settings for sets of sites: Putting Drush configuration into your project repository

Inherit local-only options with 'parent'

Parent is not working across files. Filed support request: http://drupal.org/node/1262230

In an aliases file that lives with your project, so for our SDL project, sdl.aliases.drushrc.php, put in all settings that are true no matter who is using Drush and from where. This is the settings for an externally hosted development collaboration site.

503 Service Unavailable error caused by missing fcgidwrapper directive

This nice big site-encompassing 503 error:

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.2.9 (Debian) mod_fcgid/2.3.5 mod_ssl/2.2.9 OpenSSL/0.9.8g WebAuth/3.6.0 Server at definitivedrupal.org Port 80

Was caused by a missing fcgidwrapper directive, Stefan identified.

sites apache config in .red/apache
it is per site

CSS aggregation with Zen-based theme caused one particular server to stop serving Drupal pages

Weirdest. Server. Drupal. Zen. Bug. Ever. Our client's site suddenly stopped working. With a server error.
Safari can’t open the page. Safari can’t open the page “http://www.example.com/landing” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.
Opera was just a blank white screen. But other sites on the server were still working.

Features module notes

  • Features Extra block (fe_block) does not export block cache settings (from the contrib module).
  • Views export is either broken or, more likely, it knows when they are already defined by a module.

WYSIWYG module gotcha: after upgrading or changing editors, delete profiles to resume

If you change wysiwyg editors, you have to delete the profiles and start anew.

wysiwyg drupal cannot select editor

Editor selectbox disabled
http://drupal.org/node/487848

Trac plugins

http://trac.edgewall.org/wiki/TracPlugins

Kathleen Murtagh's giant list...

Project Management Tools:

White Screen of Death on Importing CCK Content Type with a Date-Time Field

Importing a CCK content type with fields, that had just been exported from an identical site (did some work offline) failed with the oh-so-helpful white screen o' death (aka whitescreen, blank page).

Found no reports about this in the CCK issue queue or online elsewhere. Through cutting out parts until it worked, Agaric has been able to identify the field calling the error.

Here is the problematic field's definition, as excerpted from the export output we were trying to input into the import:

SStoring third-party libraries outside the upgrade path

Definitely best practice for all libraries that cannot be included on Drupal.org due to GPL or other reasons.

Dan discovers in the FCKeditor WYSIWYG documentation

Extract the archive and copy its contents into a new folder in the following location:
sites/all/libraries/fckeditor

So the actual library can be found at:
sites/all/libraries/fckeditor/fckeditor.js

Sweet! If only they were all consistent!

Syndicate content