Closed (fixed)
Project:
PHPIDS
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2008 at 00:08 UTC
Updated:
20 Apr 2008 at 01:44 UTC
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
Comment #1
swentel commentedConfirmed and fixed in next release.
Thanks for reporting!