[GH-ISSUE #89] Nesedit stopped working #51

Closed
opened 2026-02-28 01:20:45 +03:00 by kerem · 8 comments
Owner

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.

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.
kerem closed this issue 2026-02-28 01:20:46 +03:00
Author
Owner

@tuxis-ie commented on GitHub (May 9, 2016):

What did you change?

<!-- gh-comment-id:217840765 --> @tuxis-ie commented on GitHub (May 9, 2016): What did you change?
Author
Owner

@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]#

<!-- gh-comment-id:217843395 --> @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]#
Author
Owner

@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.

<!-- gh-comment-id:217844084 --> @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.
Author
Owner

@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

<!-- gh-comment-id:217846812 --> @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
Author
Owner

@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:

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

You are receiving this because you commented.

Reply to this email directly or view it on GitHub

Kerio Operator in de Cloud? https://www.kerioindecloud.nl/
Mark Schouten | Tuxis Internet Engineering
KvK: 61527076 | http://www.tuxis.nl/
T: 0318 200208 | info@tuxis.nl

<!-- gh-comment-id:217847249 --> @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: > 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 > — > You are receiving this because you commented. > > ## Reply to this email directly or view it on GitHub > > Kerio Operator in de Cloud? https://www.kerioindecloud.nl/ > Mark Schouten | Tuxis Internet Engineering > KvK: 61527076 | http://www.tuxis.nl/ > T: 0318 200208 | info@tuxis.nl
Author
Owner

@ruben-herold commented on GitHub (May 9, 2016):

SyntaxError: unterminated string literal

defaultValue: '

index.php# (Zeile 543, Spalte 54)

<!-- gh-comment-id:217849372 --> @ruben-herold commented on GitHub (May 9, 2016): SyntaxError: unterminated string literal defaultValue: '<br /> index.php# (Zeile 543, Spalte 54)
Author
Owner

@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:

SyntaxError: unterminated string literal
defaultValue: '
index.php# (Zeile 543, Spalte 54)

You are receiving this because you commented.

Reply to this email directly or view it on GitHub

Kerio Operator in de Cloud? https://www.kerioindecloud.nl/
Mark Schouten | Tuxis Internet Engineering
KvK: 61527076 | http://www.tuxis.nl/
T: 0318 200208 | info@tuxis.nl

<!-- gh-comment-id:217849912 --> @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: > SyntaxError: unterminated string literal > defaultValue: ' > index.php# (Zeile 543, Spalte 54) > — > You are receiving this because you commented. > > ## Reply to this email directly or view it on GitHub > > Kerio Operator in de Cloud? https://www.kerioindecloud.nl/ > Mark Schouten | Tuxis Internet Engineering > KvK: 61527076 | http://www.tuxis.nl/ > T: 0318 200208 | info@tuxis.nl
Author
Owner

@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.

<!-- gh-comment-id:223328312 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#51
No description provided.