warning: include_once(course_signup.features.inc) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\drupal-6\sites\all\modules\contrib\course\modules\course_signup\course_signup.module on line 3.

When the course_signup module is enabled the following warning shows up. There is no course_signup.features.inc file in the module folder.

Comments

eugeniofioriti’s picture

Subscribing.

leendertvb’s picture

this warning can simply be disabled by creating the empty file \sites\all\modules\course\modules\course_signup\course_signup.features.inc

djdevin’s picture

Status: Active » Closed (fixed)

  • Commit fca9ea3 on master, 7.x-1.x-fieldable-entities, course-object-entity-view by djdevin:
    Issue #1288454: remove old course_signup feature include Issue #1288434...