Hello,
i try proPlayer and i have this error : Parse error: syntax error, unexpected ‘]’, expecting ‘(‘ in /mnt/129/sdb/6/f/web.codeur/wp-content/plugins/proplayer/pro-player.php on line 65
after looking the proplayer.php and constants.php files, it seems that the author make mistake between PHP4 & PHP5.
the guys who have this error use PHP4.
if you don’t want this error, you need to upgrade to PHP5 or make a lot of modification in the proplayer php files ->
- delete the Constant class
- replace each variables in “constants.php” by a define()
- make all modifications in files calling Constant variable