I just played around with the 'frontpage' style element within aegir and inserted some php code to see what's actually there.

I am not very proficient with midgard, and I don't know where to look next... any suggestions?


I've investigated your site a bit deeper and found that $argv array is being cleared in auth_by_cookies() function called by /AegirCore/lib/auth when authorization is checked by cookies written when user is logged in for the first time.


Actually it's lost after line #57. When I tried to print_r $argv in line #58 I got zero size reply from server, so it must've crashed with segfault (refer to you apache log).

53: // Try to auth
54: if (mgd_auth_midgard(OTP_decrypt($auth_sessiondata->username, $auth_userdata_pad).$auth_sessiondata->logintype.$auth_sessiondata->sitegroup, OTP_decrypt($auth_sessiondata->passwd, $auth_userdata_pad), 0)) {
55:
56: // Auth ok, reloading $midgard
57: $GLOBALS["midgard"]=mgd_get_midgard();
58:
59: // Maintenance


Unfortunately I have no skills to help more.

Solt


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



Reply via email to