pwafzig / bilddatenbank

Die Bilddatenbank ist ein einfach gehaltenes Tool für Bildjournalisten und kleine Bildagenturen, um ein Online-Bildarchiv aufzubauen und den Kunden möglichst einfachen Zugriff auf die eigenen Bilder zu bieten.
2 stars 2 forks source link

Installer Breaks in fresh install - Make config.inc.php writeable by default #4

Closed tapwag closed 1 year ago

tapwag commented 1 year ago

Hello everyone,

I am currently trying out the master-branch which I cloned it into my XAMPP htdocs directory on macOS Ventura with a release of PHP 8.2 built into XAMPP.

Expected Behavior: Installer should continue the installation or at least include some information on how to make the file config.inc.php writeable.

I was able to fix this using the commandline

chmod a+w config.inc.php

in the base "bilddatenbank" directory.

I am not sure how github.com handles permissions but this might be a first breaking point for some users.

pwafzig commented 1 year ago

Hi @tapwag - i will close this one as well - the installer now checks for directories and not files. Done in #13 👍