Hello folks,
Hi,

I've been trying to get midgard and Aegir working for a few days now. Right now I have loaded midgard 1.6.0 with spider-admin, midcom, etc (everything datagard installs by default).

After I log into Aegir, I get a horribly rendered page (see http://draco.ramapo.edu/aegir.jpg for a snapshot). I've never seen Aegir at work, but I would assume that the left and right panes don't have the same content.

If I click on any of the links, they will expand on that same pane. I've tried to add a new company, new website, but nothing happens.. it doesn't even appear on the database.

Spider-admin seems to mostly work (with some problems, but that's for another post), and nothing that I add there seems to show in aegir.

I've reloaded the midgard dB a bunch of times, without any errors.. what I am doing wrong?

if it matters, I'm running php 4.3.8 and apache 2.0.58, mysql 3.23.58. I will leave the page up if someone wants to take a look... This is a test box,so no harm done in breaking it more. : http://draco.ramapo.edu/aegir/

Funny, must admit... Generally, Aegir shows its frontpage every time it does'n get what to show actually. For example, whet you point to http://draco.ramapo.edu/aegir/rcs/blabla it will show a frontpage since it doesn't recognize blabla as a /AegirCore/argv0/ module snippetdir, so let's dig further...


The left pane contains navigation subsystem and it is called via /aegir/rcs/navigation module. Let try it standalone - we get a frontpage again.

Lets find what active $argv array contains...ooops it is empty! Perhaps Midgard failed in a way...Nope:

$midgard->argv=Array
       (
           [0] => navigation
           [1] => top
       )

So, PHP has not registered $argv global var. Check your register_argc_argv PHP startup parameter :-)

Solt


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



Reply via email to