Closed (fixed)
Project:
Bugzilla Dashboard
Version:
6.x-1.1-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 May 2009 at 08:07 UTC
Updated:
18 Aug 2009 at 23:10 UTC
Hi,
on a fresh install of QMO Bugzilla I get the error
Fatal error: Call to undefined function get_help() in /home/wins/toegw/nschloe/www/drupal-nschloe/modules/qmo_bugzilla/qmo_bugzilla.module on line 1188
Cheers!
Nico
Comments
Comment #1
sschumacher1 commentedHello Nico,
I had the same problem when I installed QMO Bugzilla. If you go in and open the qmo_bugzilla.module file and search for the line with get_help in it. Change the call from get_help to help_help and then it should start working.
Samantha
Comment #2
sschumacher1 commentedComment #3
nschloe commentedConfirmed working, thanks.
Comment #5
einsicht commentedFixed in beta3. Need to write documentation in the future :)... Really sorry I forgot that stub in there.