Closed (fixed)
Project:
Search Files
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Aug 2009 at 18:08 UTC
Updated:
28 Aug 2009 at 18:32 UTC
I am trying to use the Search Files API with another module that is not part of Search Files. So I enabled Search Files API but neither of the sub-modules.
When I try to visit the main Search Files API menu page (path admin/settings/search_files), I get the following error:
Fatal error: Call to undefined function search_files_variable_get_directoryrescanage() in /opt/www/drupal-6.13/sites/all/modules/search_files/search_files.module on line 83
The problem is that this function is in module search_files_direcotries, not in search_files. So it shouldn't be called from the Search Files API page.
Comments
Comment #1
thl commentedFixed in Beta3
usability: rearrange menus and split dashboard into independent code pieces grouped by module. This is a prerequisite for enabling/disabling the modules individually
see
search_files.module release 1.19.2.14
search_files_attachments.module release 1.1.2.11
search_files_directories.module release 1.1.2.14
Comment #2
thl commented