mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #61] OpenSSL module in PHP not mentioned in requirements #32
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#32
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 @revellion on GitHub (Nov 5, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/61
I've noticed that OpenSSL module support in PHP is indeed a requirement for nsedit to work.
But it's not mentioned in the requirements. You might wanna add it, so someone else won't have to trip on that landmine that i did.
The init of the SQLite3 DB will throw a 500 the first run due to it trying to call openssl_random_pseudo_bytes(16). But it will not fail the DB transaction.
So the consequence is that the DB scheme is created but the admin/admin user is never inserted into the DB.
Maybe a try() clause or so should be implemented to have it "fail" if the admin user cannot be created. Rather than silently fail.
Cheers .
@tuxis-ie commented on GitHub (Dec 31, 2015):
Partially fixed in #69. The try should still be implemented.