Call to undefined function drupal_get_path_alias()

tomaszx - April 20, 2008 - 00:08
Project:PHPIDS
Version:6.x-1.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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';

#1

swentel - April 20, 2008 - 01:44
Status:active» closed

Confirmed and fixed in next release.

Thanks for reporting!

 
 

Drupal is a registered trademark of Dries Buytaert.