I have uncompressed provided files into my Mitel linux
server, and when I connect, I get the following message:
Warning: session_start(): open(f:/Program Files/Apache
Group/Apache/tmp//sess_a405c03a1f7cc7f538fc98e659814c5a,
O_RDWR) failed: No such file or directory (2) in
/home/e-smith/files/ibays/Primary/html/eow/config.inc.php
on line 76
Warning: session_start(): Cannot send session cookie -
headers already sent by (output started at
/home/e-smith/files/ibays/Primary/html/eow/config.inc.php:76)
in
/home/e-smith/files/ibays/Primary/html/eow/config.inc.php
on line 76
Warning: session_start(): Cannot send session cache
limiter - headers already sent (output started at
/home/e-smith/files/ibays/Primary/html/eow/config.inc.php:76)
in
/home/e-smith/files/ibays/Primary/html/eow/config.inc.php
on line 76
Warning: main(f:/Program Files/Apache
Group/Apache/htdocs/eow/eowlib/lang/lang_en.inc.php):
failed to open stream: No such file or directory in
/home/e-smith/files/ibays/Primary/html/eow/index.php on
line 21
Fatal error: main(): Failed opening required
'f:/Program Files/Apache
Group/Apache/htdocs/eow/eowlib/lang/lang_en.inc.php'
(include_path='.:/usr/share/php') in
/home/e-smith/files/ibays/Primary/html/eow/index.php on
line 21
Warning: Unknown(): open(f:/Program Files/Apache
Group/Apache/tmp//sess_a405c03a1f7cc7f538fc98e659814c5a,
O_RDWR) failed: No such file or directory (2) in
Unknown on line 0
Warning: Unknown(): Failed to write session data
(files). Please verify that the current setting of
session.save_path is correct (f:/Program Files/Apache
Group/Apache/tmp/) in Unknown on line 0
Logged In: YES
user_id=1185168
change the following line in config.inc.php
$_cfg['CookieDir'] = 'f:/Program Files/Apache
Group/Apache/tmp/'; // the directory should be exist and is
writable
into
$_cfg['CookieDir'] = '/tmp/';
sorry for later reply.