I havn't worked with the code side of Squirrelmail (only the user side) but just a guess, check the variables and such being used on line 104. I'm guessing that one of them is null (value == "" or something). Probablems like this usually occur when the command wants certain information to be able to do it's job and it's not getting that info. If you didn't make any changes to the login,php script, and assuming that the version of Squirrelmail you have SHOULD work ok, then the next thing I'd check is the values of the variables being used on that sprintf() command.
I've traced problems like this back to a bad database connection or some other connection that should have populated the variables being used. Most frequently, I get an error on "array_key_exists", or "in_array", or "foreach ($array..." when my DB connection fails and I'm not populating the array, but sounds like a similar thing. Good luck! -TG > -----Original Message----- > From: Jose Castilla Gallardo > [mailto:[EMAIL PROTECTED] > Sent: Monday, September 06, 2004 2:20 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: WELCOME to [EMAIL PROTECTED] > > > Hi, i have installing php with squirrelmail and when run > squirrelmail > found this messages: > > "PHP Warning: sprintf(): Too few arguments in > ........webmail\src\login.php on line 104 " > > Do you know what happend??? > > > Saludos > _______________________________________ > > > > > > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php