After clicking the "Cancel" button in the Highcharts format settings page, I get the following error message:
Fatal error: Call to undefined function uuid_uuid() in acquia-drupal/sites/highcharts.localhost/modules/contrib/views_highcharts/theme/views_highcharts.theme.inc on line 8
I looked through the UUID module (7.x-1.0-alpha2), and the function does not exist.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | facetapi-1261898-2.patch | 648 bytes | cpliakas |
| Screen shot 2011-08-27 at 10.21.53 AM.png | 354.71 KB | cpliakas |
Comments
Comment #1
cpliakas commentedMarking as critical since it is blocking me from saving the view.
Comment #2
cpliakas commentedLooks like the uuid_generate() function will work.
Comment #3
stovak commentedComment #4
stovak commentedSorry, it's the same function's name in uuid.inc of Alpha 1. :-) they changed the name from Alpha 1 to Alpha 2.
Comment #5
stovak commentedResolved
Comment #6
stovak commentedComment #7
stovak commentedhttp://drupal.org/commitlog/commit/25548/f6140fb74f57047e3faab88babf0af2...
Comment #8
lucascaro commentedjust a note: the function uuid_node_node_presave in uuid_node.module has calls to uuid_uuid
Comment #9
stovak commented@lucascaro - this issue should be tracked in UUID's issue cue. This is a different module.