【发布时间】:2016-09-22 12:17:17
【问题描述】:
我正在尝试在 xampp 的本地机器上运行 laravel 商店菜单项目。但是当我尝试运行它时,它会显示以下错误。请帮我解决这个问题。 我还附上了一个屏幕截图以便更清楚地说明。
提前致谢:
错误:
Predis \ Connection \ ConnectionException
php_network_getaddresses: getaddrinfo failed: No such host is known. [tcp://tunnel.pagodabox.com:6379]
open: C:\xampp\htdocs\laravel\laravel-shop-menu\vendor\predis\predis\lib\Predis\Connection\AbstractConnection.php
* 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));
}
【问题讨论】: