Issue

When accessing http://example.com/admin/modules/list the uuid_node.features.inc throws WSOD.

Environment

  • Drupal 7.7

Debug information

Array
(
    [type] => 1
    [message] => Call to undefined function  uuid_node_find()
    [file] => /***/sites/all/modules/uuid_features/includes/uuid_node.features.inc
    [line] => 71
)

Comments

Refineo’s picture

Assigned: Unassigned » Refineo

I am checking again.
Probably one step was not executed properly after the uuid module update from 7.x-1.0-alpha1 to 7.x-1.0-alpha2:
7101 - Clear cache for installations that used alpha1. Modules that previously was enabled in uuid_update_7100() doesn't exist anymore.

Refineo’s picture

Status: Active » Closed (cannot reproduce)

I am closing this one as I cannot reproduce this error after the system restore.