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.

Comments

cpliakas’s picture

Priority: Major » Critical

Marking as critical since it is blocking me from saving the view.

cpliakas’s picture

Status: Active » Needs review
StatusFileSize
new648 bytes

Looks like the uuid_generate() function will work.

stovak’s picture

Assigned: Unassigned » stovak
stovak’s picture

Sorry, it's the same function's name in uuid.inc of Alpha 1. :-) they changed the name from Alpha 1 to Alpha 2.

stovak’s picture

Resolved

stovak’s picture

Status: Needs review » Closed (fixed)
lucascaro’s picture

just a note: the function uuid_node_node_presave in uuid_node.module has calls to uuid_uuid

stovak’s picture

@lucascaro - this issue should be tracked in UUID's issue cue. This is a different module.