0
我保持的Kohana recieving這個錯誤試圖訪問Kohana的錯誤(ERR_EMPTY_RESPONSE 324)
,當我在生產的時候。本地它試圖在製作它的工作原理.. 進入通知時,工作正常.. 也和我的引導是一樣的..
這是我的引導路線
Route::set('notifications', '(<controller>)(/<action>)', array('controller' => 'notifications|dailysales', 'action' => 'index|send'))
->defaults(array('controller' => 'notifications', 'action' => 'index'));
Route::set('sales', 'sales(/<action>)', array('action' => 'index|export'))
->defaults(array('controller' => 'sales', 'action' => 'index'));
此問題是否出現在不同的瀏覽器中?或者它只是一個Chrome的錯誤(可能http://www.roezer.com/fixing-chrome-bug-error-324-neterr_empty_response/)? – biakaveron