AAAAhhhhh finally an answer :-))) thanks Matthias for listening.

Well, I get a perfectly blank, white, page. and when I go into the code
all I see is <html><body></body></html> (of course).

In the meantime, I get a blank page AND a login window. I've set up
.htaccess to include the requirements described in the comment part of
/midgard/index.php:

RewriteEngine On
RewriteBase /
RewriteCond  %{REQUEST_FILENAME}    !-f
RewriteRule  ^(.*)  /application/index.php

the path "/application/index.php" I have replaced with the path of the
main index.php file for MidgardLite:

/opt/apache/htdocs/midgard/index.php

There's another part of the comment I don't quite understand:

/* 
SET UP INC PATH SO THAT include("$MIDGARD_LITE_DIR/XXXX"); WILL WORK 
NOT NEEDED IF YOU PUT THE MIDGARD DIRECTORY INTO YOUR PEAR DIR.
*/

well, I have

define (MIDGARD_LITE_PATH , dirname(__FILE__).'/MidgardLite');

because my Midgard Lite installation is under
/opt/apache/htdocs/midgard/MidgardLite/

I don't know but I keep guessing this might be some sort of directory
problem but I can't figure it out yet.

Thanks for your help !

Regards
Marianne



-----Original Message-----
From: Matthias Englert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 11:56 AM
To: [EMAIL PROTECTED]
Subject: Re: [midgard-user] Midgard Lite woes


[EMAIL PROTECTED] wrote:

> I've been all over the installation procedure again and I'm still 
> getting the blank page. From the e-mails I got I ain't the only one - 
> but perhaps this list is the wrong place to ask ???


The list is perfectly right. :-) I just have very little time right 
now.

Is PHP configured to display errors? Do you get a blank page or 
page with something like <html><body></body></html>?

Matthias *reallysorryforthelateanswer* Englert


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


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

Reply via email to