Closed (fixed)
Project:
Pathauto
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 08:12 UTC
Updated:
30 Jun 2011 at 16:41 UTC
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
Comment #1
nonom commentedSame problem here
Using rc1
Comment #2
yngens commentedditto
Comment #3
bachbach commented+1
Comment #4
bachbach commentedas a temporary solution added : if(function_exists('drupal_static')) before line 362
Comment #5
parasolx commentedsame goes to me.. right now i even can't logout and login properly.
#4 solved it.
Comment #6
dave reidMy 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
Comment #7
j0nathan commentedSame issue with 6.x-2.0-rc1.
Comment #8
dave reid6.x-2.0-rc2 released with the fix.
Comment #9
j0nathan commentedAnd you patch in #6 fixed my issue.
http://drupalcode.org/project/pathauto.git/patch/9c1e34c
Thanks
Comment #10
j0nathan commented6.x-2.0-rc2 also fixed my issue.
Thanks.