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.
| Comment | File | Size | Author |
|---|---|---|---|
| 2013-02-21_15-09-13.png | 37.02 KB | tmwagner |
Comments
Comment #1
tmwagner commentedThere 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.
Comment #2
wxman commentedThank you. That worked for me too.
Comment #3
kwfinken commentedAny chance that patch will be implemented in an alpha4 any time soon?