Title: WordPress   ProPlayer   bbPress = XML ?
Last modified: August 19, 2016

---

# WordPress ProPlayer bbPress = XML ?

 *  [ced64k](https://wordpress.org/support/users/ced64k/)
 * (@ced64k)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/)
 * Hi,
 * I have **WordPress 2.8** and **bbPress 1.0 RC3** inside the “forum” folder. With
   deep integration (mysql, cookie, header, etc). When **ProPlayer** is actived 
   in WordPress, if I try to access to any bbPress forum page, I have only a xml
   file :
 *     ```
       <?xml version='1.0' encoding='utf-8'?>
       <playlist xmlns='http://xspf.org/ns/0/' version='1'>
       	<trackList>
       		<track>
       			<location>/forum/forum.php</location>
       			<meta rel='type'>image</meta>
       			<image>/forum/forum.php</image>
       		</track>
       	</trackList>
       </playlist>
       ```
   
 * Any idea ?

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [isa.goksu](https://wordpress.org/support/users/isagoksu/)
 * (@isagoksu)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1119841)
 * [@ced64k](https://wordpress.org/support/users/ced64k/), first off all I’ve never
   tried this combination. So my answer might not be accurate. However, I do think
   somehow something is invoking the playlist-controller.php file. Without seeing
   your code base it’s very hard to tell anything. If you can send me some test 
   URL I can look at it.
 * Best,
    Isa
 *  Thread Starter [ced64k](https://wordpress.org/support/users/ced64k/)
 * (@ced64k)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1119854)
 * I make further investigation. It’s not caused by bbPress. Every url like this
   return a xml playlist file when ProPlayer is active:
 *     ```
       http://mysite.com/anyfolder/?id=anyvalue
       http://mysite.com/anyfolder/otherfolder/?id=anyvalue
       ```
   
 * I also tried with or without permalinks.
 * Thanks.
 *  Thread Starter [ced64k](https://wordpress.org/support/users/ced64k/)
 * (@ced64k)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1119878)
 * I found the same bug on another site using ProPlayer :
 * [http://17film.info/blablablabla/?id=blablablabla](http://17film.info/blablablabla/?id=blablablabla)
 * So the problem is here ?
 *     ```
       if (!empty($_GET["id"])) {
          header("Content-type: application/xml");
          $xml = $playlistController->getPlaylist($_GET["id"]);
       ```
   
 *  Thread Starter [ced64k](https://wordpress.org/support/users/ced64k/)
 * (@ced64k)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1119909)
 * Quick and dirty fix:
 * **playlist-controller.php (line 150)**. I remplaced this :
 * `if (!empty($_GET["id"])) {`
 * with :
 * `if (!empty($_GET["id"]) && !strpos($_SERVER['REQUEST_URI'],'forum') === true){`
 * Waiting for a better solution 😉
 *  [isa.goksu](https://wordpress.org/support/users/isagoksu/)
 * (@isagoksu)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1119911)
 * [@ced64k](https://wordpress.org/support/users/ced64k/), that’s really interesting.
   I still don’t get why playlist-controller.php is being invoked :S
 * I’ll look at that in ASAP and will let u know.
 *  Thread Starter [ced64k](https://wordpress.org/support/users/ced64k/)
 * (@ced64k)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1120013)
 * [@isa](https://wordpress.org/support/users/isa/).goksu, it seems solved with 
   the v4.5.1, thanks 🙂
 *  [isa.goksu](https://wordpress.org/support/users/isagoksu/)
 * (@isagoksu)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1120016)
 * [@ced64k](https://wordpress.org/support/users/ced64k/), yeah I know. After your
   warning, I’ve fixed that 🙂
 * 10x for letting me know.
 * Best,
    Isa

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘WordPress ProPlayer bbPress = XML ?’ is closed to new replies.

 * 7 replies
 * 2 participants
 * Last reply from: [isa.goksu](https://wordpress.org/support/users/isagoksu/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/wordpress-proplayer-bbpress-xml/#post-1120016)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
