CGOPupu

Uncaught RuntimeException: #03091456 xxxxx.render()

Recommended Posts

Hello,

I integrate 4 charts in same php page (2 XT and 2 timeseries). It works fine, but only when I did a hard refresh (shift + F5).

In case of simple refresh, 3 of my 4 doesn't load, and I have following errors in the console :

fusioncharts.js:13 Uncaught RuntimeException: #03091456 xxxxxx.render() Error >> Unable to find the container DOM element.
    at Object.Me [as resolve] (https://mywebsite.net/resources/js/fusioncharts.js:13:70825)
    at e.t._addChartDependency (https://mywebsite.net/resources/js/fusioncharts.js:13:79350)
    at e.t.render (https://mywebsite.net/resources/js/fusioncharts.js:13:85152)
    at Function.<anonymous> (https://mywebsite.net/index.php:44:2213)
    at a (https://mywebsite.net/resources/js/fusioncharts.js:13:75167)
Me @ fusioncharts.js:13
t._addChartDependency @ fusioncharts.js:13
t.render @ fusioncharts.js:13
(anonymous) @ VM9978 index.php:44
a @ fusioncharts.js:13
setTimeout (async)
m @ fusioncharts.js:13
v @ fusioncharts.js:13
Me @ fusioncharts.js:13
t._addChartDependency @ fusioncharts.js:13
t.render @ fusioncharts.js:13
(anonymous) @ VM9978 index.php:44
a @ fusioncharts.js:13
setTimeout (async)
e.ready @ fusioncharts.js:13
(anonymous) @ VM9978 index.php:42
      
fusioncharts.js:13 Uncaught RuntimeException: #03091456 yyyyy.render() Error >> Unable to find the container DOM element.
    at Object.Me [as resolve] (https://mywebsite.net/resources/js/fusioncharts.js:13:70825)
    at e.t._addChartDependency (https://mywebsite.net/resources/js/fusioncharts.js:13:79350)
    at e.t.render (https://mywebsite.net/resources/js/fusioncharts.js:13:85152)
    at Function.<anonymous> (https://mywebsite.net/index.php:92:27)
    at a (https://mywebsite.net/resources/js/fusioncharts.js:13:75167)

fusioncharts.js:13 Uncaught RuntimeException: #03091456 zzzzzz.render() Error >> Unable to find the container DOM element.
    at Object.Me [as resolve] (https://mywebsite.net/resources/js/fusioncharts.js:13:70825)
    at e.t._addChartDependency (https://mywebsite.net/resources/js/fusioncharts.js:13:79350)
    at e.t.render (https://mywebsite.net/resources/js/fusioncharts.js:13:85152)
    at Function.<anonymous> (https://mywebsite.net/index.php:125:33)
    at a (https://mywebsite.net/resources/js/fusioncharts.js:13:75167)

 

Can you help me to troubleshoot what is happening ?

Thank you

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now