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', './');}