Attempted to install both latest version (1.0-alpha3) and dev version. Both fail.
After install, red error dialog is shown with text "Notice: Undefined variable: replacements in uuid_tokens() (line 95...

See attached screenshot.

CommentFileSizeAuthor
2013-02-21_15-09-13.png37.02 KBtmwagner

Comments

tmwagner’s picture

There is a patch mentioned http://drupal.org/node/1428952 on comment #22.

Patch does not apply correctly, but the fix specified by the patch does work

Insert
$replacements = array();

right before the case statement.

wxman’s picture

Thank you. That worked for me too.

kwfinken’s picture

Any chance that patch will be implemented in an alpha4 any time soon?