When I try to Authenticate with Google and click the Authenticate button I get back to a blank page on the website.
The PHP error-log shows this:
PHP Fatal error: Call to undefined method WP_Http::_getTransport() in /.../wp-content/plugins/analytics360/analytics360.php on line 640
meandrewdunn
Member
Posted 10 months ago #
SAME. They likely know about this by now.
lol same problem here... great support...
hardware
Member
Posted 10 months ago #
matthewborn
Member
Posted 10 months ago #
@meandrewdunn One would hope so. Still nothing?
matthewborn
Member
Posted 10 months ago #
Looks like WordPress 3.2 no longer has the _getTransport function in the HTTP class. I swapped line 640 with
$transports = $http->_get_first_available_transport('');
and it seems to work, but I'm not certain that's the correct fix.
I send a message to help@mailchimp.com and they send me this reply:
Hey Christian!
Thanks for writing in!
That definitely sounds frustrating. Support for the Analytics360 Plugin for WordPress is handled directly through the forum by our developers. They monitor this forum and will reply as soon as possible. :)
So, we recommed that you post your issue/question on the forum thread directly: http://wordpress.org/support/topic/plugin-analytics360-call-to-undefined-method-wp_http_gettransport?replies=5#post-2210053
Let us know if there are any additional questions, and have a great day!
eep eep!
Thank you,
Jason
So... we must have hope! :D
matthewborn's fix works fine except for the "Site Trafic" tab
for now, better than nothing
thx, mate
bocajuniors
Member
Posted 10 months ago #
Temp fix works for me also, though Site Traffic is blank as well.
Mike Key
Member
Posted 10 months ago #
Will this plugin be updated to resolve this issue or not?
rjdougan
Member
Posted 10 months ago #
Having this same issue - used the work-around listed above but still does not display the top level visitor information and tabs at the top don't work.
Mail Chimp - Please get this fixed , thank you.
Samara
Member
Posted 10 months ago #
Having the same issue - really frustrating :(
rjdougan
Member
Posted 10 months ago #
Wrote to MailChimp over the weekend and received the following response:
Thanks for reaching out to us regarding this issue with the Analytics360 plugin. We are definitely working on getting this issue resolved as quickly as possible. However, because the plugin was developed by a third party, not necessarily in-house, we are currently working with that company to get things resolved; though, we don't have a specific ETA on when things will be smoothed over and ready to rock.
As soon as we do have information regarding an update on this specific plugin, we'll most definitely post that information not only to the WordPress Analytics360 forum, but also to our site as well.
Vernon Fowler
Member
Posted 10 months ago #
Looking forward to the fix. This should be awesome when working.
hey folks, it's working now with version 1.2.5
one issue, though...
Site Traffic is being displayed with 0.1 opacity
<div id="a360-all-traffic-graph" style="opacity: 0.1; ">
i'm running mac osx and this issue happens in chrome, safari and firefox
apparently there's a jquery animation that would bring opacity to 1.0 but it is not happening...
to fix this: comment line 829 of /plugins/analytics360/js/a360.js
so it'll be: //$('#a360-all-traffic-graph').css('opacity', .1);