Closed (fixed)
Project:
Area
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
6 Dec 2008 at 22:37 UTC
Updated:
24 Dec 2008 at 17:41 UTC
Installing area.module yields only an error (reported on drupal.hu):
Fatal error: require_once() [function.require]: Failed opening required './modules/area/lib/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mongainf/public_html/sites/all/modules/area/area.inc on line 14
The user installed area.module into sites/all/modules/area/ - as he should have done so, since it is not a core module. Thus:
1. include_once() calls should be replaced with appropriate module_load_include() calls, especially in area.inc.
2. README.txt should be updated accordingly.
Comments
Comment #1
jaume commentedI will fix this error as soon as possible.. Right now this problem is not happening if area ins placed on the modules/ directory instead of sites/.../ directory.
Comment #2
jaume commented