Support » Plugin: WordPress.com Stats » [Plugin: WordPress.com Stats] Two blogs – two different designs!?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ginchen

    (@ginchen)

    I really don’t get this …

    Today I installed the stats plugin on a brand new test blog, and it has the old design. The one from the first screenshot.

    Then I installed it on another blog, and it has the new design. Also, I had to assign it to my wordpress.com account before I could use it. On the above-mentioned test blog, it never asked me to do that. It worked without that.

    Please, can’t someone explain this strange behavior? It really sucks, it drives me crazy, I hate the new thing. I want the old look back.

    Thread Starter Ginchen

    (@ginchen)

    I’ve narrowed it down to line 236:
    $get = wp_remote_get($url, array('timeout'=>300));
    The HTTP request fails, it returns:

    SSL certificate problem, verify that the CA cert is OK.

    As a result the plugin inserts that stupid, ugly looking wordpress.com iframe instead of the plain old flash graphics.

    Haven’t found a “real” solution yet – my quick & dirty hack is to change the line like this:
    $get = wp_remote_get($url, array('timeout'=>300, 'sslverify'=>false));
    (Same can be done in line 1009 for the dashboard widget.)

    [Is anyone reading this anyway? ^^]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress.com Stats] Two blogs – two different designs!?’ is closed to new replies.