Blank Page Issue While Loding Highcharts Graph At Live Website

hi. I cretaed a chart. It works at localhost. But when I upload it to the live website, it doesn't work. I see only plank page. No fail or no message.

I think there could be problem about loading highcharts js files.

Here is the code in my .tpl file:


{capture name=“mainbox”}

{if $google_analytics}

{$sayfagosterimi = ‘,’|implode:$google_analytics.sayfagosterimi}
{$tekilziyaretci = ‘,’|implode:$google_analytics.tekilziyaretci}

{literal}

{/literal}

{/if}

{/capture}

{include file=“common/mainbox.tpl” title={__(“google_analytics_raporlari”)} content=$smarty.capture.mainbox buttons=$smarty.capture.buttons adv_buttons=$smarty.capture.adv_buttons sidebar=$smarty.capture.sidebar sidebar_position=“left”}

screen.PNG

Replace $ with Tygh.$ in script tag.

I hope it should work.

Replace $ with Tygh.$ in script tag.

I hope it should work.

Which line do you mean?

Shouldn't matter using Tygh.$ or just $.

Are you getting any errors in your browser console or php error_log file?

Shouldn't matter using Tygh.$ or just $.

Are you getting any errors in your browser console or php error_log file?

I have released that the problem is about "http" & "https". My admin URL is starting with https. When I look at the corner of the browser, I see a security shield icon.
When I move the mouse over the icon, I see "This page is trying to load scripts from unauthenticated sources" There is option Load unsafe links/scripts.". Here is the detailed page about the problem. https://support.google.com/chrome/answer/1342714
How to fix this?

Hi. I fixed the problem by loading the scripts from highcharts.com and upload them to my host.