Hi,
 
I installed MidgardLite as described in the INSTALL file. When I point my browser to the root directory I do not see the MidgardLite-Welcome-Page. The only thing I see is my PHP/Apache/MySQL Configuration.
 
I tried to debug a little:
================
mod_rewrite module is loaded
register_globals setting is switched to on
 
Setting the wrong password in the database credentials leads to an error. With the correct password no error occurs (except no welcome-page), so I assume the db-settings are ok. The only difference to the INSTALL is that my db name is not 'midgard' but 'some other name'.
 
I put in some echo snippets in the index.php page:
...
echo "<br>call midgard.php";
require_once(MIDGARD_LITE_DIR."/midgard.php");
 
/* do any site specific stuff */
 
echo "<br>call midgard_run.php";
require_once(MIDGARD_LITE_DIR."/midgard_run.php");
...
I do not get any output between the two echos. Is the welcome page supposed to appear after "call midgard.php"?
 
Thank you for your help,
 
Yours Chris

Reply via email to