<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSS SEO web design content management systems ecommerce solutions &#124; EQUALSERVING &#187; PHP Scripting</title>
	<atom:link href="http://www.equalserving.com/blog/category/php-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.equalserving.com/blog</link>
	<description>Solutions to Your IT Problems</description>
	<lastBuildDate>Sat, 06 Dec 2008 04:30:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Phpmailer Language string failed to load</title>
		<link>http://www.equalserving.com/blog/2008/04/phpmailer-language-string-failed-to-load/</link>
		<comments>http://www.equalserving.com/blog/2008/04/phpmailer-language-string-failed-to-load/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 21:02:54 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP Scripting]]></category>

		<guid isPermaLink="false">http://www.equalserving.com/blog/?p=4</guid>
		<description><![CDATA[I have seen many posts from people who have installed phpmailer in the hopes of improving their mail capabilities on their site only to be confounded by the language string error -
Phpmailer Language string failed to load
Having just resolved the problem myself, I thought I would just document my remedy in the hopes that it [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen many posts from people who have installed phpmailer in the hopes of improving their mail capabilities on their site only to be confounded by the language string error -</p>
<p><b>Phpmailer Language string failed to load</b></p>
<p>Having just resolved the problem myself, I thought I would just document my remedy in the hopes that it will save someone else some time.</p>
<p>One solution I found in my search was altering the include path using a statement like -</p>
<pre>set_include_path(get_include_path() . PATH_SEPARATOR . "/path_to_class/class/phpmailer");</pre>
<p>But this change did not correct the problem for me.  I looked further into the phpmailer documentation and found the SetLanguage method.  I added the following lines to my code and the problem was resolved.</p>
<pre>$lang_path = "/path_to_class_directory/class/phpmailer/language/";
$lang_type = "en";
$mail-&gt;SetLanguage($lang_type, $lang_path);</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.equalserving.com/blog/2008/04/phpmailer-language-string-failed-to-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
