<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: PHP version</title>
		<link>http://www.themolitor.com/forums/topic/php-version</link>
		<description>THE MOLITOR FORUMS &#187; Topic: PHP version</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 20:51:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/php-version" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-27082</link>
			<pubDate>Mon, 10 Feb 2014 11:18:56 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27082@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up and sharing your findings! :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanova on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-27068</link>
			<pubDate>Mon, 10 Feb 2014 06:46:05 +0000</pubDate>
			<dc:creator>vanova</dc:creator>
			<guid isPermaLink="false">27068@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris<br />
your change don't solve my problem.<br />
I finally solve the problem by changing my web hosting provider AND modifiy :<br />
<pre><code>$embed = $data[ &#039;embed_content&#039; ];</code></pre>
<p>by<br />
<pre><code>$embed = $data-&#62;embed_content;</code></pre>
<p>you can close my request</p>
<p>thanks for your Help</p>
<p>best regards<br />
Vanova
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26889</link>
			<pubDate>Mon, 03 Feb 2014 10:24:56 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26889@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>With the latest version of the theme, open up functions.php and change the following on line 222 from this...</p>
<pre><code>&#60;input type=&#34;text&#34; name=&#34;&#60;?php echo $meta_box[ &#039;name&#039; ]; ?&#62;&#34; value=&#34;&#60;?php echo htmlspecialchars( $data[ $meta_box[ &#039;name&#039; ] ] ); ?&#62;&#34; /&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;input type=&#34;text&#34; name=&#34;&#60;?php echo $meta_box[ &#039;name&#039; ]; ?&#62;&#34; value=&#34;&#60;?php if(isset($meta_box[ &#039;name&#039; ])){echo htmlspecialchars( $data[ $meta_box[ &#039;name&#039; ] ] );} ?&#62;&#34; /&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanova on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26873</link>
			<pubDate>Mon, 03 Feb 2014 06:36:35 +0000</pubDate>
			<dc:creator>vanova</dc:creator>
			<guid isPermaLink="false">26873@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I tested The curator Theme with different PHP server version<br />
and following the version, the theme work or not:</p>
<p>wamp 5.3.13--&#62; ok<br />
wamp 5.4.16--&#62; php error<br />
my provider 5.5.3--&#62; php error<br />
xampp 5.5.6--&#62; php error</p>
<p>Thanks<br />
Best regards</p>
<p>Vanova
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26702</link>
			<pubDate>Mon, 27 Jan 2014 11:30:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26702@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sometimes errors pop up after importing demo content because WordPress doesn't always know how to handle custom post options since they're unique to this theme.</p>
<p>As long as the errors don't show for NEW posts/pages, you should be fine.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanova on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26683</link>
			<pubDate>Mon, 27 Jan 2014 09:00:42 +0000</pubDate>
			<dc:creator>vanova</dc:creator>
			<guid isPermaLink="false">26683@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,I deleted the error field and the message go away...<br />
I remove all my install (unistall wampserver and deleted all related files..) and reinstall all clean</p>
<p>and i obtain directly php error and nothing other.</p>
<p>I now that you are not supposed to debug personal php files, but you theme should normally work after first install? (without personal modify) </p>
<p>I tested the other demo word press theme and they work without error (does mean my install is ok)<br />
(wamp server 2.4; wordpress 3.8 theme curator: 1.4.2)</p>
<p>can i send to you a print screen of php error ? if you need </p>
<p>thanks<br />
Vanova
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26645</link>
			<pubDate>Fri, 24 Jan 2014 09:41:01 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26645@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Very strange. Are you able to remove that from the field and save the post? If so, do the error messages go away?</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanova on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26636</link>
			<pubDate>Fri, 24 Jan 2014 03:01:45 +0000</pubDate>
			<dc:creator>vanova</dc:creator>
			<guid isPermaLink="false">26636@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I found the following error:</p>
<p>Embedded Content</p>
<p>&#60;font size='1'&#62;&#60;table class='xdebug-error xe-warning' dir='ltr' border='1' cellspacing='0' cellpadding='1'&#62;&#60;tr&#62;&#60;th align='left' bgcolor='#f57900' colspan=</p>
<p>Warning: Illegal string offset 'embed_content' in D:\wamp\www\wp-content\themes\curator\functions.php on line 222 Call Stack #TimeMemoryFunctionLocation 10.0000200776{main}( )..\post.php:0 20.220012718160include( 'D:\wamp\www\wp-admin\edit-form-advanced.php' )..\post.php:205 30.310013289856do_meta_boxes( )..\edit-form-advanced.php:553 40.310013291736call_user_func ( )..\template.php:924 50.310013291752display_meta_box( )..\template.php:924 " /&#62; </p>
<p>Thanks<br />
Regards<br />
Vanova
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26607</link>
			<pubDate>Thu, 23 Jan 2014 10:04:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26607@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>It might have to do with that.</p>
<p>Can you check the post edit screen for those posts and make sure there are no errors in the Custom Post Options?</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanova on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26595</link>
			<pubDate>Thu, 23 Jan 2014 00:41:19 +0000</pubDate>
			<dc:creator>vanova</dc:creator>
			<guid isPermaLink="false">26595@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Effectively after a small modification on the customize page and my website appears,<br />
but I have php error that prevent the display of my images.</p>
<p>luxanova.ch</p>
<p>I make for test a clean install on a personal  computer with a Wampsever (php 5.4)<br />
I install wordpress 3.8 and load the last curator version, and without modify any original file,<br />
i obtain Php error, </p>
<p>do you think this problem is related to the php server configuration like a syntax compatibility level.</p>
<p>Thanks<br />
Iwan
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26579</link>
			<pubDate>Wed, 22 Jan 2014 10:54:01 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26579@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The PHP version shouldn't matter. Regarding the white page, when you update the theme to a newer version, be sure to review the Customize page as there may be some new options you need to review/apply.</p>
<p>As a general rule, I always recommend users change something on the customize page, click save and then change the setting back to make sure the options are all updated and have correct information.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>vanova on "PHP version"</title>
			<link>http://www.themolitor.com/forums/topic/php-version#post-26567</link>
			<pubDate>Wed, 22 Jan 2014 03:10:07 +0000</pubDate>
			<dc:creator>vanova</dc:creator>
			<guid isPermaLink="false">26567@http://www.themolitor.com/forums/</guid>
			<description><p>Hi ,<br />
my provider update is PHP server to version 5.5.3</p>
<p>and my site return  php error :Warning: Illegal string offset<br />
<a href="http://www.luxanova.ch/?p=25" rel="nofollow">http://www.luxanova.ch/?p=25</a></p>
<p>my actual version of the curator is 1.2.4 and word press 3.8</p>
<p>and when i update the curator to 1.4.2 all my page is white</p>
<p>what is the correct initial environment (php version) for this theme  without having to correct all the php code ( i m not php expert) </p>
<p>thanks for your help</p>
<p>Vanova
</p></description>
		</item>

	</channel>
</rss>
