Fatal error: Call to undefined function drupal_static() in /home/zzzzz/public_html/sites/all/modules/pathauto/pathauto.inc on line 362
This function doesn't exist in Drupal 6
http://api.drupal.org/api/search/6/drupal_static
Only in Drupal 7

Comments

nonom’s picture

Same problem here

Using rc1

yngens’s picture

ditto

bachbach’s picture

+1

bachbach’s picture

as a temporary solution added : if(function_exists('drupal_static')) before line 362

parasolx’s picture

same goes to me.. right now i even can't logout and login properly.

#4 solved it.

dave reid’s picture

Status: Active » Fixed

My apologies, this is why I get really frustrated that testing doesn't work right on my own machine *or* the testbot for contrib. Fixed in 6.x-2.x and I will roll another RC release today since this is pretty bad.

http://drupalcode.org/project/pathauto.git/commit/9c1e34c

j0nathan’s picture

Same issue with 6.x-2.0-rc1.

dave reid’s picture

6.x-2.0-rc2 released with the fix.

j0nathan’s picture

And you patch in #6 fixed my issue.
http://drupalcode.org/project/pathauto.git/patch/9c1e34c

Thanks

j0nathan’s picture

6.x-2.0-rc2 also fixed my issue.

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.