nilsteampassnet / teampass_doc

8 stars 31 forks source link

Windows IIS Install Error #23

Open gotspatel opened 2 years ago

gotspatel commented 2 years ago

Hi,

I just installed teampass and have some error in last stage moving to homepage.

`Warning: require_once(C:inetpubwwwrootTeampass./includes/config/settings.php): failed to open stream: No such file or directory in C:\inetpub\wwwroot\Teampass\index.php on line 73

Fatal error: require_once(): Failed opening required 'C:inetpubwwwrootTeampass./includes/config/settings.php' (include_path='.;C:\Program Files\PHP\v7.4\pear') in C:\inetpub\wwwroot\Teampass\index.php on line 73`

If you notice "C:inetpubwwwrootTeampass./"

Should be

"C:/inetpub/wwwroot/Teampass/" (missing slashes to be added and DOT to be removed)

How to solve it

TIA