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 5 forks source link

Blank page when show the "Extended Info" #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tick "Show" next to "Extended Info"
2. Save -> View Site
3. Go to article that should have table of MP3s

What is the expected output? 
A Table of MP3s

What do you see instead?
A Blank Page

What version of the product are you using? On what operating system?
Joomla - 3.3.3
mp3 Browser - 0.3.1
Tepmplate - Protostar

Please provide any additional information below.
My workaround was to change the MusicItem.php and HtmlNameColumn.php per my 
comment on Issue 33

sanderverh: Where do I find the logs you asked for in comment 17 of Issue 33?

Original issue reported on code.google.com by jmckean...@gmail.com on 20 Sep 2014 at 3:20

GoogleCodeExporter commented 9 years ago
Could you post the error message as asked in issue 33?

Original comment by sanderverh on 29 Oct 2014 at 5:20

GoogleCodeExporter commented 9 years ago
Where do I find said logs?

Original comment by jmckean...@gmail.com on 29 Oct 2014 at 2:32

GoogleCodeExporter commented 9 years ago
Sorry for not picking up on this earlier. I meant the PHP logs of your system, 
depending on your system, this may be something like /var/log/php_errors.log.

Original comment by sanderverh on 19 Dec 2014 at 10:01

GoogleCodeExporter commented 9 years ago
Call me stupid, but I cannot find the log file. I have logging turned on and it 
should be logging to php_errors.log, but the file does not exist...

Not sure how to proceed. 

Original comment by jmckean...@gmail.com on 19 Dec 2014 at 4:36

GoogleCodeExporter commented 9 years ago
I can't support you much with PHP. Not because I don't want to, but because I'm 
by no means an expert. I do see notices and failures end up in 
/var/log/php_errors.log on some Linux machine, and in the PHP error log that I 
can find through the IIS Manager on some Windows machine. Perhaps your PHP 
logging configuration is too minimal, I'm sure there's better resources on the 
web than me :)

Original comment by sanderverh on 24 Dec 2014 at 6:45

GoogleCodeExporter commented 9 years ago
If no one else has this problem, it is a moot point. It could just be my 
config. Like I said before, I have it working for what I need it for and the 
"Extended Info" is not needed. I have adapted the MusicItem.php and 
HttmlNameColumn.php for my purposes. This is my desired output: 

http://www.mckeand.biz:8082/index.php/downloads/sermons 

Original comment by jmckean...@gmail.com on 24 Dec 2014 at 3:12

bizmarks commented 8 years ago

Go to your joomla configuration and set display errors to maximum or development mode. This will give you an error about a function that is not referenced or something to that effect. I can't remember but it is the code on one of the php files that is referencing to jbrowser. A quick Google search of the error will tell you what line to edit and what to replace it with. I'll get back to you on that to tell you exactly the procedure but this should point you to the right direction. Once corrections are made, blank page should go away. Afterwards, go back to global configuration and change display errors to none. As a rule of thumb, always display errors when you get a blank page, Google the error, apply fix and set display errors back to none, in joomla global configuration. Hope this helps...

sverhagen commented 8 years ago

Thank you, @bizmarks.