Hello Kevin, On Tuesday, July 22, 2003, [EMAIL PROTECTED] wrote... > This is the URL given to me by my ISP for my website squirrel mail account. > http://betzy.com/squirrelmail/src/login.php
> For the past two days the language at this URL has changed from English to > something else and back again randomly. I can log on to my main e-mail identity > but I am unable to log in to a second e-mail identity to access some attachments > that are there. I was able to access the account and the attachments last week. > Now I receive the following error message: > Fatal error: Call to undefined function: quoteımap() in > /home/virtual/site286/fst/var/www/squirrelmail/functions/imap_general.php on > line 223 Apart from using a very ancient version of SquirrelMail, the problem is related to some languages converting I into some other characters. This, for some unknown reason, is an issue in PHP which decides it likes to change names for functions (bad PHP). We did correct that in a later version by making quoteIMAP as quoteimap. I suggest you contact your provider, and see if they'll upgrade, or replace all occurances of the word quoteIMAP with quoteimap. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
