[midgard] Sorting Page by ID

1999-12-21 Thread Gunardi Wu
Hi, Is there a way to sort the Page by its ID rather than by its NAME?? or it is even better if there is a field like SCORE in the content-admin's article so we can order the page properly. For example: I have constructed pages like: Home, Events, News, About, BlaBla and I want to order them

Re: [midgard] Cannot start Admin Page

1999-12-21 Thread leonard
Hello, My ServerRoot is: "/usr" My MidgardRootFile is: /modules/midgard-root.php3 As for User and Group, I do not see those setting anywhere in my .conf file. Where should they be, and what should they be set to? Also, the permissions for the Midgard-root.php3 file and it's directories. What

[midgard] site suggestion/question: example sites

1999-12-21 Thread Miles Fidelman
Hi Folks, I came across Midgard recently, and have been looking at it as well as Zope for adding capabilities to several sites I manage. One thing that would be very useful would be to see some sites that are actually using Midgard - and I was surprised not to find a "link garden" on the

Re: [midgard] site suggestion/question: example sites

1999-12-21 Thread David Guerizec
Hi ! Hi Folks, I came across Midgard recently, and have been looking at it as well as Zope for adding capabilities to several sites I manage. One thing that would be very useful would be to see some sites that are actually using Midgard - and I was surprised not to find a "link garden" on

Re: [midgard] Cannot start Admin Page

1999-12-21 Thread E . Heyns
On Tue, 21 Dec 1999, leonard wrote: My ServerRoot is: "/usr" My MidgardRootFile is: /modules/midgard-root.php3 Are you sure about the '/' at the beginning? If so, the midgard rootfile should be at that exact location. $ ls -l /modules/midgard-root.php3 should return something like

Re: [midgard] Sorting Page by ID

1999-12-21 Thread E . Heyns
On Tue, 21 Dec 1999, Gunardi Wu wrote: Is there a way to sort the Page by its ID rather than by its NAME?? or it is even better if there is a field like SCORE in the content-admin's article so we can order the page properly. Not currently. For example: I have constructed pages like:

Re: [midgard] site suggestion/question: example sites

1999-12-21 Thread E . Heyns
On Tue, 21 Dec 1999, Miles Fidelman wrote: And meanwhile, can you point me to a few production sites that are using Midgard? I use Midgard for a development site and an intranet site. Both are not publicly available, sorry. Sites that are: http://www.stonesoft.com/ http://www.stonebeat.com/

Re: [midgard] contribution

1999-12-21 Thread E . Heyns
Hi carmelo, When I sent this message to the midgard devloppement team, I was refering to the possiblity of extension for dreamweaver 3. I think we can create with dreamweaver a specific interface for midgard where you will be able to manage all the objects of midgard with templetes and the

Re: [midgard] unapprove function wanted

1999-12-21 Thread Jamie Tomlinson
[EMAIL PROTECTED] wrote: On Sun, 19 Dec 1999, Jamie Tomlinson wrote: I was digging through the source code and found the function mgd_toggle_article_lock(). That should meet your needs for locking articles, but I did not find a similar function for approving. Does the article toggle

Re: [midgard] unapprove function wanted

1999-12-21 Thread Jay
Hello all, I've just installing midgard on Mandrake 6.1 from rpm package after ./install-midgard everything is ok when I access http://localhost:8101/midgard-root.php3 there's an error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to

Re: [midgard] unapprove function wanted

1999-12-21 Thread Jay
Quoting Axalon Bloodstone on Tue, Dec 21, 1999 at 08:55:19AM -0700: There isn't a host setup for port 80, people tend tobe unhappy when they pull up a recently upgraded production server and can't find their web pages. You'll need to add a new host from the admin page, the post install

Re: [midgard] Suggestions for Midgard 2.0

1999-12-21 Thread Philipp Rotmann
On 21.12.99 (17:41), David Guerizec wrote: So I came to this conclusion: why the database isn't set into the host record ? Or better: why wouldn't we have a single Midgard super-admin site (stored in a meta-DB like 'midgard') which would handle hosts and DBs (like the 'mysql' database for

[midgard] No user file (Was: unapprove function wanted)

1999-12-21 Thread E . Heyns
On Wed, 22 Dec 1999, Jay wrote: now I can access midgard sample on port 8099 but still I can't login through port 8101 (Internal Server Error) on apache log: [Wed Dec 22 00:22:25 1999] [crit] [client 127.0.0.1] configuration error: couldn't check user. No user file?: /midgard-root.php3

Re: [midgard] Suggestions for Midgard 2.0

1999-12-21 Thread David Guerizec
So I came to this conclusion: why the database isn't set into the host record ? In the database, you mean? How would Midgard know what database to access to look up what database it should access? Here is what I mean: in httpd.conf, we just have one MidgardDatabase, MidgardUsername and

Re: [midgard] Suggestions for Midgard 2.0

1999-12-21 Thread David Guerizec
I think that would bring a severe performance penalty; Midgard currently uses persistent connections to the respective databases, but we'd have to drop that if the actual database could change (theoretically) for each request. I agree about the performance penalty, but if I put say 5

Re: [midgard] No user file (Was: unapprove function wanted)

1999-12-21 Thread Jay
Quoting [EMAIL PROTECTED] on Tue, Dec 21, 1999 at 07:20:37PM +0100: Maybe http://www.progressive-comp.com/Lists/?l=midgardm=94217160910544w=2 is of help to you. I'm still confused ;-) I've rebuild apache, mysql and midgard packages, it's clean now after ./install-midgard still Internal

Re: [midgard] No user file (Was: unapprove function wanted)

1999-12-21 Thread E . Heyns
On Wed, 22 Dec 1999, Jay wrote: I've rebuild apache, mysql and midgard packages, it's clean now after ./install-midgard still Internal server error and cannot lookup sample pages It's more likely to be a configuration hiccup than a compilation problem. Just to verify: - Have you

Re: [midgard] No user file (Was: unapprove function wanted)

1999-12-21 Thread Jay
Quoting [EMAIL PROTECTED] on Tue, Dec 21, 1999 at 11:05:59PM +0100: Just to verify: - Have you LoadModule'd and AddModuled both mod_midgard and the patched PHP3? Yes, both LoadModule and AddModule of midgard_module and php3_module - Is MidgardEngine on? Yes, MidgardEngine is on -