Plugin
UniversalPlayground - Flickr slideshow plug-intrazi PHP 5 i ne mogu da ga pokrenem jer ja imam PHP4.
Sad, posto sam ja pocetnik nemam pojma sta treba odraditi i kako instalirati PHP5.
U helpu pise sledece:
When you get a parse error like this:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /..../..../plugins/content/flickrslideshows.php on line 36
Your website is running on PHP4. Please install PHP5 and add the following to the .htaccess file in the main directory of Joomla:
AddHandler application/x-httpd-php5 .php
This should solve the problem.
What if you cannot get PHP5 in any way:
I'm sorry, but we don't support php4. You are allowed to make changes to the plugin to make it compattible to PHP4. The changes required are the result of differences in object oriented progamming in php4 and php5.
Object oriented programming in PHP4
http://www.php.net/manual/en/language.oop.phpObject oriented programming in PHP5
http://www.php.net/manual/en/language.oop5.phpHope this helps.