CodeIgniter がセッション クラスをロードするときのエラーを解決する方法
PHP エラーが発生しました
重大度: 警告
メッセージ: ヘッダー情報を変更できません - ヘッダーはすでに送信されました (出力は F で開始されました) :APMServ5. 2.6wwwhtdocsapplicationconfigconfig.php:1)
ファイル名: library/Session.php
行番号: 672
私の構成の一部。 php コード :
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><?php if( !defined('BASEPATH') ) exit('No direct script access allowed'); /* |-------------------------------------- | Base Site URL |-------------------------------------- | | URL to your CodeIgniter root. Typically this will be your base URL, | WITH a trailing slash: | | http://example.com/ | | If this is not set then CodeIgniter will guess the protocol, domain and | path to your installation. | */ $config['base_url'] = ''; /* |-------------------------------------- | Index File |-------------------------------------- | | Typically this will be your index.php file, unless you've renamed it to | something else. If you are using mod_rewrite to remove the page set this | variable so that it is blank. | */ $config['index_page'] = 'index.php'; /* |-------------------------------------- | URI PROTOCOL |--------------------------------------