> Lucia Eiselstein wrote:
>
> > I wanted to give you the error message in English, that's why I changed
> > the options from "language German" to "language English" again.
> >
> > Thereafter, this problem occured:
> >
> > If I try to go to another group than SGO/MidgardAdministrator (that
> > means all the groups/sitegroups that I build by myselfe, I think), I get
> > this Fatal Error:
> >
> > Fatal error: Call to unsupported or undefined function ""() in
> > snippet:///Asgard/Classes/Template-base on line 29
> >
> > The same happens if I try to make a new person/group/sitegroup/host and
> > if I try to delete something.
> >
> > Can it be possible that somehow /Asgard/Classes/Template-base is
> > deleted? I can't find such a file/directory.
no, it's not a file but a snippet, and it's still here cause you've got the error
message.
> David, can a language change cause this? How best to fix this?
> Repligard?
I tried to change the language on my own server, and it didn't see anything wrong.
the function in the snippet should look like:
24: function Asgard_Template_default_filter($str)
25: {
26: global $AsgMsg;
27: $filter=$AsgMsg->Common_LocalizedNameFilter;
28: if (function_exists($filter))
29: return $filter($str);
30: else
31: return htmlentities($str);
32: }
So it should detect on line 28 that $AsgMsg->Common_LocalizedNameFilter is not
defined...
Can you check how your function in /Asgard/Classes/Template-base looks like ?
And tell me what's in the edit box on these URLs:
http://www.yourdomain.com/asgard/language/en_US/edit/Common_LocalizedNameFilter
http://www.yourdomain.com/asgard/language/en_US/edit/Common_LocalizedNameFunction_String
and eventually compare it to the german one (replace en_US by de_DE in the above urls)
and BTW, what version of PHP do you use ?
> Emile
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]