Joomla: get rid of message "The browser you are using is out of date" - joomla2.5

Today, I'm getting this message in IE11, Chrome and FF of my website:
The browser you are using is out of date. You will not see all the
features of our website. Please upgrade to one of these browsers:
Google Chrome Mozilla Firefox Internet Explorer
Which besides being irritating is also erroneous (my browsers are updated).
I'm using Joomla 2.5.28 and my template is Base3 (JoomlaBamboo).
I tried checking all modules, plugins and template settings to find out if there was something like this message enabled but couldn't find out anything.
Help anyone?

You should update your template, as the browser detection script clearly needs an update.

Related

Power BI secure embedded report login not working on some browsers (windows chrome)

I have created a secure embedded report (using the new method released in 2019) as specified below:
https://powerbi.microsoft.com/en-us/blog/easily-embed-secure-power-bi-reports-in-your-internal-portals-or-websites/
I created this in an html page using the supplied iframe.
It works fine on windows firefox and edge. It does not work in windows chrome.
It works fine on mac chrome. It does not work on mac safari.
It fails on windows chrome after opening a new tab and asking for the login details, this tab then closes and the power BI symbol in the embedded report just flashes like it is loading but it never finishes.
On Mac safari the login fails. It looks like it gets caught in a loop of some kind.
I just want it working on windows chrome really.
I have tried clearing my complete browser cache, cookies, rebooting serveral times and allowing pop-ups with no luck.
It does not make a difference if I select "remember me" or not at the time of login.
I have the latest version of chrome.
Does anyone know how to resolve this or if this is a know issue?
Here is the embedded report. You won't be able to access it but it may give you an idea of the issue:
https://fir-trial-66e3f.firebaseapp.com/embedded-report.html
I also can't log into the PBI community with this account so that may be related. The account works fine logging in to PBI Service or desktop. It is a PBI trial Pro account.
I had the same issue, i solved it by disabling the "Prevent Cross-Site Tracking" in Safari Settings. This worked for me and my clients. I hope it works for you too
I had the same issue in chrome. Solved it by enabling "Allow all cookies" in chrome settings.

Why does Selenium WebDrivers always open addon "Welcome" page when running the driver?

Ok this started happening to me today when running my script. I have been working on a refreshing program that opens several pages and refreshes them randomly on python. Recently I updated firefox and updated my browser (addons, themes, etc.), I think this update may be the cause to my problem but it happened before as well but only with the firefox welcome page. I basically want to make a script specific WebDriver profile(w/ Selenium) that doesn't have any one my normal browser addons or cookies. (a default Firefox webdriver)
I have reset the browsers plugin and settings and this didn't work. It only reset the preferences for my main browser. I also reinstalled selenium and this didn't change a thing. I've looked everywhere for maybe a line of code to disable plugins on firefox, but haven't had any luck. I hope somebody has an answer this is very annoying! Feel free to ask me for left out info.
python 2.7
selenium 2.48

Cfm page gets downloaded instead of rendering in the browser

I have done the setup for coldfusion-61.When I try to hit the URL for a cfm page, a download window pops up asking if I want to save the file. This happens in the Internet Explorer. In Mozilla it just shows the code written in the cfm file. I looked up on the internet and what most people suggested was re installation but the issue persists . Any suggestions ?
As your using port 8500 I presume you are using the internal server and do bot gave iis installed?
Are you sure that you chose rhis option during installation?
Also have you checked the service is actually running.
I ran into this on CF10, was in the end an issue with the Application Pool. I had to recreate the pool and could then move forward with other issues.

Google visualization API doesn't work in IE9

I'm trying to use Google Visualization API to generate Pie charts. My implementation is working on all the browsers except IE 9.
Not sure if there is any fix for this. When I try to open the page in IE 9, it shows a popup to install the Google chrome frame. But this wasn't working even after installing the chrome frame.
I've even tried the Google code playground, the same problem in IE 9. So, I confirmed myself that it is something to do with the IE 9.
Has anyone got any idea?
I finally figured out that the issue is - Chrome framework plugin hasn't been enabled when I've installed i.e.; by default this plugin was not enabled.
We need to manually enable it (after the installation, when you restart the browser IE displays you a popup showing plugin is ready with two button Enable and Don't enable).
I'm giving you the screenshot of the plugins dialog (You can go to the below screen from Tools -> Manage add-ons)
After enabling, make sure you restart the browser and refresh the page which is using the Visualization framework.
Unfortunately, end user has to install this in order to get this work in IE 9 which is really a bad user experience.

JCS Admin page: Links on JSPAdmin.jsp do not work out of the box

I have been working with JCS for a while now and I seem to have run into an issue with the JSPAdmin.jsp page that comes bundled with the jcs download from apache. The page helps us monitor the cache elements in the Remote Cache Server setup.
The links (Summary | Detail | Clear) on the page does not seem to work as I get a resource not found error when I trying clicking those. The JCS forums suggest tweaking couple of class files in the jar to enable this but that did not work.
The Remote cache server is currently setup within jetty.
Has anyone run into such an issue and was able to configure the pages for those links? The main page works fine.
Thanks,