Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: uc 5.x-1.0-alpha8 dr

Posts: 332
Joined: 08/07/2007
Administrator

The only thing else I can think of is to open up uc_roles.module and goto line 256. You should see:

<?php
...
return array(
variable_get('uc_roles_default_expiration_header',
uc_get_message('uc_roles_user_expiration_header')) => $items);
...
?>

If that's the exact line you see, then you must be receiving a similar error on a different line because there's no way you can be receiving that same strtr() warning if the function call doesn't exist on that line.

--

-Shawn Conn: If the Name Don't Rhyme It Ain't Mine

role expirations not showing up on customer page By: sprugman (26 replies) Fri, 12/28/2007 - 15:40