<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Contact Form (Deprecated: Function) error</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 15:41:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22127</guid>
					<title><![CDATA[Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22127</link>
					<pubDate>Tue, 02 Jun 2015 13:44:23 +0000</pubDate>
					<dc:creator>BigWorld</dc:creator>

					<description>
						<![CDATA[
						<p>HI, I just tested the contact form on a site built with the Savia theme and received the Error message below. How can I fix this?</p>
<p>Thanks for your help!</p>
<p>Deprecated: Function eregi() is deprecated in /data/www/html/elaine/wp-content/themes/Savia/contact.php on line 48</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22132</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22132</link>
					<pubDate>Wed, 03 Jun 2015 14:08:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You can try substituting it with &#8220;preg_match&#8221;. Anyway your notices should be off by default just in case&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22135</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22135</link>
					<pubDate>Wed, 03 Jun 2015 14:45:34 +0000</pubDate>
					<dc:creator>BigWorld</dc:creator>

					<description>
						<![CDATA[
						<p>HI, I will try that. But I am not sure what you mean by &#8216;your notices should be off by default just in case&#8217;. Sorry&#8230; can you explain where/how I do that?<br />
Thanks much. BTW, I like the theme a lot.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22139</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22139</link>
					<pubDate>Thu, 04 Jun 2015 13:40:19 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You set your Notices OFF by default either in your .htaccess file, hosting settings or wp_config.php, ask your webhosting which is best for your specific case. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22167</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22167</link>
					<pubDate>Mon, 08 Jun 2015 14:30:52 +0000</pubDate>
					<dc:creator>BigWorld</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22169</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22169</link>
					<pubDate>Tue, 09 Jun 2015 08:22:35 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Elaine,</p>
<p>Simply replace the <code>eregi</code> with <code>preg_match</code> in contact.php.</p>
<p>Also in your wp-config.php make sure you have this:</p>
<p><code>define(&#039;WP_DEBUG&#039;, false);</code></p>
<p>instead of this:</p>
<p><code>define(&#039;WP_DEBUG&#039;, true);</code></p>
<p>that should do it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22173</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22173</link>
					<pubDate>Thu, 11 Jun 2015 23:15:34 +0000</pubDate>
					<dc:creator>BigWorld</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22174</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22174</link>
					<pubDate>Fri, 12 Jun 2015 07:57:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again, in that case pls provide me with access to your admin(use the private post checkbox), I will be happy to fix that for you with your server specific features. That will help others with the same issue.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22176</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22176</link>
					<pubDate>Fri, 12 Jun 2015 13:19:10 +0000</pubDate>
					<dc:creator>BigWorld</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22183</guid>
					<title><![CDATA[Reply To: Contact Form (Deprecated: Function) error]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-deprecated-function-error/#post-22183</link>
					<pubDate>Sun, 14 Jun 2015 15:26:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Yes, we better wait till you move it, sure.<br />
As far as PHP Notices &#8230; I highly doubt YOAST relies on PHP notices&#8230; they are just code warnings and notices, here&#8217;s an example:</p>
<p><a href="http://www.zootemplate.com/blog/how-to-disable-notice-and-warning-in-phpini-file" rel="nofollow">http://www.zootemplate.com/blog/how-to-disable-notice-and-warning-in-phpini-file</a></p>
<p>Did you use the debug mode to switch them on/off or in the php.ini or where? </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

