> This code in a test page:
>
> <?
> if (mgd_has_sitegroups()) {
> print "We have sitegroups";
> } else {
> print "We don't have sitegroups";
> }
> ?>
>
> prints "We don't have sitegroups" :-(
Does calling phpinfo list the sitegroup methods?
I'd like to see the output of the configure you ran for mod_midgard and
midgard-php. You can run config.status in both directories to replay what
was done earlier.
The only thing that I can think of right now is that you might have
installed midgard-lib without sitegroups, then the other two, then
re-installed midgard-lib with sitegroups enabled. That would show the
header as you showed earlier but sitegroups would not be enabled.
Sitegroups is a compile-time (not run-time) changeable feature and
requires reconfiguration/recompilation of first midgard-lib, then
mod_midgard and midgard-php.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]