I’ve installed Concrete on my webserver. But I get an error about the precondition Supports Concrete request URLs. The error message is: Request failed: unable to verify support for request URLs.
It seems to be in the area function getHtml()
$ajaxFailErrorMessage = json_encode(t(‘Request failed: unable to verify support for request URLs’));
…
$(document).ready(function() {
$.ajax({
cache: false,
dataType: ‘json’,
method: ‘GET’,
url: {$url}
})
…
.fail(function(xhr, textStatus, errorThrown) {
setWebPreconditionResult({$myIdentifier}, false, {$ajaxFailErrorMessage});
…
Anyone an idea how I can meet this precondition?
I am trying to run concretecms with PHP v8.0.15.