FOP2 works in IE, not FireFox
We use FOP2 quite a bit. A couple of days ago, for no apparent reason, but who knows what got updated, it quit working in Firefox. In trying to figure it out today I discovered that on my desktop computer it works in IE, but not in Chrome nor FireFox. It gives the password screen and then does the count of attempts.
Since it works in IE, I know that my firewall rules are good, I have connectivity, the server is running, etc.
What am I missing?
Comments
Best regards,
I am fine with upgrading as we are running 2.23.
Where are instructions for upgrading to the most current?
Do I need to do anything with my license?
var zh = findHighestZ(); var foot = $("footer"); var template = Base64.decode("PGg0PjxhIHRhcmdldD0iX2JsYW5rIiBocmVmPSJodHRwOi8vd3d3LmZvcDIuY29tIj5GT1AyPC9hPiAtIFZlcnNpb24gPHNwYW4gaWQ9ImZvcHZlcnNpb24iPiN7dmVyc2lvbn08L3NwYW4+IC0gTGljZW5zZWQgdG8gPHNwYW4gaWQ9ImZvcGxpY2Vuc2UiPiN7bGljZW5zZX08L3NwYW4+IC0gQ29weXJpZ2h0ICZjb3B5OyAyMDA5LTIwMTMgTmljb2wmYWFjdXRlO3MgR3VkaSZudGlsZGU7bzwvaDQ+"); if(currentrelease !== "") { if(demoversion == "0") { document.title = "Flash Operator Panel 2"; foot.update(new Template(template).evaluate({version: currentrelease, license: currentlicense}), "after" ); } else if(demoversion == "1") { document.title = "Flash Operator Panel 2"; foot.update(new Template(template).evaluate({version: currentrelease, license: currentlicense}), "after" ); } else if(demoversion == "2") { document.title = "Flash Operator Panel 2"; foot.update(new Template(template).evaluate({version: currentrelease, license: currentlicense}), "after" ); } foot.style.visibility = "visible"; foot.style.display = "block"; foot.style.background = "#AAA"; foot.style.color = "#000"; foot.style.bottom = "0"; foot.style.left = "0"; foot.style.paddingTop = "3px"; foot.style.width = "100%"; foot.style.position = "fixed"; foot.style.zIndex = ""+zh; }
Best regards,