[midgard] Articles as pages

2000-07-05 Thread Loyd Goodbar
How do you get articles as separate links? I have a help system that will use the topic/article system to hold content. Each article will be a single help "Item". Any help appreciated! Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- This is The Midgard Project's mailing

[midgard] PHP DEFINE statement

2000-07-02 Thread Loyd Goodbar
I noticed that I can't use PHP's DEFINE statement with Midgard. I put defined constants in the code-global style element, but had to change them to regular PHP variables. Has anyone else noticed this? Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- This is The Midgard Project

Re: [midgard] Adding members to groups? (1.4 beta 4)

2000-06-29 Thread Loyd Goodbar
tr(mgd_errno()) after the create_member failure for an indication >of what happened. > >Emile -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org

Re: [midgard] localhost looping

2000-06-29 Thread Loyd Goodbar
), Emiliano <[EMAIL PROTECTED]> wrote: >To see where the problem is, try by hand (on the Midgard server): > >telnet localhost 80 >GET /admin/ HTTP/1.1 >Host: leda.genzai.org > > > >then check the mysql logs. If the same complaints are there the problem is >in midga

[midgard] Adding members to groups? (1.4 beta 4)

2000-06-28 Thread Loyd Goodbar
When I try to add a member to a group, they do not appear under the group. It's as if they're not added. The member exists, but does not show as a group member. Manually updating the member table did the trick. Midgard 1.4 beta 4 Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-28 Thread Loyd Goodbar
I finally got everything working! I really like now you can define a site by its directory name (prefix), and you don't need to touch httpd.conf. Looking forward to more integrated sitegroup management! Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- This is The Midgard Proj

[midgard] localhost looping

2000-06-28 Thread Loyd Goodbar
7;s a Netscape issue, or a host issue (accessing via localhost vs. LAN). This isn't a critical issue, but I will eventually get a Linux laptop, and will use it for demoing web sites. Having hiccups like this can be a drag! Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- This is The M

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-28 Thread Loyd Goodbar
o.[ch]? MGD_ERR_CHILD_EXISTS should be >declared there. > >Emile -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- 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

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-28 Thread Loyd Goodbar
pache? Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- 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]

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Loyd Goodbar
ives you a simple sql script which can be used to recreate the db. -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- 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]

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Loyd Goodbar
ctions/midgard.o] Error 1 Running RedHat Linux 6.0 (2.2.5-15 kernel). Thanks! Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 -- 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 th

Re: [midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Loyd Goodbar
On Wed, 28 Jun 2000 01:50:46 GMT, [EMAIL PROTECTED] (Loyd Goodbar) wrote: >I just downloaded 1.4 beta 4 to look at... > >1. When running configure for midgard-lib, I get an error message "can not run >/bin/sh ./config.sub". There is no config.sub file. Help! I got ahea

[midgard] Midgard 1.4 beta 4 questions

2000-06-27 Thread Loyd Goodbar
gard MySQL database, and the .so files (mod_midgard and libphp3)? Thanks! Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 http://www.watervalley.net/users/lgoodbar/ -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www

[midgard] Style admin and child styles

2000-06-24 Thread Loyd Goodbar
When I create a child style, I see it in the "toplevel" style list instead of the parent's style list. Is this correct behavior? Using Midgard 1.2.5. Thanks, Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 http://www.watervalley.net/users/lgoodbar/ -- This is The Midgard Pr

Re: [midgard] images?

2000-06-08 Thread Loyd Goodbar
hich case it will handle _all_ requests that are not handled by other >midgard pages. Nothing will be served by apache itself for that site. > >Emile -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 http://www.watervalley.net/users/lgoodbar/ -- This is The Midgard Project's mailing list. F

Re: [midgard] images?

2000-06-06 Thread Loyd Goodbar
1) What's going on there?? midgardpowered.gif is a brand-new file I just copied. Looking in the pages table, I found id 41 is my main page that references midgardpowered.gif. Is Midgard trying to serve the HTML document again because of the image request? Is any of this helpful? I still can't

Re: [midgard] images?

2000-06-05 Thread Loyd Goodbar
... Loyd On Mon, 05 Jun 2000 23:21:37 GMT, [EMAIL PROTECTED] (Loyd Goodbar) wrote: >When you create a new host, what "directory" does it acquire? Do all projects >start out at the root http directory? (In my case /home/httpd/html) >I created a new site, and added links to the /im

[midgard] images?

2000-06-05 Thread Loyd Goodbar
erence, I tried using I can't reference any images in my new site. Note that Midgard admin and example sites both work without problems. I'm confused... Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 http://www.watervalley.net/users/lgoodbar/ -- This is The Midgard Project's mail

[midgard] SSL and Midgard

2000-06-05 Thread Loyd Goodbar
Does anyone have information regarding how to set a Midgard host to use SSL? Thanks, Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 http://www.watervalley.net/users/lgoodbar/ -- This is The Midgard Project's mailing list. For more information, please visit the project's web si

[midgard] Porting an existing site's authentication

2000-06-02 Thread Loyd Goodbar
Where would the authentication go? Thanks, Loyd -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 http://www.watervalley.net/users/lgoodbar/ -- 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

[midgard] Midgard and php4

2000-05-23 Thread Loyd Goodbar
Is Midgard compatible with PHP4? -- Loyd Goodbar [EMAIL PROTECTED] ICQ#504581 http://www.watervalley.net/users/lgoodbar/ -- 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 lis