Home › Support › NextGEN Public Uploader › Fatal parse error on install
| Author | Posts |
|---|---|
| Author | Posts |
| October 21, 2009 at 12:24 pm #243 | |
|
admin |
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:
<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> <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> |
| October 21, 2009 at 12:34 pm #244 | |
|
admin |
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 old: <div class=”sfcode”> class npuGalleryUpload public function __construct() <div class=”sfcode”> /* ####################### */ if (!class_exists(”npuGalleryUpload”)) { class npuGalleryUpload <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> Edit: Sorry, I think I didn't use the forum search correctly, as the topic has already been brought up by someone else.
on the two servers.. |
| October 21, 2009 at 12:50 pm #245 | |
|
admin |
SOLVED <div class=”sfcode”>AddHandler php5-cgi .php</div> 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=”:)” /> HOWEVER: The Plugin doesn't seem to work.. 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). |
| October 28, 2009 at 5:52 pm #246 | |
|
admin |
Yes, PHP5 is required for this plugin as for now. |