mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #109] Warning: SQLite3Stmt::execute() [sqlite3stmt.execute]: Unable to execute statement: constraint failed in .../nsedit/includes/misc.inc.php on line 297 #62
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#62
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 @jasonhorton on GitHub (Aug 25, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/109
Brand new setup on Centos 6, PHP 5.3.3
When I disable logging in config.inc.php, we get past this error, but then are hit with "An error occured while communicating to the server."
@richard-underwood commented on GitHub (Aug 26, 2016):
I've not tried with PHP 5.3, but there's at least one issue which will prevent 5.4 from working (and therefore also 5.3).
You could try the diff linked below which addresses it, but there may be other issues with 5.3 - you would probably do better installing CentOS 7 which has PHP 5.4 or using a repository like IUS (https://ius.io/) and installing 5.6.
github.com/richard-underwood/nsedit@2cb95a6959@tuxis-ie commented on GitHub (Aug 26, 2016):
Logging issue is fixed in #105 (Which is now merged). The second issue, could it be related to
2cb95a6959?@tuxis-ie commented on GitHub (Aug 26, 2016):
This was probably the issue with #103 as well..
@jasonhorton commented on GitHub (Aug 26, 2016):
These two fixed the issue so far. Thanks!