I can't upload files JSON (3.4+)

I can't upload files JSON (3.4+)

by John Milez -
Number of replies: 5
Hi,

I have problem with upload files to course. How to fix it?


@https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:24483:12
ln: 77
https://x.x.x.xx:xxxx/moodle/lib/javascript.php&
complete

ln: 27
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_notify

ln: 19
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
notify

ln: 15
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_notify

ln: 31
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_procSubs

ln: 13
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
fireSimple

ln: 24
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_fire

ln: 19
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
fire

ln: 13
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_evt

ln: 9
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
complete

ln: 17
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_rS/<
Average of ratings: -
In reply to John Milez

Re: I can't upload files JSON (3.4+)

by Joost Elshoff -
Picture of Particularly helpful Moodlers Picture of Testers

Hi John, 

What kind of JSON files are you trying to upload, and for what purpose?

In reply to Joost Elshoff

Odp: Re: I can't upload files JSON (3.4+)

by John Milez -

I try to upload video, not JSON.


error

In reply to John Milez

Re: Odp: Re: I can't upload files JSON (3.4+)

by Conn Warwicker -
Picture of Core developers Picture of Plugin developers

Have you got debugging turned on? Most likely there is a PHP error somewhere in the backgruond, which is corrupting the JSON.


In reply to Conn Warwicker

Odp: Re: Odp: Re: I can't upload files JSON (3.4+)

by John Milez -

Yep.



@https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:24483:12 ln: 77 https://x.x.x.xx:xxxx/moodle/lib/javascript.php& complete ln: 27 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php _notify ln: 19 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php notify ln: 15 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php _notify ln: 31 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php _procSubs ln: 13 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php fireSimple ln: 24 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php _fire ln: 19 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php fire ln: 13 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php _evt ln: 9 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php complete ln: 17 https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php _rS/<
@https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:24483:12
ln: 77
https://x.x.x.xx:xxxx/moodle/lib/javascript.php&
complete

ln: 27
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_notify

ln: 19
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
notify

ln: 15
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_notify

ln: 31
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_procSubs

ln: 13
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
fireSimple

ln: 24
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_fire

ln: 19
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
fire

ln: 13
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_evt

ln: 9
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
complete

ln: 17
https://x.x.x.xx:xxxx/moodle/theme/yui_combo.php
_rS/<
In reply to John Milez

Re: I can't upload files => JSON error (3.4+)

by Matteo Scaramuccia -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Hi John,
you should look at the server responses of the AJAX requests by exploring each request recorded in the Network pane of the Developer Tools in your browser: an expected JSON response is broken, maybe the server replies a plain HTML which describes the root reason of your issue, mostly a deployment issue.

HTH,
Matteo