<?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: PHP7</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/php7/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/php7/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 10:03:21 +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/php7/#post-33075</guid>
					<title><![CDATA[PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33075</link>
					<pubDate>Fri, 27 Jul 2018 12:46:40 +0000</pubDate>
					<dc:creator>z25marketing</dc:creator>

					<description>
						<![CDATA[
						<p>I posted this question on the wrong forum, so I&#8217;m posting it again to hopefully make more sense. We just transferred our website to siteground and are seeing this as an error. I’m not sure what this means, can you help?</p>
<p>————————————————————————————————————————————–</p>
<p>FILE: /home/melis326/public_html/premiermedspachatt.com/wp-content/themes/fortuna/includes/boc_widgets.php<br />
———————————————————————————————————-<br />
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES<br />
———————————————————————————————————-<br />
17 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.<br />
97 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.<br />
———————————————————————————————————-</p>
<p>I&#8217;m using visual composer version 5.5.2</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33076</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33076</link>
					<pubDate>Mon, 30 Jul 2018 06:28:16 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Which theme version are you using? <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/php7/#post-33077</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33077</link>
					<pubDate>Mon, 30 Jul 2018 11:52:29 +0000</pubDate>
					<dc:creator>z25marketing</dc:creator>

					<description>
						<![CDATA[
						<p>version 2.10</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33078</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33078</link>
					<pubDate>Tue, 31 Jul 2018 06:02:24 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>In that case you can simply edit your themes/fortuna/includes/boc_widgets.php file and replace:</p>
<p><code>function boc_latest() {</code></p>
<p>with</p>
<p><code>function __construct()</code></p>
<p>and</p>
<p><code>function contact_info_widget()</code></p>
<p>with </p>
<p><code>function __construct()</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33079</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33079</link>
					<pubDate>Tue, 31 Jul 2018 06:08:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Then below each change this:</p>
<p><code>$this-&gt;__construct</code></p>
<p>to this:</p>
<p><code>parent::__construct</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33080</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33080</link>
					<pubDate>Tue, 31 Jul 2018 14:12:32 +0000</pubDate>
					<dc:creator>z25marketing</dc:creator>

					<description>
						<![CDATA[
						<p>tried that and got this message:</p>
<p>Your PHP code changes were rolled back due to an error on line 17 of file wp-content/themes/fortuna/includes/boc_widgets.php. Please fix and try saving again.<br />
syntax error, unexpected &#8216; &#8216; (T_STRING), expecting function (T_FUNCTION)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33081</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33081</link>
					<pubDate>Wed, 01 Aug 2018 10:33:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Here is the whole file, copy and paste in your php file:</p>
<p><a href="http://blueowlcreative.com/TMP/boc_widgets.txt" rel="nofollow">http://blueowlcreative.com/TMP/boc_widgets.txt</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33087</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33087</link>
					<pubDate>Thu, 02 Aug 2018 18:17:25 +0000</pubDate>
					<dc:creator>z25marketing</dc:creator>

					<description>
						<![CDATA[
						<p>That fixed one of the warnings.  Now I am seeing this&#8230; Isn&#8217;t the custom post template one that came with the theme?</p>
<p>FILE: /home/melis326/public_html/premiermedspachatt.com/wp-content/plugins/custom-post-template/plugin.php<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
 509 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33089</guid>
					<title><![CDATA[Reply To: PHP7]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php7/#post-33089</link>
					<pubDate>Fri, 03 Aug 2018 07:35:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s in a plugin as you can see, you can modify the plugin file the same way as you did the other ones. Overall I wouldn&#8217;t even worry about these warnings, they are not errors, just warnings that shouldn&#8217;t show on your production environment as you should have them OFF there.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

