which system locale is default on your mandrake install? check output of phpinfo(). _ENV['LANG'], all _ENV['LC_*'] and _ENV['LANGUAGE'] variables.
or try restarting apache with 'LC_ALL=en_US apachectl restart' command. also try restarting apache if you use some kind of php cache. can't reproduce your error on vanilla php 5.0.1 install. > I'm running Mandrake 10.0, > > > Here is the output from Apache showing all the versions of PHP, Apache > and modules. > > Welcome to pangloss.grandprixsw.com:8000 > This site is powered by: Apache-AdvancedExtranetServer/2.0.48 (Mandrake > Linux/5mdk) mod_perl/1.99_11 Perl/v5.8.3 PHP/5.0.1 mod_ssl/2.0.48 > OpenSSL/0.9.7c! > > > I'm running courier-imap. > > > You can see what my genterated config.php file is by going to > http://pangloss.grandprixsw.com:8000/config.php.txt > > > When I run php -i from the command line on my linux machine I see php > version 5 and everything looks normal. > > Derek > > > > ----Original Message Follows---- > From: p dont think <[EMAIL PROTECTED]> > To: Derek Ealy <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] error on login page > Date: Thu, 07 Oct 2004 15:03:35 -0700 > > > > Derek Ealy wrote: > > >> Here is line 78 of config.php >> >> >> $theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php'; >> >> >> When I got to work this morning I had a browser that was open and was >> already logged into SquirrelMail. From there I was able to see and delete >> my emails. So it appears that the problem is only related to the login >> screen. > > Looks OK. You should give some context lines, too. Moreover, you > should read this: > >> Posting Guidelines: >> http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines >> > > Then post more details. Perhaps when you rebooted, a very old version > of PHP started up, or something else very fishy. (try looking at > phpinfo()). > > - paul ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- 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
