+ Reply to Thread
Results 1 to 2 of 2

Thread: Warning messages
      
   

  1. #1
    anarmyofme is offline Private
    Join Date
    Nov 2009
    Posts
    1

    Default Warning messages

    I'm receiving the following messages on a couple of my websites. I have changed nothing on my end and all of a sudden these appeared:



    Warning: session_start() [function.session-start]: open(/tmp/sess_dc71f94164f0bdf8a7603d7c0044d919, O_RDWR) failed: Read-only file system (30) in /home/nyjsjinx/public_html/perpetualwatch.org/cont/cont.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/nyjsjinx/public_html/perpetualwatch.org/cont/cont.php:2) in /home/nyjsjinx/public_html/perpetualwatch.org/cont/cont.php on line 2

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/nyjsjinx/public_html/perpetualwatch.org/cont/cont.php:2) in /home/nyjsjinx/public_html/perpetualwatch.org/cont/cont.php on line 2



    Thanks,
    Michael
    Username: nyjsjinx

  2. #2
    pipesportugal's Avatar
    pipesportugal is offline Second Lieutenant
    Join Date
    Jul 2007
    Location
    Oporto - Portugal
    Posts
    129

    Default Re: Warning messages

    Hi,

    You should use the session_start() only at the beginning of Your program and just once. That's why You are receiving all the messages.

    So just put it there and don't use it again.
    After You use it the first time Your session variables will be available for You, why use it again ?

    Regards,
    pipesportugal

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49