当我尝试加载任何页面时,它会给我一个警告:
session_start():php_network_getaddresses:getaddrinfo failed:名称或服务未知
此警告以随机方式出现。
// For IE<=8
session_cache_limiter("must-revalidate");
session_start();
session_start - [internal], line ??
CakeSession::_startSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 618
CakeSession::start() - CORE/Cake/Model/Datasource/CakeSession.php, line 190
CakeSession::read() - CORE/Cake/Model/Datasource/CakeSession.php, line 366
SessionComponent::read() - CORE/Cake/Controller/Component/SessionComponent.php, line 71
ToolbarComponent::__construct() - APP/Plugin/DebugKit/Controller/Component/ToolbarComponent.php, line 164
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 643
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 183
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110