Project:Separate "management" theme for administrative pages
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hello!
I got a blank page and the error messge:
PHP Fatal error: Call to undefined function drupal_get_path_alias() in /var/www/drupal/modules/manage/manage.module on line 19

It was tested on drupal 4.7.2 / php5.0
Thank you very much!

Comments

#1

I resolved this specific error by including the following at the top of the file

require_once("includes/path.inc');