Oct 27 17:31:14 XXX httpd: PHP Fatal error: Call to undefined function simple_contest_get_types() in /var/www/OAO/sites/all/modules/simple_contest/simple_contest.install on line 68
Oct 27 17:31:14 XXX httpd: PHP Fatal error: Call to undefined function simple_contest_get_types() in /var/www/OAO/sites/all/modules/simple_contest/simple_contest.install on line 68
Comments
Comment #1
ralva83638 commentedadded this to the top of the install file:
include("includes/simple_contest.api.inc");
seemed to fix it.
Should also note that it is not a fix and should be removed before activating again.