0
Hi
I installed latest module for JW player and the plugin but can't seem to get it working at all. I get error
Please advise
I installed latest module for JW player and the plugin but can't seem to get it working at all. I get error
Fatal error: Class 'JParameter' not found in /home/sikhroot/public_html/12/plugins/muscolplayers/jwplayer/jwplayer.php on line 23
Please advise
Responses (3)
-
Accepted Answer
0UPDATE : I done a search on the forum and found some previous related threads. I noticed that in the code it has :
$params = new JParameter( $plugin->params );
I changed JParameter to JRegistry as so:
$params = new JRegistry( $plugin->params );
The page now loads BUT the playlist image buttons (add to playlist and play) are now broken. They weren't broken before. And the JWPlayer still doesnt work despite the page loading. -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »