Невозможно установить Bolt 2.0 на Qnap NAS

Я пытаюсь установить Bolt 2.0 на Qnap NAS, последняя версия прошивки которого поставляется с PHP / 5.3.29. Я прочитал, что Bolt требует как минимум PHP / 5.3.3, так что я думаю, что я должен ждать обновления Qnap.

Мне интересно, связана ли ошибка с устаревшей версией PHP или это указывает на другую проблему?

PHP Fatal Error: Vendor Library

Error: Class ' ��' not found
File: vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
Line: 59

Строка 59 относится к:

$attributes = $attributes ?: new AttributeBag();

Который является частью:

public function __construct(SessionStorageInterface $storage = null, AttributeBagInterface $attributes = null, FlashBagInterface $flashes = null)
{
$this->storage = $storage ?: new NativeSessionStorage();

$attributes = $attributes ?: new AttributeBag();
$this->attributeName = $attributes->getName();
$this->registerBag($attributes);

$flashes = $flashes ?: new FlashBag();
$this->flashName = $flashes->getName();
$this->registerBag($flashes);
}

0

Решение

Задача ещё не решена.

Другие решения

Других решений пока нет …