Hi,

Occasionally when I got to load a forum topic I get:

Fatal error: Call to undefined function drupal_get_path_alias() in /MY_BASEDIR_REMOVED/includes/common.inc on line 1193

I've seen a few other references to this error around searching web/drupal all seem to be for various things. I assuming it's due to something in advanced forums in my case because I'm going directly to a forum post so it's hitting the forum code.

I have never seen this error for any other url on my site other than forum. The urls I'm going to are replies to a topic so they have the #anchor text at the end, if that's helpful.

thanks for any help or suggestions

Comments

michelle’s picture

That line of code is in the url() function. It's being called by the D6 compatability code in advforum, which is straight out of D6's core forum module. The functions have already been corrected for the change of parameters between D5 and D6. I don't think there's any more I can do. It's a valid call to a core function... I don't know why it would be erroring for you.

I'll leave this open for a while in case anyone else has an idea but I'm afraid it will have to be "no fix'd" eventually unless someone can tell me something I'm doing wrong because there doesn't appear to be anything to fix.

Michelle

stamd’s picture

Status: Active » Closed (fixed)

thank you for leaving this open.

I'm not seeing this happen often and since it's not an advanced forum issue going to close it.

thank you again.

michelle’s picture

Ok. If you ever find that it is something in advforum after all, feel free to re-open.

Michelle