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

kbahey’s picture

Status: Active » Closed (won't fix)

This 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.

heine’s picture

It 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.

green monkey’s picture

ok, thanks .... but is a little (zoom) over my head ... do I need to do anything? .. is there a more current common.inc?