Predis \ Connection \ ConnectionException

时间:2016-05-25 04:32:06

标签: php laravel laravel-4

我正在尝试在xampp的本地machin上运行laravel shop菜单项目。但是,当我尝试运行时,它显示我下面的错误。请帮我解决这个问题。 我还附上了一个屏幕截图,以便更加清晰。

提前致谢:

错误:

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));
    }

enter image description here

1 个答案:

答案 0 :(得分:0)

问题是tunnel.pagodabox.com在关联的名称服务器中没有有效的相应DNS条目,因此无法将其解析为IP地址,然后可以尝试通过端口{连接{ {1}}。

直接使用IP或在名称服务器中为该子域提供可解析的DNS条目。