При попытки открыть не существующую страницу вместо 404, выдает 500 вот с такой ошибкой:
Fatal error: Call to a member function getOne() on null in /core/model/modx/modresponse.class.php on line 68
if (!($this->contentType = $this->modx->resource->getOne('ContentType'))) {
if ($this->modx->getDebug() === true) {
$this->modx->log(modX::LOG_LEVEL_DEBUG, "No valid content type for RESOURCE: " . print_r($this->modx->resource->toArray(), true));
}
$this->modx->log(modX::LOG_LEVEL_FATAL, "The requested resource has no valid content type specified.");
}
Это кусочек кода с 68 строки. В чем может быть проблема? В десятке других сайтах на Modx такого не возникала, а вот теперь возникло.