I have upgraded from 6.17 to 6.19. Thing were great! Things were looking dandy. Just a few modules to go. Doing them one at a time:
CCK - ok
Pathauto - Fine
Date - Easy as pie
Now I thought I was home and dry:
Token and insert the update.php runs ok but I am getting this error:
Fatal error: Call to undefined function token_get_values() in /home/westoxo1/public_html/modules/page_title/page_title.module on line 447
when I try to access the front page.
Fatal error: Call to undefined function token_get_values() in /home/westoxo1/public_html/modules/page_title/page_title.module on line 507
When I try to access the admin page.
My site is dead and after the trouble I have had with my web hosts this week I am close to tears.
Please make an old man very happy and please please provide me with a panacea
I tried putting the old token and insert back, but this was evidently futile.
Comments
I experienced the same thing
I experienced the same thing in one of our production sites. I actually tested upgrading the Token module in one of our test sites and it worked well there. So I decided to update it on prod site but I received the same error. I just reverted back the old token module and our site is now working. I don't know what caused it but I would love to know if someone could help us so we can smoothly update the Token module. thank you!
I had web-host restore archive to get it back
Putting the old token back didn't help me. When I Googled, that fatal error only came up on Drupal version 5 issues. I thought things might not be looking up then.
I am now slowly and deliberately installing everything in the same order up to the Token module, so I have a nightly backup in case.
Same Problem here - nothing
Same Problem here - nothing works anymore, just the same error messages.
I deleted both modules to
I deleted both modules to find what might be wrong. Just instalign Page Title gives the errors; just installing Token alone solves the problem (page is up again) - but of course page title is missing, then.
I tried page title 6.x dev but only got a different line:
Fatal error: Call to undefined function token_get_values() in /home/wwwthet/public_html/sites/all/modules/page_title/page_title.module on line 539
maybe this helps.
have you tried disabling the page_title module...
have you tried disabling page_title module before installing token?
when you updated the token module, is your Drupal Core already updated?
I just hope that developers of these modules could jump in and say their two cents. All of my updates are pending right now =(
Modules Versions?
I've just tested Page Title 6.x-2.3 (and dev) and the latest stable Token (6.x-1.14). I cannot replicate the problem.
Baring in mind that
token_get_values()is a function within token.module (see: here on line 275) I would be inclined to think that you have somehow enabled Page Title without Token module?How did you you update token? Is it possible you forgot to upload the module file? Or did you CVS update to an invalid tag (which would remove all the files)?
Hi! Nicholas. Thanks for
Hi! Nicholas. Thanks for jumping in.
Mine are Page Title (6.x-2.3) and Token Module (6.x-1.13)
I tested it our test site and it seems okay but when I applied to Prod, it just gave me that error.
When you said here "I would be inclined to think that you have somehow enabled Page Title without Token module?", should we disable the Page Title before we update the Token Module? But I did not do that in our test site. =( and it seems to be okay.
I updated Token module like other modules. I deleted the entire folder in SVN (we do it via SVN) then checkin the latest version, run update.php and that's it. I used to do that before and I don't have problems. Hope we could have more assistance. I appreciate your time. =)
anyone who wants to follow
anyone who wants to follow up. =(
I encountered the problem again
Unfortunately, I encountered the problem again when I checked in Token 6-1.15. The same error
Fatal error: Call to undefined function token_get_values() in /modules/page_title/page_title.module on line 447
Page Title Module is currently disabled so our site would be up.
Any advice guys?
So we should disable Page Title before updating Token?
Hi! Again. Nicholas. I went through this thread again and I just ask what you mean when you said this "I would be inclined to think that you have somehow enabled Page Title without Token module?"
does it mean that we should disable the Page Title module before we update the Token Module? Is that the safest way?
Solved
HI guys,
I had the same problem. I don't know how but the token module was disabled. I enabled it and everything works okay now.
Harry