"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.
"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
Comment #1
Lebby commentedI just have same issue, and your fix works!
Tnx!
Comment #2
Ground Unit commentedConfirm suggested fix as working. Do not miss ";" in the end and.
P.S. Mixed up with message properties, sorry. ((