Menu

#16 Full PHP Server 0.0.0 - Various Random Issues

open
5
2003-10-21
2003-10-15
No

I installed it, configured it, but when i go to the
default.php, the page was displayed but i got this
legend on the screen:

Warning: session_start(): Cannot send session cookie -
headers already sent by (output started
at /home/paso/public_html/syncit2/default.php:31)
in /home/paso/public_html/syncit2/default.php on line 33

Do i miss something?

Thanks.

Discussion

  • fyrfyt

    fyrfyt - 2003-10-15

    Logged In: YES
    user_id=872147

    I found that if there is a space between the code on the
    page between the

    ?>

    <?

    (usually around 33) I recieved that error. Once I deleted the
    space and also on the bottom of the page make sure you do
    not have any spaces after the page is done with no code
    (extra blank lines).
    the page seemed to work. Additionally I have had to make
    that adjustment on most pages.

    Now if I could just get the database to connect after login in.

     
  • Morbus Iff

    Morbus Iff - 2003-10-15

    Logged In: YES
    user_id=69804

    The php-server-full is 0.0.0 for the sole reason of warning
    people that "you're on your own - we don't even consider it
    developer-ready". As such, I'm sure you'll find far more
    problems than what you've already seen.

     
  • fyrfyt

    fyrfyt - 2003-10-15

    Logged In: YES
    user_id=872147

    You are correct, I find it a love hate relationship. I love the
    product and hate it takes me so long to figure things out.
    Especially since I have a basic knowledge of php (but learning
    more every minute).

    But hey thats what we are all here for.

     
  • Nobody/Anonymous

    Logged In: NO

    Hello,
    I tried to get login.
    I added an extra tablefield in table person, named partner_id
    Varchar 50 and null.

    That's what in file common/login.php tries to select after
    login.

    Now I can login and see all the bookmarks. '

    Have fun!
    Regards Mirella
    Mirella

     
  • Morbus Iff

    Morbus Iff - 2003-10-21
    • assigned_to: nobody --> morbus
    • summary: Full PHP Server --> Full PHP Server 0.0.0 - Various Random Issues
     
  • Jack Dean

    Jack Dean - 2003-10-22

    Logged In: YES
    user_id=875930

    session_start() must be called before anything is output to
    the browser. I had the same problem (Using IE6) and
    eliminating the space on line 30 and on the bottom of the
    page fixed the problem.

     

Log in to post a comment.