dnsmasq-qpkg icon indicating copy to clipboard operation
dnsmasq-qpkg copied to clipboard

Installs, will not update any settings. TS-470Pro, v4.2.1

Open nskousen opened this issue 10 years ago • 3 comments

Installed on TS-470 Pro (v4.2.1) UI works, but nothing will update. All throw a 404 error (below), window will not close, but can close from menu bar. Looks very interesting, but just doesnt work.
Niel [email protected]

Error :

404 Not Found

Not Found

The requested URL /postdat.php was not found on this server.


Apache Server at 192.168.10.225 Port 8081

nskousen avatar Apr 29 '16 22:04 nskousen

+1. Same issue, Ts-251, version Firmware version 4.2.1 Build 20160601

apassy avatar Jul 12 '16 16:07 apassy

This looks to me like a duplicate report of #10.

I'm also affected by this - 663, 4.2.2., aug232016 build.

huntermatthews avatar Aug 25 '16 03:08 huntermatthews

I had the same issue on my TS239 Pro II, Firmware v4.2.2

Changing line 40 in localscript.js solved the issue for me:

   -	destURL = typeof destURL !== 'undefined' ? destURL : '/postdat.php';
   +	destURL = typeof destURL !== 'undefined' ? destURL : 'postdat.php';

joachimw68 avatar Feb 13 '17 16:02 joachimw68