
"Hello, I am trying to add column graphs to a web page. Here is how it looks on wamp server: And here is how it looks on the host server: Here is a screenshot of page firefox console on host server And here is firefox console of wamp server Here is the functions code. The problem is in drawVisualization_bh() javascript function. all_trades_c.inc.php (17.0 KB) And Here is the code for javaScript libraries links: <link rel="stylesheet" type="text/css" href="includes/basic.css?ver='301' media="screen" />"
"Where is the problem? What is the solution? How is it that some functions work while others don't? The problem is the load over http instead of https. I do not know where this load happens but you need to change it to https. if it is a load of another external include, you might need a newer version of it."
"The error message says that the stylesheet is not secure. I am not as experienced as Thallius but perhaps you just need to have the stylesheet (and other necessary files) in a secure location."
Column graphs render correctly on a local WAMP server but fail on the hosted server. Firefox console output shows security-related errors tied to resource loading. The drawVisualization_bh() JavaScript function is implicated in the failure. Some functions load successfully while others fail due to mixed-content blocking. Several external resources, including a stylesheet, are being requested over HTTP instead of HTTPS. Updating external resource URLs to HTTPS or hosting required files in a secure location resolves the mixed-content blocking. Replacing or updating insecure external includes may also be necessary.
Read at SitePoint Forums | Web Development & Design Community
Unable to calculate read time
Collection
[
|
...
]