Warning: session_start() [function.session-start]

我的电脑中的错误提示

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:APMServ-v5.2.6APMServ5.2.6wwwhtdocsKingNerOAuserUserKqManage.php:1) in D:APMServ-v5.2.6APMServ5.2.6wwwhtdocsKingNerOAusercheckaccess.php on line 2

原因就是前面有输出

解决办法:

修改php.ini中的session.auto_start = 0 为 session.auto_start = 1
output_buffering =改为on或者任何数字。

linux中解决办法

解决办法:

方法1、注释掉/etc/php.ini中
session.save_path = “/var/lib/php/session”
方法2、查看apache用户和组,然后将该用户加到session文件夹所处的组中。
方法3,在session_start() 前不要有任何输出!

错误提示2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:phpcodeadmin.php:1) in E:phpcodelogolistadminlogo.php on line 2

就是 session变量需要系统的临时空间

session.save_path = "设置一个有效文件夹的绝对路径"

(比如 session.save_path = "C:WINDOWStemp" )

session.save_path =前面的 ' ; '  号去掉

另外编辑该文件夹的权限 添加EVERYONE 有写入修改权限即可 !

时间: 2024-09-23 15:07:02

Warning: session_start() [function.session-start]的相关文章

Warning: session_start() [function.session-start]: Cannot send session cookie解决办法

在很多时间使用了session就会出来如下提示了, Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/u114264/include/db_mysql教程.class.php教程:1) in /home/u114264/login1.php on line 3 Warning: sessio

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File解决方法

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File解决方法 Warning: include() [function.include]: open_basedir restriction in effect. File(/www/webpublic_html/admin/inc/inc.php教程) is not within the allowed path(s)

PHP错误WARNING: SESSION_START() [FUNCTION.SESSION-START]解决方法_php技巧

做开发的时候,操作session有时候会遇到这个问题:Warning: session_start() [function.session-start]-- 系统环境:WIN2003+IIS6+PHP5.2.12 PHP出现类似如下错误: Warning: session_start()[function.session-start]: ...... failed: No such file or directory......等情况, 可以偿试修改一下php.ini文件中的session.au

Warning: mysql_connect() [function.mysql-connect]: [2002] 由于目标机器积极拒绝,无法连接

错误代码如下 aabb Warning: mysql_connect() [function.mysql-connect]: [2002] 由于目标机器积极拒绝,无法连接. (trying to connect via tcp://localhost:3306) in X:test7.php on line 6 Warning: mysql_connect() [function.mysql-connect]: 由于目标机器积极拒绝,无法连接. in X:test7.php on line 6

php提示 Warning: touch() [function.touch]: Utime failed: Permission denied in错误

使用timthumb.php出现Warning: touch() [function.touch]: Utime failed: Permission denied in错误 我们先来看一下touch()函数例子 touch() 函数设置指定文件的访问和修改时间. touch(filename,time,atime) 例子  代码如下 复制代码 <?php touch("test.jpg"); ?> 应用例子时出现错误 用timthumb.php来做缩略图,本地测试很OK,

Warning: mssql_query() [function.mssql-query]:

Warning: mssql_query() [function.mssql-query]: message: 不能用 DB-Library(如 ISQL)或 ODBC 3.7 或更早版本将 ntext 数据或仅使用 Unicode 排序规则的 Unicode 数据发送到客户端. (severity 16) in F:\myweb\lzlj\cn.php on line 21 Warning: mssql_query() [function.mssql-query]: Query failed

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 今天文件上传出现Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move   <form action="" enctype="multipart/form-data" method="post"&

php Warning:strstr()[function.strstr]:Empty delimiter

Warning: strstr() [function.strstr]: Empty delimiter 非常奇怪,难道php函数strstr的某个参数出问题了? 于是写了个测试的例子  代码如下 复制代码 <?php $text="asdfghjklqwertyuiopzxcvbnm"; //$key="g"; //根据php错误提示Empty delimiter,判断应该不会是$text的值出问题,所以故意注释了key值 if(strstr($text,

解决WordPress结构化数据插件Warning: curl_setopt() [function.curl-setopt]

一.站点校验始终显示"校验中-" 我使用WordPress结构化数据插件遇到的两个问题 不清楚这是什么原因,已经向站长反馈中心提交了问题,还未答复.如果有答复,三好公民会第一时间来分享的,期待. 当然,如果您知道原因的话,还望不吝赐教,非常感谢! 二.发布或更新文章时显示警告代码 启用WordPress结构化数据插件之后,发布文章或更新文章时就会出现错误代码,内容为:    代码如下 复制代码    Warning: curl_setopt() [function.curl-setop