sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 6 forks source link

blank page when using the plugin #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. joomla 3.1
2. place plugin syntax into an article
3.

What is the expected output? What do you see instead? Expected to see the list 
of files and players. The entire page loads blank. Even removes other content 
on the page that worked before such as the menu, logo, and basically the entire 
template. Everything works again on the page once the syntax is removed. 

What version of the product are you using? On what operating system? version 
2.7. 

Please provide any additional information below.
Not sure if this issue is happening because of the newer version of joomla but 
it looks like it installed fine. 

Original issue reported on code.google.com by dru1...@gmail.com on 1 Jun 2013 at 10:58

GoogleCodeExporter commented 9 years ago
Is there any errors to work with, e.g. in your PHP log file?

Original comment by sanderverh on 1 Jun 2013 at 11:00

GoogleCodeExporter commented 9 years ago
I tested it on 3.1.1 and observed the same problem. It can be fixed by adding 
the following at line 21 of MusicFolder.php:

jimport('joomla.filesystem.folder');

Please let me know if you have any other issues under 3.1.

Original comment by sanderverh on 2 Jun 2013 at 8:40

GoogleCodeExporter commented 9 years ago
Thank you!! It works perfectly now! Since joomla 3 is all about responsive 
capability I built my site with the idea that it would be used across all 
devices. Is there a way to make the player work on iOSdevices? Not a big deal 
since the download link opens up the quicktime player but it would be nice for 
the user to hit the play button and not have a new window open. 

In any case, this an awesome plugin and I really thank you for the quick 
response on my issue!

Original comment by dru1...@gmail.com on 2 Jun 2013 at 12:07

GoogleCodeExporter commented 9 years ago
If you're happy feel free to leave a good review on the Joomla Extensions 
Directory. However, I've never tested the plugin for 3/3.1 and issues #21 and 
#22 may be testimony to that.

If you want to use a different player, this may be of help:

http://code.google.com/p/mp3-browser/wiki/PlayerCode

Original comment by sanderverh on 3 Jun 2013 at 4:52

GoogleCodeExporter commented 9 years ago
Fixed in HEAD

Original comment by sanderverh on 3 Jun 2013 at 5:05

GoogleCodeExporter commented 9 years ago
I had the same issue with Joomla 2.5.  All my pages were blank after installing 
this extension. Editing MusicFolder.php as suggested fixed the blank page 
problem for me. (I'm still just seeing the "{music}folder/name{/music}" in my 
content instead of the control, but that's likely a different problem, and I'm 
troubleshooting that next.)

Original comment by nhek...@gmail.com on 14 Jul 2013 at 10:26

GoogleCodeExporter commented 9 years ago
Did you get that resolved? Did you not accidentally have the plugin disabled? 
(Sorry for suggesting something so stupid...)

Original comment by sanderverh on 16 Jul 2013 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by sanderverh on 17 Jul 2013 at 7:10