What's new

WebUI DHCP Server - Javascript Error

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

mlamlam

New Around Here
Refer to the screenshot.
aa = null cause NullException on aa.toUpperCase();

and now my table in DHCP Assignment List is empty but actually there are some data in the system..
not sure how to fix it (or tell me where this asp file stored in the router and I manually fix this javascript from ssh?)

As checked, during the function call, sortfield = 0 and clientList[a.mac] is null.

Advanced_DHCP_Content.asp:609 Uncaught TypeError: Cannot read property 'toUpperCase' of undefined
at table_sort (Advanced_DHCP_Content.asp:609)
at Array.sort (<anonymous>)
at sortlist (Advanced_DHCP_Content.asp:570)
at initial (Advanced_DHCP_Content.asp:104)

2020-01-15-16-37-33.png
 
Providing the router model, firmware version along with your OS and browser might help others to provide a solution for you.
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top