Installation Help (again, sorry)

Hello,
I have successfully worked with Xataface in a development environment (MAMP) for a month or so now and got comfortable enough that I decided to go ahead and install it on my production server.
This is where I have run into a problem. I have installed the package on my server with the directory that it is contained in protected via an .htaccess file and the following authentication code:
AuthUserFile /var/.htpasswd
AuthName EnterPassword
AuthType Basic
Require valid-user
When I call the info page at
mydomain/subdirectory/xataface/dataface_info.php
I get the "Installation complete" message but when I try to run the install script I get a long pause and then a timeout error.
Checking the apache error log on my server shows the following error multiple times at the same time that I tried to access the installer.php script.
user root not found
Can't figure out what is going on here.
Jason
I have successfully worked with Xataface in a development environment (MAMP) for a month or so now and got comfortable enough that I decided to go ahead and install it on my production server.
This is where I have run into a problem. I have installed the package on my server with the directory that it is contained in protected via an .htaccess file and the following authentication code:
AuthUserFile /var/.htpasswd
AuthName EnterPassword
AuthType Basic
Require valid-user
When I call the info page at
mydomain/subdirectory/xataface/dataface_info.php
I get the "Installation complete" message but when I try to run the install script I get a long pause and then a timeout error.
Checking the apache error log on my server shows the following error multiple times at the same time that I tried to access the installer.php script.
user root not found
Can't figure out what is going on here.
Jason