Closed (won't fix)
Project:
Webform
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2005 at 13:05 UTC
Updated:
10 Jun 2005 at 00:14 UTC
i got troubles making it work
i have to chage the line 1091 include_once('webform.inc') -> include_once('modules/webform.inc') to make it work
Comments
Comment #1
ullgren commentedA better solution would be to include . (current directory) in your include path.
Modules are not allways located straight in the modules directory but can be installed in subdirectories.