This works fine with 1.4.3 install (except the auth group check !!).
auth group check??
mmmh... I try to explain my think... in a private place, I use mgd_is_member(x) to check is the logged user is mmeber of the X group. Since my migration, this seems to don't work... even with a valid login/pass, the mgd_is_member(x) AND $midgard->user return False ! code-init of my page (active, auth reuqired) :
$groupe_id = 2;
if ($midgard->user && mgd_is_member($groupe_id)) {notes : - both the private place and the (old)admin, only "admin" can access to pages... why ? - in the login/pass popup box, domain is "Midgard (SG0)". is it good ? - in SQL, I checked all person/grp/host/... have sitegroup=0
But now, howto add new features (like sitegroup) & asgard to my base ?
the only solution to use repligard to migrate my midgard sites ?
Repligard was just designed to do it :)
Sitegroup fields should be already in all tables after update.
Asgard is just midgard application which require to be imported with repligard, exactly like all other ones.
BTW , if You made any changes to OldAdmin , make sure that imported Asgard has no OldAdmin. In any other case all Your changes will be overwritten.
of course.
but the major problem of our migration is hypertexts : in our code, we used article's and topic's IDs to create links in active pages :-(((
With a dump, ID don't change ; but with repligard ??
thanks again...
Benoit.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
