SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data: template.js:189:16
onSuccess
/installation/template/js/template.js:189:16
e.request/o.onreadystatechange
/media/system/js/core.min.js:1:8183
index.php:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse (<anonymous>)
at onSuccess (template.js?1f470a31858053af25563fb8b1b5b13e:189)
at XMLHttpRequest.o.onreadystatechange (core.min.js?1f470a31858053af25563fb8b1b5b13e:1)
See "System information" at #22121 (comment) (System information)
Labels |
Added:
?
|
It's a HTML warning:
by AJAX request /installation/index.php?task=installation.config&format=json
Task config
in https://github.com/joomla/joomla-cms/blob/4.0-dev/installation/template/js/template.js#L185
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-11 21:23:04 |
Closed_By | ⇒ | ReLater |
Inspect the network tab and find the bad HTTP response please? If you're getting that error that's suggesting an HTML response is being returned when JSON is expected.