my account has been moved to another server
and now none user cannot connect to site with phone
when i try with FireFox
i get this:
<div class='sqltop'>SQL</div><div class='sqlmain'>Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/core.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/core.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/index.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/index.php on line 7 </div>
so i've been told that function session_start() must be called before headers...
but all scripts are started like this:
lavalair script is used.
how to fix this?
and now none user cannot connect to site with phone
when i try with FireFox
i get this:
<div class='sqltop'>SQL</div><div class='sqlmain'>Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/core.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/core.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/index.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /domains/no-shame.info/public_html/wp/config.php:1) in /domains/no-shame.info/public_html/wp/index.php on line 7 </div>
so i've been told that function session_start() must be called before headers...
but all scripts are started like this:
Code:
<?php session_start(); include("config.php"); include("core.php"); header ("Content-type: text/vnd.wap.wml; charset=utf-8"); header ("Cache-Control: no-store; no-cache; must-revalidate"); echo("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"); echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"". " \"http://www.wapforum.org/DTD/wml_1.1.xml\">"; ?> <wml> <?php.......
how to fix this?
Comment