Closed (fixed)
Project:
MathJax: LaTeX for Drupal
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2013 at 19:51 UTC
Updated:
31 Jul 2013 at 17:15 UTC
The JS src link
https://d3eoax9i5htok0.cloudfront.net/mathjax/1.1-latest/MathJax.js
does not work anymore.
Comments
Comment #1
svhoecke commentedChange of encrypted CDN access causes error (http://www.mathjax.org/upcoming-changes-to-the-cdn/)
To Do
Go to mathjax module, file mathjax.js
Change line 16
script.src = "https://d3eoax9i5htok0.cloudfront.net/mathjax/1.1-latest/MathJax.js";
To
script.src = "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js";
Regards
SVH
Comment #2
saheel.sikilkar commentedHi,
Same issue occured for me, I have commented line 16
script.src = "https://d3eoax9i5htok0.cloudfront.net/mathjax/1.1-latest/MathJax.js";and uncommented line 17
script.src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js"; // unsafe clear connectionMathjax are working now, but need to understand what is difference between this and the path shared by svhoecke.
Also about the comment saying "unsafe clear connection".
Regard
SS
Comment #3
Rodeo.be commentedAccording to MathJax website, script.src should be changed into "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTML...">
This does not help, however, as I continue getting the "[mathjax:inline a+2^b]" errors.
Comment #4
cilefen commentedThis is fixed in the development branches. Please test it out. I will make a release soon.
Comment #5
cilefen commentedRodeo.be: what is the equation?
Comment #6
cilefen commentedI am still seeing errors.
Comment #7
cilefen commentedReleased 7.x-1.0-beta4 with the CDN fix.
Comment #8
cilefen commentedComment #9
cilefen commented