ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Installation PHP Warnings


  • 2003-09-27 23:42:50

    Installation PHP Warnings

    I have installed ATutor onto my server, done all the config work (as far as I know at least in the config.inc.php... lol) and I have set up the mySQL database, and when I try and load the page, it gives me the following warnings:


    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at f:\area\users.quickfox.tk\~\edgetraining\include\config.inc.php:180) in f:\area\users.quickfox.tk\~\edgetraining\include\session.inc.php on line 29

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at f:\area\users.quickfox.tk\~\edgetraining\include\config.inc.php:180) in f:\area\users.quickfox.tk\~\edgetraining\include\session.inc.php on line 29

    Warning: Cannot modify header information - headers already sent by (output started at f:\area\users.quickfox.tk\~\edgetraining\include\config.inc.php:180) in f:\area\users.quickfox.tk\~\edgetraining\include\session.inc.php on line 111


    what does this mean? can anyone help me?

    FYI, my ATutor page is http://users.quickfox.tk/~edgetraining/index.php

    Thanks in advance for any help you can give me!

  • 2003-09-28 13:05:18

    Windows End of Lines

    Looks like you are working on a Windows system. Set your text editor to use Unix end of lines, instead of window eol. PHP does not like the invisible characters Windows sticks at the end of a saved file. If you have modified any files, you will need to open them (with Unix EOL set), and delete the trailing space at the end of the file, following the closing ?> , then resave.