CodeIgniter CLI Undefined index: REMOTE_ADDR

来源:互联网 发布:优麒麟和windows 编辑:程序博客网 时间:2024/06/07 06:42

error:Undefined index:  REMOTE_ADDR

https://github.com/EllisLab/CodeIgniter/issues/1890

Just replace $_SERVER['REMOTE_ADDR'] with$this->server('remote_addr') at the line that generates thenotice. - modify /system/core/Input.php line 351

0 0
原创粉丝点击