gsingh93
Forum Replies Created
-
No, it is not enabled. Why is that relevant?
Forum: Plugins
In reply to: [Advanced Browser Check] Mobile Browser SupportOne not so great solution would be to detect if the version of Chrome is extremely low (chrome is on version 24 now and the android browser is on 11) and disable the check for those browsers since it’s highly unlikely someone would be using Chrome 11 unless they were on a phone.
You could put a disclaimer saying the feature is experimental and not guaranteed to work, as this method isn’t foolproof. But as a user, it’s worth having the option.
Forum: Plugins
In reply to: [Advanced Browser Check] Invalid argument in output.phpHi,
I updated my webserver to PHP 5.3.15 and I’m still experienced the error. Does the plugin require a newer version than this?
Forum: Plugins
In reply to: [Advanced Browser Check] Invalid argument in output.phpHi,
I tested this on both my local machine and on my live site and it only occurs on my live site. One major difference that I know of between the two is the live site is the version of PHP. Here is the output of php –version for my live site:
PHP 5.2.17 (cli) (built: Feb 1 2012 15:01:30)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologiesand here is the output for my local machine
PHP 5.3.10-1ubuntu3.4 with Suhosin-Patch (cli) (built: Sep 12 2012 18:59:41)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend TechnologiesThe important part I think is the live site uses PHP 5.2. Do you do anything that wouldn’t work in PHP 5.2?
And to answer your questions, this happens in every browser that is below the threshold, both desktop and mobile. I’m using the latest version of the plugin. And for settings, I’ve selected to allow the user to hide the popup, link no browsers, and the settings for the browsers don’t really matter, it happens on every browser I try (I just make each setting max to test my current browser, chrome 23).
Forum: Plugins
In reply to: [Advanced Browser Check] Mobile Browser SupportI though it might be useful to give you the user agents of my mobile browsers.
UA for stock browser (incorrectly giving popup):
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24UA for chrome for android (correctly not giving popup):
Mozilla/5.0 (Linux; Android 4.2.1; Galaxy Nexus Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19Forum: Plugins
In reply to: [Advanced Browser Check] Mobile Browser SupportHi Mattias,
The popup displays for me in the stock Android browser on my Galaxy Nexus running Jelly Bean (Android 4.2). Note that this isn’t Google Chrome for Android.
Can you duplicate this behavior?