I was trying the new beta1 but I'm not able to save the configurations in admin/config/people/realname.
The error I get while saving:

Fatal error: Call to undefined function token_element_validate() in /drupal/includes/form.inc on line 1337

CommentFileSizeAuthor
#3 diff.txt596 bytesjme80

Comments

SilviaT’s picture

<>

nasinandes’s picture

Subscribe, for the same problem but I with versions 7.00,
Fatal error: Call to undefined function token_element_validate() in /"localfolder"/includes/form.inc on line 1788
I'm just config pathauto I don't know if have any relation.

Regards,

jme80’s picture

StatusFileSize
new596 bytes

There is a function named token_element_validate_token_context(...) in token.module on line 373 (using Token version 7.x-1.0-alpha3).

The function token_element_validate is called by pathauto module in pathauto.admin.inc on lines 43, 44, 61 and 62 (using Pathauto version 7.x-1.x-dev).

I did a search&replace:

token_element_validate -> token_element_validate_token_context

This seems to fix it.

See attached file for diff.

dave reid’s picture

Status: Active » Fixed

Update to token 7.x-1.x-dev momentarily. We'll have a new alpha or beta of token shortly.

dave reid’s picture

Please make sure you actually have Token 7.x-1.x-dev installed. I don't know how to tell you any stronger. Sigh.

Status: Fixed » Closed (fixed)

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