[EMAIL PROTECTED] wrote: > I fixed the first error. I needed to recomlime PHP with sessions enabled. > I am now getting another error. > You have debug_level set too high. Set it to 5 or 1 and your problem will disappear.
Thomas > > * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT > THREAD=REFERENCES SORT QUOTA IDLE AUTH=PLAIN ACL ACL2=UNION cp01 OK > CAPABILITY completed Tried PLAIN: Resource id #32 > -------------------------------------------------------------------------------- > > Warning: Cannot modify header information - headers already sent by > (output started at > /home/familychat/roundcube/program/include/main.inc:643) in > /home/familychat/roundcube/index.php on line 150 > > > >> I don't know why your PHP installation does not support >> session_set_save_handler(). According to the manual >> (http://php.benscom.com/manual/en/function.session-set-save-handler.php) >> it's a standard function. >> >> RoundCube won't work correctly if the session management is not done by >> the proprietary functions of RC. >> >> Sorry. >> Thomas >> >> >> William Martino wrote: >>> *I have been using roundcube for a while now and all has been well. I >>> just updated my server and now I am getting the message.* >>> * >>> * >>> * >>> * >>> *Fatal error*: Call to undefined function session_set_save_handler() in >>> */home/familychat/roundcube/program/include/session.inc* on line *152* >>> * >>> * >>> *PHP was upgraded, but I didn't change anything. Any help on this would >>> be great.* >>> *Let me know if you need more info* >>> * >>> * >>> * >>> * >>> *Thanks,* >>> *Bill* >>> >>> ------------------------------------------------------------------- >>> This message has been scanned for viruses and dangerous >>> content by *MailScanner* <http://www.mailscanner.info/>, and is believed >>> to be clean. >>> MailScanner thanks transtec Computers <http://www.transtec.co.uk/> for >>> their support. >> >> >> -------------------------------------------------------- >> This message has been scanned for viruses and dangerous >> content by MailScanner, and is believed to be clean. >> MailScanner thanks transtec Computers for their support. >> >> > > > -------------------------------------------------------- > This message has been scanned for viruses and dangerous > content by MailScanner, and is believed to be clean. > MailScanner thanks transtec Computers for their support. > > >
