Emiliano <[EMAIL PROTECTED]> wrote:
> Lucia Eiselstein wrote:
> >
> > Hello again,
> >
> > Still busy to find the fault with my "Fatal error: Call to unsupported
> > or undefined function ""() in snippet:///Asgard/Classes/Template-base on
> > line 29"
>
> I'm looking at line 29 of that snippet but I don't see anything that
> looks like
> this. How recent is your Asgard?
Check if the template-base snippet looks like this:
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: }
33:
And check the value of $AsgMsg->Common_LocalizedNameFilter (in language strings)
> > Now my question:
> >
> > Is there somewhere a list / document, which explains where Midgard1.4.0
> > installes its files and which functions these files have / what they do?
> >
> > It would be nice, if such an explanation would exist for the
> > installation from .deb-packages, too.
>
> I'll try to get around to it. In general:
>
> midgard-lib: $prefix/lib holds libraries, $prefix/include/midgard holds
> headers,
> $prefix/bin/repligard, $prefix/share/midgard has repligard files,
> $prefix/etc
> has the repligard config
>
> mod_midgard: installs mod_midgard.so, midgard-root.php and
> midgard-root.php3 in the apache module directory.
>
> midgard-php3: only libphp3.so, installed in the apache module directory.
>
> midgard-php4: doesn't install anything itself. You need to copy
> midgard.so to the
> PHP extension dir (is this right David?)
not exactly, mkall does configure, make, make install the midgard extension in the
directory given by php-config --extension
> data: installs the database and the blobdir. The blobdir is
> configurable.
>
> Emile
--
Best regards,
David Guerizec
http://www.imuable.org/
http://www.midgard-project.org/
[This mail has been sent by imuable v0.2b]
[If you find something wrong, please send]
[a message to [EMAIL PROTECTED], Thanx]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]