Closed (won't fix)
Project:
Trace
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Nov 2007 at 10:45 UTC
Updated:
18 Sep 2009 at 16:16 UTC
Fatal error: Call to undefined function drupal_get_path_alias() in /var/www/d53/sites/all/modules/trace/trace.module on line 153
Comments
Comment #1
mlncn commentedOK, this is extremely weird. The function in question is perfectly valid: http://api.drupal.org/api/function/drupal_get_path_alias/5
And I get this error if I go to http://dev.wsf2008.net/ as an anonymous user but not when logged in (as user 1 anyway).
But I do not get the error if I go to http://dev.wsf2008.net/home (which is the same page).
Contemporaneous weirdness: I also got an undefined error on "trace_backtrace()" that I put into cache.inc, until I removed it, although it had been working fine minutes previously.
Insights?
Comment #2
mlncn commentedMoving this back to a bug.
Turning off error tracing -- it was set to "Errors (E_RECOVERABLE_ERROR, E_USER_ERROR)
Warnings (E_WARNING, E_USER_WARNING)" -- resolved the problem though.
Our site has locale enabled, i18n installed, as possible complicators.
Comment #3
Arto commentedI don't think I ever managed to reproduce this. A fix (and more maintainers) to the 5.x branch are certainly welcome, though.
(A similar issue was mentioned in #141328: Drupal 5.x branch.)