I got this error:
Fatal error: Call to undefined function t() in ...singlesignon/singlesignon.module on line 127

I removed the use of t() and now it works (at least it seem to work); I also use "locale" module and non English language:

127: if ($op == 'Log in') {

CommentFileSizeAuthor
#2 patch1_3.patch426 bytesalexanderpas

Comments

alexanderpas’s picture

Priority: Normal » Critical

Fatal error: Call to undefined function t() in /path/to/server/drupal-5/sites/all/modules/singlesignon/singlesignon.module on line 127

even happens when installed with only Drupal Core Required modules activated.... (special install profile)

happens erradically... may seem like a cache problem!!!

alexanderpas’s picture

Status: Active » Needs review
StatusFileSize
new426 bytes

problem solved.

patch file attached.

aspankie’s picture

Title: t() not defined » Thank you alexanderpas!
Version: 5.x-1.x-dev » 4.7.x-1.x-dev

Just wanted to say thanks, that patch was extrememly helpful to me just now!

alexanderpas’s picture

Title: Thank you alexanderpas! » t() not defined
Version: 4.7.x-1.x-dev » 5.x-1.x-dev

setting proper title back ;)

wayland76’s picture

Closed duplicate at http://drupal.org/node/111950

wayland76’s picture

Committed to HEAD; will become available when the build scripts run.

wayland76’s picture

Status: Needs review » Fixed

No complaints -- call it fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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