Closed (fixed)
Project:
Real Name
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2011 at 10:09 UTC
Updated:
23 Jan 2011 at 03:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
SilviaT commented<>
Comment #2
nasinandes commentedSubscribe, 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,
Comment #3
jme80 commentedThere 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.
Comment #4
dave reidUpdate to token 7.x-1.x-dev momentarily. We'll have a new alpha or beta of token shortly.
Comment #5
hass commented#1020066: D6 deprecated token_element_validate_token_context(), but the new token_element_validate is not in D7
Comment #6
dave reidPlease make sure you actually have Token 7.x-1.x-dev installed. I don't know how to tell you any stronger. Sigh.