I have set everything up correctly and I keep getting red on the webserver write access, I have
chmod the tmp dir to 777 and still get this error. Safe mode is disabled and open_basedir has no
value set. The link to my phpopenchat is http://www.midkiffhub.com/testchat , is there any way you
can help me with this, thanks!
Here is my host server info http://www.hoststock.com/info.php
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-09-21
Hello,
I see you were able to get your phpopenchat working. How did you set permissions for the tmp directory? I am having the same problem you had.
Thanks,
Vince
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have set everything up correctly and I keep getting red on the webserver write access, I have
chmod the tmp dir to 777 and still get this error. Safe mode is disabled and open_basedir has no
value set. The link to my phpopenchat is http://www.midkiffhub.com/testchat , is there any way you
can help me with this, thanks!
Here is my host server info http://www.hoststock.com/info.php
Hello,
I see you were able to get your phpopenchat working. How did you set permissions for the tmp directory? I am having the same problem you had.
Thanks,
Vince
in the config.inc.php
Look for this section
//This is the Linux/Unix case
define('POC_OS','unix');
if( ini_get('open_basedir') ) {
/** @ignore */
// comment this line out
// define('TMPDIR', ini_get('open_basedir'));
// add this new line with the correct dir info
define 'TMPDIR', '/home/vince2003/public_html/phpopenchat/tmp');
I had the same problem, and used the same solution. Odd thing was, open_basedir did return a value. But it didn't work. Goofy ISP thing. :P