>From the warning ...include/write_sinc.DB.inc line 130
129 $error .= "DB error: Couldn't insert into $DB_PREFS_TABLE<br>\n"; 130 echo "\n<!--\nSQL:$sql\nERROR:".$db->error()."\n//-->\n"; It looks like you have an issue with inserting into the Prefs table... Warning: Cannot modify header information - headers already sent by (output started at /Library/WebServer/IlohaMail/include/write_sinc.DB.inc:130) On 1/11/2006, "Zoran Popovic" <[EMAIL PROTECTED]> wrote: >I checked all the files in the conf directory and none had blank >lines outside the php tags. > >Zoran > >11 jan 2006 kl. 14.19 skrev Dean Holden: > >> >> It may be as simple as an blank line in one of your include files >> (such >> as login.inc, or any others that you modified for your setup) on line >> 314 it's attempting to set a cookie, and that can't be done if there >> has been any html output, which includes any blank lines outside of >> the >> php tags <?php ?> >> >> Dean >> >> On 1/11/2006, "Zoran Popovic" <[EMAIL PROTECTED]> wrote: >> >>> We had a hard disk crash last week and IlohaMail will not work after >>> reinstallation. All I get is an error when I try to log in: >>> >>> Warning: Cannot modify header information - headers already sent by >>> (output started at /Library/WebServer/IlohaMail/include/ >>> write_sinc.DB.inc:130) in /Library/WebServer/IlohaMail/source/ >>> index.php on line 314 >>> >>> The server is running MacOS X Server 10.3.9, MySql 5.0, and PHP >>> 4.3.10 >>> >>> >>> ------------------------------------------------------- >>> This SF.net email is sponsored by: Splunk Inc. Do you grep through >>> log files >>> for problems? Stop! Download the new AJAX search engine that makes >>> searching your log files as easy as surfing the web. DOWNLOAD >>> SPLUNK! >>> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>> _______________________________________________ >>> Ilohamail-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/ilohamail-users >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through >> log files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD >> SPLUNK! >> http://ads.osdn.com/?ad_idv37&alloc_id865&op=click >> _______________________________________________ >> Ilohamail-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ilohamail-users > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click >_______________________________________________ >Ilohamail-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/ilohamail-users ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Ilohamail-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ilohamail-users
