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

jaume’s picture

Assigned: Unassigned » jaume

I 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.

jaume’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.