inside my public_html folder i have: index.php INSTALL (.php?) midgard-lite-data.sql
and another folder with tons of stuff in it called, MidgardLite. This is as it should be, no?
It could be a php error. Enter the following code right before the line:
define (MIDGARD_LITE_DIR , dirname(__FILE__).'/MidgardLite');
in your index.php file:
error_reporting (E_ALL ^ E_NOTICE);
ini_set("display_errors","1");
ini_set("display_startup_errors","1");
ini_set("html_errors","1");Report if you get an error message now.
However, I can allready tell you that it probably will be hard for you to run Midgard Lite properly.
Matthias
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
