Closed (won't fix)
Project:
Customerror
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2006 at 06:44 UTC
Updated:
2 Nov 2006 at 18:59 UTC
Drupal 4.7.4
I started receiving this from Google tonight, why tonight? ... don't have any idea?
"We've detected that your 404 (file not found) error page returns a status of 200 (Success) in the header."
So I thought I would try to see if this module could help
There was no 4.7.4, so I figured 4.7.3 would work
received errors
Fatal error: Call to undefined function: drupal_get_token() in /home/user/mydomain.com/includes/form.inc on line 88
am I using this module incorrectly?
thanks
Comments
Comment #1
kbahey commentedThis error is not from this module. It is from something else.
Perhaps you did not upgrade to Drupal 4.7.4 but you are using a module that uses this new function.
Comment #2
heine commentedIt seems OP has a hodgepodge of include files. form.inc is clearly 4.7.4, but common.inc, the one that should harbour drupal_get_token is an older version.
Comment #3
green monkey commentedok, thanks .... but is a little (zoom) over my head ... do I need to do anything? .. is there a more current common.inc?