Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check if all .cfg.php files are writable at once before starting installing #15

Closed
anwfr opened this issue Jun 24, 2013 · 1 comment
Closed
Labels

Comments

@anwfr
Copy link

anwfr commented Jun 24, 2013

(a.l.e)
when installing anwiki, the following files must be writable:

_override/global/global/global.cfg.php
_override/drivers/storagedrivers/storagedriver_mysql/storagedriver_mysql.cfg.php
_override/drivers/usersdrivers/usersdriver_mysql/usersdriver_mysql.cfg.php
_override/drivers/sessionsdrivers/sessionsdriver_mysql/sessionsdriver_mysql.cfg.php
_override/drivers/aclsdrivers/aclsdriver_configrules/aclsdriver_configrules.cfg.php

if would be nice if the files would not be checked one after the other but all together (or in groups).

currently, the install process gets blocked 5 times.

not a tragedy... but still a bit annoying...

@anwfr
Copy link
Author

anwfr commented Jun 24, 2013

Agree... a new method will be added to driver interface, in order getting each driver to declare required file permissions and/or additional system requirements.

@anwfr anwfr closed this as completed May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant