[EMAIL PROTECTED] wrote:

> 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: }

I know, it sounds thumb, but where do I find this snippet? (I mean in
which file?)

Meanwhile, I deinstalled midgard, installed it new from .deb-package,
updated the mysql-database again, edited the httpd.conf, but the
error-message is the same. 

> 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

In both cases, I got the same error-message. 
Fatal error: Call to unsupported or undefined function ""() in
snippet:///Asgard/Classes/Template-base on line 29

The only thing that shows up if I start midgard on port 8102 is the
asgard welcome and it shows me the groups, sitegroups, persons and so
on, but that's it, I can't change anything or even try to look for
options. 

> and BTW, what version of PHP do you use ?

I have php3.0.18-0pot installed, but also the midgard-php3. 
In the httpd.conf, I LoadModule php3_module
/usr/lib/apache/1.3/libphp3midgard.so

Regards 

Lucia

> --
> David
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to