I got a blank page and a error message
qazasd - July 10, 2006 - 03:47
| Project: | Separate "management" theme for administrative pages |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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!

#1
I resolved this specific error by including the following at the top of the file
require_once("includes/path.inc');