mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #170] Can´t create database #109
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @weidnerd on GitHub (Apr 2, 2018).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/170
[Mon Apr 02 21:16:09.370183 2018] [:error] [pid 22159] [client x.x.x.x:54594] PHP Fatal error: Uncaught Exception: Unable to open database: unable to open database file in /var/www/html/nsed it/includes/misc.inc.php:64\nStack trace:\n#0 /var/www/html/nsedit/includes/misc.inc.php(64): SQLite3->__construct('/etc/pdns.users...', 6)\n#1 /var/www/html/nsedit/includes/session.inc.php(4): inclu de_once('/var/www/html/n...')\n#2 /var/www/html/nsedit/index.php(4): include_once('/var/www/html/n...')\n#3 {main}\n thrown in /var/www/html/nsedit/includes/misc.inc.php on line 64what are the conditions that the database can be created?
@tuxis-ie commented on GitHub (Apr 2, 2018):
Not much. But writing permissions for the web server users are. It looks like you want it to write to /etc/ which is probably not writable for the webserver user.