The error message "Language string failed to load" is generated in PHPMailer::Lang() in class.phpmailer.php when it tries to translate an error message into some himan language and can't find a file named "language/phpmailer.lang-??.php"" where ?? is the two letter code for the language. So instead of getting an error message describing the original error, you get an error message describing the inability to translate the original error message (which is an English string).
Personally I'm not impressed by this method of handling error messages. -- Walt On Wed, 2007-05-16 at 17:19 -0700, AllAboutMormons.com Webmaster wrote: > Hi all, > > I'm trying to get PHPMailer to work but am having some trouble. Would you > mind taking a look at the page http://www.allaboutmormons.com/temp.php and > giving me some advice? > > Thanks, > > Jacob > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
