mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #89] Nesedit stopped working #51
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#51
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 @ruben-herold on GitHub (May 9, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/89
hi
with current git I can only change the password or go to logout. All other buttons don't work. My browser don't even try to send an request.
@tuxis-ie commented on GitHub (May 9, 2016):
What did you change?
@ruben-herold commented on GitHub (May 9, 2016):
only the config but this was long time ago:
[root@dns nsedit]# git pull
Already up-to-date.
[root@dns nsedit]#
@tuxis-ie commented on GitHub (May 9, 2016):
So nobody changed anything, and it just stopped working? And yet you just created a ticket about HTTPS and upgraded jtable..
I need a bit more info.
@ruben-herold commented on GitHub (May 9, 2016):
Also I have now tried:
mv nsedit nsdedit.old
git clone --recursive https://github.com/tuxis-ie/nsedit.git
cd nsedit/jtable
git pull origin master
cd ..
cp ../nsedit.old/includes/config.inc.php includes/
cp ../nsedit.old/includes/misc.inc.php includes/
Same problem in different browsers
Theonly things I changed in the last weeks are regular browser updates
@tuxis-ie commented on GitHub (May 9, 2016):
Ok. What does your browsers firebug/developer-console say?
On Mon, 2016-05-09 at 05:07 -0700, Ruben Herold wrote:
@ruben-herold commented on GitHub (May 9, 2016):
SyntaxError: unterminated string literal
defaultValue: '
index.php# (Zeile 543, Spalte 54)
@tuxis-ie commented on GitHub (May 9, 2016):
What does your config say about $defaults['defaulttype'] ?
On Mon, 2016-05-09 at 05:21 -0700, Ruben Herold wrote:
@ruben-herold commented on GitHub (Jun 2, 2016):
The setting $defaults['disabled'] = false; # Default disabled state was missing in my config file.
After adding the setting to the config it works.