>> >> >>>> >> >>>> You forgot to provide list of installed plugins. SquirrelMail stock >> >>>> plugins should not create this error. Remove all enabled plugins >> and >> >>>> enable them one by one. >> >>>> >> >>> No plugins installed. >> >> >> >> what modifications are made in squirrelmail scripts? >> >> >> > None, fresh install. >> >> from ports or from squirrelmail site? >> > Ports. >> >> php configure line? >> > Ports, but according to php-info : > > './configure' '--enable-versioning' '--enable-memory-limit' > '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' > '--disable-all' '--with-regex=php' '--with-openssl=/usr' > '--with-openssl-dir=/usr' '--with-apxs=/usr/local/sbin/apxs' > '--prefix=/usr/local' 'i386-portbld-freebsd5.3'
I suspect that your php installation does not have session and pcre support. --disable-all removed all default php extensions and you don't have --with-pcre-regex and --enable-session SquirrelMail should break on login page with session_id() function errors. Rebuild your php install with session and pcre support. Make sure that mod_php4 is rebuilt too. Or explain why configure line does not show extensions required by squirrelmail and you are still able to use it. >> list of php configuration changes? >> > php.ini : > > file_uploads = On > session.auto_start = 1 when you diagnose problem next time - undo your custom changes. set session.auto_start to 0 SquirrelMail scripts manage session startup. Don't help them in that. Or explain why you are starting sessions in php configuration. -- Tomas ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
