Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jan 2006 at 06:24 UTC
Updated:
25 Jan 2006 at 15:31 UTC
not all modules see the function of drupal_lookup_path now()
Fatal error: Call to undefined function: drupal_lookup_path() in /var/www/localhost/htdocs/modules/i18n/i18n.module on line 235
Comments
Comment #1
markus_petrux commentedIt looks like path.inc should be included in DRUPAL_BOOTSTRAP_PAGE_CACHE stage, so its functions are available in hook_init.
Comment #2
chx commentedthose modules can do a drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH) including path.inc would defeat the cause of path.inc , to make bootstrapping faster when those functions are not needed.