Warning in Wordpress Page

Discussion in 'Optigold ISP' started by newwebdev, Mar 14, 2012.

  1. #1
    Warning: Unknown: open(/var/chroot/home/content/18/9029618/tmp/sess_i3h6vpejujinncj8q5887jjch7, 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 () in Unknown on line 0

    This is showing up on the bottom of my webpage. Any ideas?
    My website is MHAGUIDE.
     
    newwebdev, Mar 14, 2012 IP
  2. mikkola.antti

    mikkola.antti Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    CHMod your files.
     
    mikkola.antti, Mar 17, 2012 IP
  3. billvella

    billvella Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What exactly are you saying? CHMod...???
     
    billvella, Apr 27, 2012 IP
  4. templates2011

    templates2011 Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i thinks thats type of code is wrong

    <?php
    // Read and write for owner, nothing for everybody else
    chmod("/somedir/somefile", 0600);

    // Read and write for owner, read for everybody else
    chmod("/somedir/somefile", 0644);

    // Everything for owner, read and execute for others
    chmod("/somedir/somefile", 0755);

    // Everything for owner, read and execute for owner's group
    chmod("/somedir/somefile", 0750);
    ?>
     
    templates2011, Apr 30, 2012 IP