[PHPOpenChat-Users] PHPopenchat help
Brought to you by:
letreo
|
From: David M. <mid...@ya...> - 2003-09-18 19:22:44
|
I would like to know if you can help me with phpopenchat? I would have gone to the forums, but I can't read german. 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!
David
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software |