Hi,

"Gottfried Ryser" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I reinstalled the midgard php module and many things looks now better, but
> still problems:
>
> This is the tail of the error.log
>
> [Sat Apr 29 18:22:06 2000] [notice] Apache/1.3.6 (Unix)  (Red Hat/Linux)
> Midgard/Lib=1.4-beta3 PHP/3.0.16+Midgard/Lib=1.4-beta3 configured --
> resuming normal operations
> [Sat Apr 29 18:22:06 2000] [info] Server built: Apr  7 1999 17:17:41

Indeed this looks a lot better.

> [Sat Apr 29 18:22:06 2000] [debug] mod_midgard.c(127): Midgard:
> database=<default>, username=<default>, password=<default>

By this I know that mod_midgard is trying to connect to the default
database, there are no errors there, so I would think your database
connectivity is setup correctly now.

> [Sat Apr 29 18:22:28 2000] [crit] [client 195.246.72.5] configuration
error:
> couldn't check user.  No user file?: /midgard/
>
> PHP is running, on 195.246.72.5/info.php3 you see all the infos, but there
> must be a problem around the midgard db.
>
> If I try to login with the default user/pw admin/password I get an server
> error, the last line in the error.log

Hmm... I am not sure about this one, I haven't seen this error before. From
de midgard-data package, did you install the html portion in the right
location, and did you also insert de table-structure and data into the
midgard database?

Could you:

mysql -u midgard -p midgard
password: *******  (probably 'midgard' in your installation, change if
needed)

select * from host;
select id,username,password from person;

and send the output of those?

Anyone else on the list, if you are more familiar with this error, please
jump in.



--
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]

Reply via email to