Has anyone seen this before?

Re: Has anyone seen this before?

by David Wilkinson -
Number of replies: 0

Hi,

If you see errors like this:

Warning: Cannot add header information - headers already sent by (output started at /webs/moodle/config.php:87) in /webs/moodle/lib/moodlelib.php on line 1322

Warning: Cannot add header information - headers already sent by (output started at /webs/moodle/config.php:87) in /webs/moodle/lib/moodlelib.php on line 1323

Warning: Cannot add header information - headers already sent by (output started at /webs/moodle/config.php:87) in /webs/moodle/login/index.php on line 54

..then you have blank lines or spaces after the final ?> in your config.php file. Sometimes text editors add these - for example Notepad on Windows - so you may have to try a different text editor to remove these spaces or blank lines completely.

Also, the open basedir warning is usually caused by the lack an apache directive. You will need to add a directive to apache somewhere, (on linux it is in the vhost.conf file), like this:

php_admin_value open_basedir none

Hope this helps,

David