JCI stop working
-
Hi Bernard.
I have probelm with importing content frorm Json
https://pmfapi.pmfst.hr/studies/redpredavanja/akademskegodine/2020/jezik/1/razina/4/studij/6
curlGET failed: Failed to connect to pmfapi.pmfst.hr port 443: Connection timed out
This is my web page
https://pmfst.unist.hr/interpmf/studij/fizika-diplomski-studij-smjer-fizika-okolisa-2020-2021/with code
[jsoncontentimporterpro url=https://pmfapi.pmfst.hr/studies/redpredavanja/akademskegodine/2020/jezik/1/razina/4/studij/6 id=3 urlgettimeout=”300”]
And template 3:
[vc_row][vc_column]
[vc_tabs]
{% for s in _context if s.semesterText %}
[vc_tab title=”{{s.semesterText}} semestar” tab_id=”45124141{{s.semester}}-{{s.semester}}-{{s.semester}}”]
{% for sc in s.grupaKolegija %}
<b> {{sc.naziv}} </b> <br>
{{sc.pravilo}} <br>
<table border=1>
<tr><th width=”40%”>NAZIV PREDMETA</th><th width=”20%”>SATI U SEMESTRU</th><th width=”30%”>Izvođači</th><th width=”10%”>ECTS</th> </tr>
{% for s1 in sc.kolegij %}
<tr><td>{{s1.naziv}}</td> <td>{{s1.opterecenje}} </td>
<td>
{% set bar = s1.izvodjaci|split(‘(‘, 2) %}
{{bar.0}}
</td>
<td style=”text-align:center;”> {{s1.ects}} </td>
</tr>
{% endfor %}
</table>
{% endfor %}
[/vc_tab]
{% endfor %}
[/vc_tabs][/vc_column][/vc_row]Kind regards
P.S.
I have upgrade JCI to latest versionThe page I need help with: [log in to see the link]
The topic ‘JCI stop working’ is closed to new replies.