Project

General

Profile

Actions

Bug #17719

closed

install tool doesnt work?

Added by Peter Wechtersbach about 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
-
Start date:
2007-10-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have fresh typo3 installation. When i type: localhost/dummy/typo3/install
I get a box, where i have to sign username and password. I dont have any clue what are they, so i get:

Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.


Apache/2.0.59 (Win32) PHP/5.1.6 Server at 192.168.1.103 Port 80

I think its a apache problem, but i have very default .conf file. Did somebody ever expirenced something like that???
(issue imported from #M6584)


Files

_.htaccess (204 Bytes) _.htaccess Administrator Admin, 2007-10-24 17:02
httpd.conf (33.6 KB) httpd.conf Administrator Admin, 2007-10-24 17:03
Actions #1

Updated by Sascha Egerer about 17 years ago

this is no TYPO3 error message, isn't it?
Maybe this folder is secured by webserver configuration or htaccess file

Actions #2

Updated by Peter Wechtersbach about 17 years ago

i uploaded webserver configuration or htaccess file. Dont see anywhere that folder is secured? do somebody else?

Actions #3

Updated by Sascha Egerer about 17 years ago

can you set LogLevel from warn to debug, reload the configs or restart the webserver and then try again to open the install tool. Then you can upload the webserver logs... maybe the are some infos

Actions #4

Updated by Peter Wechtersbach about 17 years ago

Yep, there are some more infos:

[Wed Oct 24 18:03:46 2007] [error] [client 192.168.1.103] (OS 2)The system cannot find the file specified. : Could not open password file: C:/www/.htpasswd
[Wed Oct 24 18:03:46 2007] [error] [client 192.168.1.103] user peterw not found: /umar/typo3/install

But i dont know where Apache gets info that C:/www/.htpasswd is the right file. I created now a new password file, and added

<Directory>
AuthType Basic
AuthName "By Invitation Only"
AuthUserFile passwords
Require user peterw
</Directory>

into httpd.conf, and restarted the server. But still the same?

Actions #5

Updated by Peter Wechtersbach almost 17 years ago

issue resolved. I created .htpasswd and put it in C:/www/.htpasswd and now it works.
couldnt find any other work-around

Actions #6

Updated by Thomas Hempel almost 17 years ago

I guess this has nothing to do with the installer

Actions

Also available in: Atom PDF