I have set everything up correctly and I keep getting
red on the webserver write access, I have created a
tmp dir in /home/midkiffd and have chmod the tmp dir to
777 and still get this error. Here is the code I have
defining tmpdir:
if( ini_get('open_basedir') ) {
define('TMPDIR', ini_get('open_basedir'));
} else {
if ( isset($_ENV['TEMP']) )
define('TMPDIR', $_ENV['temp']);
elseif( isset($_ENV['TMP']) )
define('TMPDIR', $_ENV['tmp']);
elseif( isset($_ENV['WINDIR']) )
define('TMPDIR', $_ENV['WINDIR'].'\\TEMP');
elseif( isset($_ENV['windir']) )
define('TMPDIR', $_ENV['windir'].'\\TEMP');
else
define('TMPDIR', 'C:\WINDOWS\TEMP');
Safe mode is disabled and open_basedir has no value
set. The link to my phpopenchat is
http://www.midkiffhub.com/testchat , here is my host
server info http://www.hoststock.com/info.php
Please let me know if you can help me or direct me to
someone who can, thanks!
Logged In: YES
user_id=1193345
i, ve got the same problem:
at /home/xview/public_html/webchat/index.php:63
[2] session_start(): Cannot send session cookie - headers
already sent by (output started
at /home/xview/public_html/webchat/config.inc.php:517)
Your webserver has no write permissions
in "/home/xview/public_html/webchat/tmp"!
Use the Installer to install your chat! Or in your favorite shell,
do the following:
chmod 777 /home/xview/public_html/webchat/tmp
and press ENTER.
i did chamod 777 on the tmp dir, but stil i get this message.
can anyone help me?
Thanx
greetz Xview