dnsmasq-qpkg
dnsmasq-qpkg copied to clipboard
Installs, will not update any settings. TS-470Pro, v4.2.1
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 :
Not Found
The requested URL /postdat.php was not found on this server.
Apache Server at 192.168.10.225 Port 8081
+1. Same issue, Ts-251, version Firmware version 4.2.1 Build 20160601
This looks to me like a duplicate report of #10.
I'm also affected by this - 663, 4.2.2., aug232016 build.
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';