2004-11-15 17:33:27 UTC
sorry for the delayed response...other things took my attention away from this.
I should've verified the create_db.sql completed. Looks like it errored on me. I ran through it, making sure all the tables were created correctly.
Seems to be functioning, but I still can't logon. Getting an "Authentication Failed: Access Denied" error when trying to logon to the database as either Site Admin and/or another admin user I manually added to the database.
My install is in the /www/mshwp folder. My /www/mshwp/conf.php file is unedited:
<?php
/*
DO NOT EDIT THIS CONFIG FILE!
Edit the conf.php file located in the admin directory. All configuration files require this file.
*/
require('admin/conf.php');?>
******************************
My /www/mshwp/admin/conf.php file is:
<?php
$version = "1.3 Beta 1";
$administrator="Dennis";
$host="spookaloo.is-a-geek.net";
$user="mshwp";
$pass="mshwp!";
$db="mshwp";
$docroot="/mshwp";
$path="/";
#$confmessages="";
//Configuration file written by Admin Tool
?>
*********************************
And my /www/mshwp/post/conf.php file is:
<?php
/*
About this file:
This is file access the configuration file found in the admin directory. Please set the $path variable to the root of the MSHWPage Application without a trailing slash.
*/
$path="/www/mshwp";
require("$path/admin/conf.php");?>
*****************************
Any thoughts on where I should check?
TIA - Dennis