Hello,

I have installed Midgard-Lite 0.8.2 on a Windows XP.  I am running:

-- Apache version 2.0.47 (win32)
-- PHP version 4.3.2
-- mySQL version 4.0.14a.

The installation process I followed after installing, configuring, and
testing Apache, mySQL, and PHP:

1) I installed the MidgardLite package into the DocumentRoot of my web
site.
2) I created a virtual site for Midgard-Lite.  The excerpt from the
httpd.conf file is given at the end of this message.
3) I ran the midgard-lite-data.sql script to populate the midgard database.
4) I added the midgard database information (database name, user name,
password) to the midgard_config.class file.
5) I updated the host table in the midgard database with the host name
www.midgard-lite.test
6) I added register_globals = On to the php.ini file.
7) I checked to make sure the mod_rewrite package was being loaded with
phpinfo().  It was being loaded.

My Problem: I am able to access the "Welcome to Midgard-Lite" page.
However, all of the graphics on the page are "broken".  I found the first
graphic (midgard-lite-logo.png) in the midgard database.  Additionally, the
links to the administrative interfaces lead to pages that are not found.
It seems as if I am not able to access records in the database
successfully. At no time do I receive any error messages.

Has someone else overcome this obstacle?  I have been dealing with this
issue for some time, and would very much appreciate any help!

Thank you for your assistance!

****** Excerpt from httpd.conf *********
<VirtualHost *>
ServerName www.midgard-lite.test
DocumentRoot "c:/Program Files/Apache Group/Apache2/htdocs"
ErrorLog logs/midgard_error.log

<Directory "c:/Program Files/Apache Group/Apache2/htdocs/">
  Options FollowSymLinks
  AllowOverride All
  Order allow,deny
  Allow from all

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

</Directory>

</VirtualHost>

******** End Exerpt **********



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

Reply via email to