Wordpress offers ProPlayer media plugin for it's users. It is one most popular media plugin for wordpress, but since wordpress has been updated to 3.2.1, this plugin shows error, because it was made for previous engine: "This Playlist is not a valid XML file".
Plugin creator gone south, but people say, that this error can be fixed easily by entering
into php.ini file.
I tried to enter it through "PHP Variables Manager", but it shows error: "Variable error_reporting = E_ALL & ~E_DEPRECATED unknown!
After I tried this few more times, it gave nothing, but people say, it helps them.
I need to enter this into php.ini somehow, to make ProPlayer plugin work.
Help Wordpress users to make stuff work, my friends.
http://www.pressessentials.com/2009/08/proplayer-this-playlist-is-not-a-valid-xml-file/
Plugin creator gone south, but people say, that this error can be fixed easily by entering
Code:
[COLOR=#333333][FONT=Verdana]error_reporting = E_ALL & ~E_DEPRECATED[/FONT][/COLOR]
I tried to enter it through "PHP Variables Manager", but it shows error: "Variable error_reporting = E_ALL & ~E_DEPRECATED unknown!
After I tried this few more times, it gave nothing, but people say, it helps them.
I need to enter this into php.ini somehow, to make ProPlayer plugin work.
Help Wordpress users to make stuff work, my friends.
http://www.pressessentials.com/2009/08/proplayer-this-playlist-is-not-a-valid-xml-file/
Last edited: