Whoops, looks like something went wrong.

Submitted by yuran - 9 years ago

Whoops, looks like something went wrong.

The installation was successful. When you open the site - this error: Whoops, looks like something went wrong.

Predis\Connection\ConnectionException
…/­vendor/­predis/­predis/­lib/­Predis/­Connection/­AbstractConnection.php141

Predis \ Connection \ ConnectionException
Connection refused [tcp://127.0.0.1:6379]

Helper method to handle connection errors. *
@param string $message Error message.
@param int $code Error code. */ protected function onConnectionError($message, 
$code = null) { CommunicationException::handle(new ConnectionException($this,
"$message [{$this->parameters->scheme}://{$this->getIdentifier()}]", $code)); }