<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>WordPress Plugin Support Forum | WebDevStudios.com</title>
	<link>http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install</link>
	<description><![CDATA[Open Source Website Development and Design]]></description>
	<generator>Simple:Press Forum Version 4.0.4</generator>
	<atom:link href="http://webdevstudios.com/support/forum?nextgen-public-uploader&#038;fatal-parse-error-on-install&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>WDS-Scott on Fatal parse error on install</title>
	<link>http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p143</link>
	<category>NextGEN Public Uploader</category>
	<guid isPermaLink="true">http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p143</guid>
	<description><![CDATA[<p>Yes, PHP5 is required for this plugin as for now.</p>
<p>Looking to see how hard it would be to make it PHP4 friendly.</p>
<p>As far as it not showing. In 2.8.5 the user role &#8220;Visitor&#8221; does not work. Try using subscriber-admin.</p>
<p>Let me know if that fixes it for now.</p>
<p>Thanks!</p>
<p>Scott</p>
]]></description>
	<pubDate>Wed, 28 Oct 2009 17:52:33 +0000</pubDate>
</item>
<item>
	<title>Llasse on Fatal parse error on install</title>
	<link>http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p124</link>
	<category>NextGEN Public Uploader</category>
	<guid isPermaLink="true">http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p124</guid>
	<description><![CDATA[<p><strong>SOLVED</strong></p>
<p>The Plugin need PHP5 &#8211; to use PHP5 (if your host lets you) put the following line in your .htaccess:</p>
<br />
<div class="sfcode">AddHandler php5-cgi .php</div>
<br />
<p>Sorry for the three posts it took me, maybe this will help people get to this page and find the solution <img class="wp-smiley" src="/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<br />
<p>HOWEVER: The Plugin doesn&#39;t seem to work.. &#160;neither does it display the widget (only the title of the widget) nor does it show an upload form, when I use the shortcode.. (but it seems to process it somehow, as the shortcode is not displayed on the page).</p>
<p>Help again!</p>
<br />
]]></description>
	<pubDate>Wed, 21 Oct 2009 12:50:32 +0000</pubDate>
</item>
<item>
	<title>Llasse on Fatal parse error on install</title>
	<link>http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p123</link>
	<category>NextGEN Public Uploader</category>
	<guid isPermaLink="true">http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p123</guid>
	<description><![CDATA[<p>Oh and these are my first 20 lines of the old (1.2.2_DE) and the new (1.3) version of npu-upload.php</p>
<br />
<p>old:</p>
<br />
<div class="sfcode">
<p>&#60;?php</p>
<p>if (!class_exists(&#8221;npuGalleryUpload&#8221;)) {</p>
<br />
<p>&#160;&#160; &#160;class npuGalleryUpload</p>
<p>&#160;&#160; &#160;{</p>
<p><strong>&#160;&#160; &#160; &#160; &#160;public $arrImageIds;</strong></p>
<p>&#160;&#160; &#160; &#160; &#160;public $strGalleryPath = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $blnRedirectPage = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrUploadedThumbUrls = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrUploadedImageUrls = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrErrorMsg = array();</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrImageNames = array();</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrImageMeta = array();</p>
<p>&#160;&#160; &#160; &#160; &#160;public $strTitle = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $strDescription = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $strKeywords = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $strTimeStamp = false;</p>
<p><span> </span>public $arrImageMsg = array();</p>
<br />
<p>&#160;&#160; &#160; &#160; &#160;public function __construct()</p>
</div>
<p>new:</p>
<br />
<div class="sfcode">
<p>&#60;?php</p>
<br />
<p>/* ####################### */</p>
<p>/* NextGEN Public Uploader */</p>
<p>/* ####################### */</p>
<br />
<p>if (!class_exists(&#8221;npuGalleryUpload&#8221;)) {</p>
<br />
<p>&#160;&#160; &#160;class npuGalleryUpload</p>
<p>&#160;&#160; &#160;{</p>
<p><strong>&#160;&#160; &#160; &#160; &#160;public $arrImageIds;</strong></p>
<p>&#160;&#160; &#160; &#160; &#160;public $strGalleryPath = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $blnRedirectPage = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrUploadedThumbUrls = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrUploadedImageUrls = false;</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrErrorMsg = array();</p>
<p><span> </span>public $arrImageMsg = array();</p>
<p><span> </span>public $arrErrorMsg_widg = array();</p>
<p><span> </span>public $arrImageMsg_widg = array();</p>
<p>&#160;&#160; &#160; &#160; &#160;public $arrImageNames = array();</p>
</div>
<br />
<div>As you see I highlighted the lines I think it has problems with.. but I cannot make any sense of this.. might this be a PHP-version problem? (And how could I fix it?)</div>
<div>Please brainstorm and help <img class="wp-smiley" src="/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></div>
<p><br /> Edit: Sorry, I think I didn&#39;t use the forum search correctly, as the topic has already been brought up by someone else.&#160;</p>
<p>I am using&#160;</p>
<blockquote>
<p>PHP Version 4.3.10-22 and PHP Version 4.4.9</p>
</blockquote>
<p>on the two servers..</p>
]]></description>
	<pubDate>Wed, 21 Oct 2009 12:34:43 +0000</pubDate>
</item>
<item>
	<title>Llasse on Fatal parse error on install</title>
	<link>http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p122</link>
	<category>NextGEN Public Uploader</category>
	<guid isPermaLink="true">http://webdevstudios.com/support/forum/nextgen-public-uploader/fatal-parse-error-on-install/#p122</guid>
	<description><![CDATA[<p>This is just the Plugin that I really need! I thought my problems were Version-Problems, so I waited for the new one to come out, but I still get the error on 1.3:</p>
<p>The plugin could not be activated because it caused a fatal error:</p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong>
<div class="sfcode"><strong>Parse error</strong>: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#39;}&#39; in&#160;<strong>/www/htdocs/w00bc2f4/wp-content/plugins/nextgen-public-uploader/inc/npu-upload.php</strong>&#160;on line&#160;<strong>11</strong></div>
</strong></p>
<br />
<p><span style="font-weight: normal;">Although the older version (1.2.2) caused the error in line 6 (here on another server so the path differs, but it also has the exact same problem)</span></p>
<p><strong></strong></p>
<p><strong>
<div class="sfcode"><strong>Parse error</strong>: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#39;}&#39; in<strong>/home/franzis/public_html/wordpress/wp-content/plugins/nextgen-public-uploader/inc/npu-upload.php</strong>&#160;on line&#160;<strong>6</strong></div>
</strong></p>
<p><span style="font-weight: normal;">Do you have any idea how I can solve this problem? I really need the plugin (it sounds awesome!)</span></p>
<p>Oh, btw: I have NextGEN installed and working (except for an error on one of the servers, where it creates thumbnails correctly, but gives the error message: [more] 1 &#160;(which is really weird...)</p>
<p>Peace,&#160;</p>
<p>Lasse</p>
<br />
<br />
]]></description>
	<pubDate>Wed, 21 Oct 2009 12:24:15 +0000</pubDate>
</item>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: webdevstudios.com @ 2010-09-08 23:51:50 -->