Menu

Webserver write access problem

Hilfe/Help
2003-09-17
2003-11-20
  • David Midkiff

    David Midkiff - 2003-09-17

    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

     
    • Anonymous

      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

       
      • David Midkiff

        David Midkiff - 2003-09-21

        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');       

         
    • eddycurrents

      eddycurrents - 2003-11-20

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.