Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE - JSON Errors #1065

Closed
anonymous-matomo-user opened this issue Dec 10, 2009 · 6 comments
Closed

IE - JSON Errors #1065

anonymous-matomo-user opened this issue Dec 10, 2009 · 6 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Milestone

Comments

@anonymous-matomo-user
Copy link

After Updating to 0.5, I've got some JSON Errors in some Flash Charts:

Open Flash Chart

JSON Parse Error [Syntax Error]
Error at character 0, line 1:

0: 

This problem is only with IE, not with Firefox. After showing the flash chart with firefox, it workds sometimes in IE to.

@robocoder
Copy link
Contributor

Can you test the latest version from svn? (rev 1660)

@anonymous-matomo-user
Copy link
Author

I updated to latest SVN Version. The problem isn't solved. With Firefox it works, but not with Internet Explorer 8.

@robocoder
Copy link
Contributor

Ok.

Also reported by others: http://forum.piwik.org/index.php?showtopic=2401

@robocoder
Copy link
Contributor

I need some system information:

<?php
echo phpversion() . "\n";
var_dump(get_loaded_extensions());

@anonymous-matomo-user
Copy link
Author

5.2.9

array(33) {
  [0]=>
  string(9) "xmlwriter"
  [1]=>
  string(6) "libxml"
  [2]=>
  string(3) "dom"
  [3]=>
  string(9) "xmlreader"
  [4]=>
  string(3) "xml"
  [5]=>
  string(9) "tokenizer"
  [6]=>
  string(4) "tidy"
  [7]=>
  string(7) "session"
  [8]=>
  string(4) "pcre"
  [9]=>
  string(9) "SimpleXML"
  [10]=>
  string(3) "SPL"
  [11]=>
  string(3) "PDO"
  [12]=>
  string(6) "SQLite"
  [13]=>
  string(8) "standard"
  [14]=>
  string(10) "Reflection"
  [15]=>
  string(5) "posix"
  [16]=>
  string(5) "pgsql"
  [17]=>
  string(10) "pdo_sqlite"
  [18]=>
  string(9) "pdo_pgsql"
  [19]=>
  string(9) "pdo_mysql"
  [20]=>
  string(6) "mysqli"
  [21]=>
  string(5) "mysql"
  [22]=>
  string(8) "mbstring"
  [23]=>
  string(4) "json"
  [24]=>
  string(5) "iconv"
  [25]=>
  string(4) "hash"
  [26]=>
  string(2) "gd"
  [27]=>
  string(6) "filter"
  [28]=>
  string(4) "date"
  [29]=>
  string(4) "curl"
  [30]=>
  string(5) "ctype"
  [31]=>
  string(4) "zlib"
  [32]=>
  string(8) "cgi-fcgi"
}

@robocoder
Copy link
Contributor

In [1663], fixes #1065 - IE race condition when refreshing web page and parts are loaded from cache

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.5.2 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Projects
None yet
Development

No branches or pull requests

2 participants