nevergiveup 发表于 2016-5-19 23:01:08

求助一下,为什么代码一到虚拟空间就莫名奇妙错误

A PHP Error was encountered
Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /htdocs/application/controllers/welcome.php:1)

Filename: libraries/Session.php

Line Number: 675


这个代码错误指向 <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
请大家不吝赐教啊!

nevergiveup 发表于 2016-5-19 23:13:57

Utf-8 Bom 问题,炒了段代码运行了一下 OK了!
页: [1]
查看完整版本: 求助一下,为什么代码一到虚拟空间就莫名奇妙错误