From: Miguel <mg...@ti...> - 2003-01-24 14:27:28
|
dear all, This is my first post to this mailing list, hope this is not a very naive question. I have just installed successfully core-lan-org in my RedHat Linux box 7.2 with Apache 1.3.27 and PHP 4.2.3. I have tried to use the add a file script (files.php) and although it works I got a bunch of warnings like this: ---------- OUTPUT ----------- Warning: Failed opening 'http://80.59.95.12/org/includes/database.php' for inclusion (include_path='/usr/local/lib/:.:/usr/local/apache/htdocs/org/includes/') in /usr/local/apache/htdocs/org/files.php on line 38 Warning: Failed opening 'http://80.59.95.12/org/includes/common.php' for inclusion (include_path='/usr/local/lib/:.:/usr/local/apache/htdocs/org/includes/') in /usr/local/apache/htdocs/org/files.php on line 39 Warning: Failed opening 'http://80.59.95.12/org/includes/screen.php' for inclusion (include_path='/usr/local/lib/:.:/usr/local/apache/htdocs/org/includes/') in /usr/local/apache/htdocs/org/files.php on line 40 Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/htdocs/org/files.php:38) in /usr/local/apache/htdocs/org/includes/screen.php on line 89 Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/htdocs/org/files.php:38) in /usr/local/apache/htdocs/org/includes/screen.php on line 90 Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/htdocs/org/files.php:38) in /usr/local/apache/htdocs/org/includes/screen.php on line 91 Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/htdocs/org/files.php:38) in /usr/local/apache/htdocs/org/includes/screen.php on line 92 ------------------------------------------ I have looked for any information at some php mailing lists and the internet, but I cant figure out whats going on. Many thanks Miguel |