Bug #3762
closedweb interface ajax updates do not work after upgrade
0%
Description
I have two pfsense boxes:
gw-1 - nanobsd (4g) vga (boots from usb flash drive) platform
gw-2 - generic pfsense (boots from hard drive) platform
Both had 2.0.2 version installed before upgrade.
After upgrade to 2.1.4, gw-2's web interface has the following issue: firewall_rules page (for example; other pages also have the issue) does not load defined aliases when the mouse comes over them (browser's javascript console complains about unknown domTT functions). gw-1's web is fine.
Digging into the problem showed that gw-2's /usr/local/www content differs pretty much from gw-1's. After replacing the content on gw-2 with the files from gw-1, gw-2's web started working well.
Updated by Chris Buechler over 10 years ago
- Status changed from New to Closed
Local browser cache was the likely cause of that, though www not matching would be unexpected. Not a replicable issue.