Die Suche ergab 3 Treffer

von Pin-Lui
18.10.2023 17:01
Forum: Support-Forum
Thema: [3.3] File Permissions für config.php
Antworten: 6
Zugriffe: 919

Re: [3.3] File Permissions für config.php

On Windows server, don't worry about the writable message about config.php, there is not much we can do, as PHP cannot change permissions on Windows. If it annoys you, you can manually turn it off in constants.php, before ?>, add this:

define('PHPBB_DISABLE_CONFIG_CHECK', true);


Nochmals danke ...
von Pin-Lui
18.10.2023 14:45
Forum: Support-Forum
Thema: [3.3] File Permissions für config.php
Antworten: 6
Zugriffe: 919

Re: [3.3] File Permissions für config.php

Vielen Dank für die Informationen. Mir geht es gleich wie euch, aber darum habe ich nun den IIS aufgesetzt rein zum Lernen. :D
Hatte einige Schwierigkeiten bei der Installation von dem phpBB Board, aber jetzt läuft es und ich bin ein bisschen Schlauer was den IIS angeht.
Vielleicht stolpert hier ...
von Pin-Lui
18.10.2023 10:33
Forum: Support-Forum
Thema: [3.3] File Permissions für config.php
Antworten: 6
Zugriffe: 919

[3.3] File Permissions für config.php

Guten tag,
Ich habe mir das phpBB Forum auf meinen IIS server installiert.
Auf der Startseite in meinem Admin Panel, bekomme ich die meldung das config.php world-writable ist.
Darauf hin habe ich versucht mit diesem command die Berechtigung zu setzen:
icacls "C:\inetpub\*\*\config.php" /inheritance ...

Zur erweiterten Suche