"Call to undefined function: devel_info_get_block_list()" in file devel_info.install, line 28.

In case someone else runs into this issue, a quick fix is to add require_once('devel_info.module'); after the <?php tag.

Comments

Lebby’s picture

I just have same issue, and your fix works!
Tnx!

Ground Unit’s picture

Version: 7.x-1.0-rc3 » 7.x-1.0

Confirm suggested fix as working. Do not miss ";" in the end and.

 <?php require_once('devel_info.module');
// $Id: devel_info.install,v 1.2.2.7 2010/07/14 11:51:51 flanker Exp $ 

P.S. Mixed up with message properties, sorry. ((