三二互联专业提供速度最快最稳定的美国服务器、香港服务器。中美直连,亚洲优化![ 代理登陆 ] [ 付款方式 ] [ 找回密码 ][ 电子协议责任书 ]
硬件资源保障

采用高配品牌服务器

主流强悍CPU配置

确保服务高速稳定运行

中美直连线路

中美直连亚洲优化

采用中国CN2骨干网络

保证速度飞快稳定高效

处理PHP Warning: session_start():报错问题

美国、香港服务器

处理PHP Warning: session_start():报错问题

09-04   来源:

 找到根目录下的includes文件夹,然后打开init.php文件,注释掉session_start()这行,在前面加@即可。

 
 
有时候这样的报错也是因为文件的bom头问题,可以复制下列代码,新建一个“bom.php”文件,运行即可
 
/*检测并清除BOM*/
//代码来自网络
//来源:https://www.cnblogs.com/zsl123/p/5980009.html
set_time_limit(0);
if(isset($_GET["dir"])){
$basedir=$_GET["dir"];
}else{
$basedir = ".";
}
$auto = 1;
checkdir($basedir);
$count=0;
function checkdir($basedir){
if($dh = opendir($basedir)){
while(($file = readdir($dh)) !== false){
if($file != "." && $file != ".."){
if(!is_dir($basedir."/".$file)){
echo "filename: $basedir/$file ".checkBOM("$basedir/$file")."
";
}else{
$dirname = $basedir."/".$file;
checkdir($dirname);
}
}
}//end while
closedir($dh);
}//end if($dh
}//end function
function checkBOM($filename){
global $auto;
$contents = file_get_contents($filename);
$charset[1] = substr($contents, 0, 1);
$charset[2] = substr($contents, 1, 1);
$charset[3] = substr($contents, 2, 1);
if(ord($charset[1]) == 239 && ord($charset[2]) == 187 && ord($charset[3]) == 191){
if($auto == 1){
$rest = substr($contents, 3);
rewrite ($filename, $rest);
return "BOM found, automatically removed.";
}else{
return ("BOM found.");
}
}
else return ("BOM Not Found.");
}//end function
function rewrite($filename, $data){
$filenum = fopen($filename, "w");
flock($filenum, LOCK_EX);
fwrite($filenum, $data);
fclose($filenum);
}//end function
?>
运行完毕后即可清除bom头,然后网站就恢复正常了。
 
 
 
找到根目录下的includes文件夹,然后打开init.php文件,注释掉session_start()这行,在前面加@即可。
 
 
有时候这样的报错也是因为文件的bom头问题,可以复制下列代码,新建一个“bom.php”文件,运行即可
 
/*检测并清除BOM*/
//代码来自网络
//来源:https://www.cnblogs.com/zsl123/p/5980009.html
set_time_limit(0);
if(isset($_GET["dir"])){
$basedir=$_GET["dir"];
}else{
$basedir = ".";
}
$auto = 1;
checkdir($basedir);
$count=0;
function checkdir($basedir){
if($dh = opendir($basedir)){
while(($file = readdir($dh)) !== false){
if($file != "." && $file != ".."){
if(!is_dir($basedir."/".$file)){
echo "filename: $basedir/$file ".checkBOM("$basedir/$file")."
";
}else{
$dirname = $basedir."/".$file;
checkdir($dirname);
}
}
}//end while
closedir($dh);
}//end if($dh
}//end function
function checkBOM($filename){
global $auto;
$contents = file_get_contents($filename);
$charset[1] = substr($contents, 0, 1);
$charset[2] = substr($contents, 1, 1);
$charset[3] = substr($contents, 2, 1);
if(ord($charset[1]) == 239 && ord($charset[2]) == 187 && ord($charset[3]) == 191){
if($auto == 1){
$rest = substr($contents, 3);
rewrite ($filename, $rest);
return "BOM found, automatically removed.";
}else{
return ("BOM found.");
}
}
else return ("BOM Not Found.");
}//end function
function rewrite($filename, $data){
$filenum = fopen($filename, "w");
flock($filenum, LOCK_EX);
fwrite($filenum, $data);
fclose($filenum);
}//end function
?>
运行完毕后即可清除bom头,然后网站就恢复正常了。

三二互联专业提供香港VPS,美国VPS主机,香港云服务器租用等业务香港美国到大陆CN2 GIA速度最快

上一篇:无法向会话状态服务器发出会话状态请求。请确保 ASP.NET State Service (ASP.NET 状态服务)已启动 下一篇:如何清除dns缓存?清除dns缓存命令方法

美国GIA服务器三二互联版权所有 WWW.222.cc 2008-2015 All Rights Reserved
三二互联 - 专业的美国C3服务器香港vps、抗DOOS流量清洗、云备份系统、网站加速系统、美国GIA服务器和香港云服务器产品提供商
三二互联24小时在线工单系统为您提供全面、专业、周到的技术支持与服务
咨询热线:400-679-9994(免长话费)