Note that there are some explanatory texts on larger screens.

plurals
  1. POsession_start() cash limit
    primarykey
    data
    text
    <p>At the first , I should say I know there is some other topics similar this topic but I couldn't solve my problem after read these topics.</p> <p>So , Please go to: <a href="http://icomp.ir/myscript" rel="nofollow">LINK</a> , You see an error:</p> <pre><code>Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home3/icompir/public_html/myscript/index.php:1) in /home3/icompir/public_html/myscript/index.php on line 3 </code></pre> <p>I know this error has a relation with headers and sent headers. but in the "index.php" file , headers doesn't send before "session_start();" !</p> <p>you can see the code of this page:</p> <pre><code>&lt;?php include('inc.php'); session_start(); include('header.php'); ?&gt; &lt;title&gt;صفحه اصلی&lt;/title&gt; &lt;/head&gt; &lt;body&gt;&lt;div class="body"&gt; &lt;?php include('navigation.php'); include('sidebar.php'); ?&gt; &lt;div id="content"&gt; &lt;strong&gt;در دست اجرا:&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;بهینه سازی اسکریپت.&lt;/li&gt; &lt;li&gt;اضافه کردن امکان تغییر پسورد.&lt;/li&gt; &lt;li&gt;اضافه کردن ارسال ایمیل تایید پس از ثبت نام.&lt;/li&gt; &lt;li&gt;تذکر هنگام ثبت نام اگر نام کاربری مشابه وجود داشت.&lt;/li&gt; &lt;li&gt;اضافه کردن امکان پیام خصوصی.&lt;/li&gt; &lt;li&gt;تکمیل بخش پروفایل.&lt;/li&gt; &lt;li&gt;پیاده سازی جی کوئری و آژاکس روی قسمت های مختلف سایت ...&lt;/li&gt; &lt;/ul&gt; &lt;div style="clear:both"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div style="clear:both"&gt;&lt;/div&gt; &lt;/div&gt;&lt;/body&gt; &lt;/html&gt; </code></pre> <p>and if you think there are some headers in "inc.php" I say you it isn't correct. This is code of "inc.php" :</p> <pre><code>&lt;?php include('constants.php'); require_once('functions.php'); ?&gt; </code></pre> <p>I was checked "contants.php" and "functions.php" too. There is no header in these files. Also this error just show in index.php! when you login or go to <a href="http://icomp.ir/register.php" rel="nofollow">http://icomp.ir/register.php</a> it doesn't show.</p> <p>Do you know answere? thank you</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload