有人可以向我解释这个错误吗? :( [英] Can someone explain this error to me? :(

查看:95
本文介绍了有人可以向我解释这个错误吗? :(的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!

我无法理解php想要的东西:(所以:

无法发送会话缓存限制器 - 已发送的标头(输出始于

/home/krecik/public_html/silnik.php:208)/home/krecik/public_html/silnik.php

line 251


第208行:print(error:。mysql_error());

第251行:session_register(uprawnienia,zalogowany);


我能理解,在第208行之后第251行是错误的,这对我来说是合乎逻辑的,但我不知道第208行可能出现什么问题。

是的我知道最好将会话信息存储在服务器上。我已经

要求管理员在php.ini中更改变量。


-

祝你好运,

Maciej Nadolski

Hi!
I can`t understand what php wants from me:( So:
Cannot send session cache limiter - headers already sent (output started at
/home/krecik/public_html/silnik.php:208) in /home/krecik/public_html/silnik.php on
line 251

Line 208: print ( "error: " . mysql_error());
Line 251: session_register("uprawnienia", "zalogowany");

I can understand that sth, is wrong in line 251 after line 208 and it is logical to
me, but I have no idea what possibly could be wrong with line 208.
Yes I know that that it`s better to store session information on server. I already
asked admin to change variable in php.ini.

--
Best regards,
Maciej Nadolski

推荐答案

" ; Maciej Nadolski"< us **** @ WYTNIJ-TO.nadolski.net>在留言中写道

新闻:Xn ************ *******************@193.110.122 .80 ...
"Maciej Nadolski" <us****@WYTNIJ-TO.nadolski.net> wrote in message
news:Xn*******************************@193.110.122 .80...
嗨!
我无法理解php想要什么来自我:(所以:
无法发送会话缓存限制器 - 已经发送的标头(输出在/home/krecik/public_html/silnik.php:208开始

/ home / krecik /第251行的public_html / silnik.php

第208行:打印(错误: 。 mysql_error());
第251行:session_register(uprawnienia,zalogowany);

我能理解,第208行之后第251行是错的,它是
对我合乎逻辑,但我不知道第208行可能出现什么问题。
是的我知道在服务器上存储会话信息会更好。我
已经要求管理员在php.ini中更改变量。
Hi!
I can`t understand what php wants from me:( So:
Cannot send session cache limiter - headers already sent (output started at /home/krecik/public_html/silnik.php:208) in /home/krecik/public_html/silnik.php on line 251

Line 208: print ( "error: " . mysql_error());
Line 251: session_register("uprawnienia", "zalogowany");

I can understand that sth, is wrong in line 251 after line 208 and it is logical to me, but I have no idea what possibly could be wrong with line 208.
Yes I know that that it`s better to store session information on server. I already asked admin to change variable in php.ini.




您的会话是在脚本开头开始的吗?

- Virgil



Was your session started at the beginning of the script?

- Virgil


" Virgil Green" < vj*@obsydian.com>写在

新闻:UB ********************* @newssvr30.news.prodig y.com:
"Virgil Green" <vj*@obsydian.com> wrote in
news:UB*********************@newssvr30.news.prodig y.com:

你的会话是在脚本的开头开始的吗?

Was your session started at the beginning of the script?



Nope。

我只设置了这个:

session_cache_expire(3600);

我不确定会话的设置......


-

祝你好运,

Maciej Nadolski


Nope.
I only set this:
session_cache_expire(3600);
I`m not sure is it setting of a session...

--
Best regards,
Maciej Nadolski


" Maciej Nadolski" <我们**** @ WYTNIJ-TO.nadolski.net>在消息中写道

news:Xn ******************************* @ 193.110.122。 80 ...
"Maciej Nadolski" <us****@WYTNIJ-TO.nadolski.net> wrote in message
news:Xn*******************************@193.110.122 .80...
嗨!
我无法理解php想要的东西:(所以:
无法发送会话缓存限制器 - 已发送的标头(输出已启动
at /home/krecik/public_html/silnik.php:208)$ 25 $ b /home/krecik/public_html/silnik.php第251行

第208行:打印(错误 :。mysql_error());
第251行:session_register(uprawnienia,zalogowany);

我能理解,行后第251行是错误的208这对我来说是合乎逻辑的
,但我不知道第208行可能出现什么问题。
是的我知道最好将会话信息存储在服务器上.I
已经要求管理员在php.ini中更改变量。

- 祝你好运,
Maciej Nadolski
Hi!
I can`t understand what php wants from me:( So:
Cannot send session cache limiter - headers already sent (output started at /home/krecik/public_html/silnik.php:208) in /home/krecik/public_html/silnik.php on line 251

Line 208: print ( "error: " . mysql_error());
Line 251: session_register("uprawnienia", "zalogowany");

I can understand that sth, is wrong in line 251 after line 208 and it is logical to me, but I have no idea what possibly could be wrong with line 208.
Yes I know that that it`s better to store session information on server. I already asked admin to change variable in php.ini.

--
Best regards,
Maciej Nadolski



所有会话内容就像注册变量一样,已经为你做了

" print" a是的HTML代码,因为那时火车已经走了;)


all session stuff, like registering variables, has do be done befor you
"print" any html code, because then the train has gone ;)


这篇关于有人可以向我解释这个错误吗? :(的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆