Bug #17719
closedinstall tool doesnt work?
0%
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
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
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?
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
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?
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
Updated by Thomas Hempel almost 17 years ago
I guess this has nothing to do with the installer