-3

I am getting two errors.

warning: session_start() [function.session-start]: open(..\Server\tmp\sess_mj3hbck8pvhpbioosqf4cu8ns2, O_RDWR) failed: No such file or directory (2) in C:\Documents and Settings\evan.YO-1EE77D2E6018\Desktop\Games\WoWPrivate server\Vampwow legit\Server\htdocs\include\common.php on line 3

And i am getting

warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Documents and Settings\evan.YO-1EE77D2E6018\Desktop\Games\WoWPrivate server\Vampwow legit\Server\htdocs\include\common.php:3) in C:\Documents and Settings\evan.YO-1EE77D2E6018\Desktop\Games\WoWPrivate server\Vampwow legit\Server\htdocs\include\common.php on line 3

I am stumped, i dont know how to fix this and i could not find a solution anywhere Here is my Common.php file, i will post it below.

<?php
session_start();
if (!defined('PATHROOT'))  
{define('PATHROOT', './');}
NullPoiиteя
  • 56,591
  • 22
  • 125
  • 143
user2311081
  • 1
  • 1
  • 2

2 Answers2

0

session_start(); should be the first line don't leave an empty line.

NullPoiиteя
  • 56,591
  • 22
  • 125
  • 143
chandresh_cool
  • 11,753
  • 3
  • 30
  • 45
0

Second error "headers already sent" is because you get the first error.

First error is probably you run out of disk space on your account. Check your disk space limit and increase it if possible.

EDIT:

For first error also check the question below

Warning: session_start() failed: No such file or directory

Community
  • 1
  • 1
Ergec
  • 11,608
  • 7
  • 52
  • 62