Download & Extend

Call to undefined function drupal_get_path_alias()

Project:PHPIDS
Version:6.x-1.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Call to undefined function drupal_get_path_alias() in /.........../includes/common.inc on line 1330

try this:

// load common.inc if necessary and path.inc
if (!function_exists('drupal_goto')) {
   require_once './includes/common.inc';
   require_once './includes/path.inc';
}

this is a bug.
require_once './includes/path.inc';

Comments

#1

Status:active» closed (fixed)

Confirmed and fixed in next release.

Thanks for reporting!