bug in MC 2.1

urban
urban
Offline
0
Please post here any bug you found.

i began:

Problem:
in the file \\components\\com_muscol\\views\\artist\\tmpl\\common.php
missing a closing div.

Solution:
add a at line 234.

Problem:
Discogs facilities for me don't work, the search return this error

Fatal error: Call to a member function children() on a non-object in /home1/noisecol/public_html/ultrasonica/administrator/components/com_muscol/controllers/albums.php on line 93


Problem:
The module 'Featured artists' and some template do not pass html validation

anyway this is a great release!
Responses (19)
  • Accepted Answer

    Tuesday, October 26 2010, 01:40 PM - #Permalink
    0
    you are right about the missing DIV!

    its solved now (I re-uploaded a new version of the package)

    the discogs problem is more strange, however... :S

    do you only get this error message? are other ones?
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, October 26 2010, 04:58 PM - #Permalink
    0
    only this error.
    if you wat you have the access to my site.!
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, October 26 2010, 05:22 PM - #Permalink
    0
    another question, i ask here not to start a new thread
    how do I put the statistics after the image of the artist as artist page on your site?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 26 2010, 05:27 PM - #Permalink
    0
    you have to READ OUR MANUAL! ;)
    there are some new interesting article son our FEATURES section.

    check this out: http://www.joomlamusicsolutions.com/en/features/artist-profile-in-music-collection-2-1.html
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, October 26 2010, 06:05 PM - #Permalink
    0
    :-) nice!
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, October 26 2010, 08:40 PM - #Permalink
    0
    Germi,
    I found the cause of the problem mentioned before, is a problem writing the XML file.

    must change the permissions.
    you tell me where this file should be written?

    by the time I changed the path by hand to save the file in the root but is not optimal.
    The reply is currently minimized Show
  • Accepted Answer

    Tony Lloyd
    Tony Lloyd
    Offline
    Tuesday, October 26 2010, 09:15 PM - #Permalink
    0
    Hi there, I just installed the component and experienced the same error -


    Fatal error: Call to a member function children() on a non-object in /home1/angilasu/public_html/rockliketony/administrator/components/com_muscol/controllers/albums.php on line 93

    Is this the error you believe to be a problem with writing to an XML file?

    Looking forward to a solution, as this is my first experience with Music collection. I found it today, thought it looked amazing, downloaded, tried to search, and ended up with this error.

    Thanks!

    Tony
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 26 2010, 09:26 PM - #Permalink
    0
    Hello everyone,
    Yes, the problem is about the permission when writing the XML file. No big deal, tomorrow we will publish an update to fix this
    Its just a small issue of the new version... There is always some bug! But its not important

    Will be solved tomorrow

    Best,
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, October 26 2010, 09:27 PM - #Permalink
    0
    Adlloyd change the line 67
    \\administrator\\components\\com_muscol\\controllers\\albums.php

    in this
    $write_filename = "../discogs".$usuari->id.".xml" ;
    The reply is currently minimized Show
  • Accepted Answer

    Tony Lloyd
    Tony Lloyd
    Offline
    Tuesday, October 26 2010, 09:34 PM - #Permalink
    0
    Thanks for the tip but that didn't do anything for me. Did you change the permissions on any existing .xml files? Does the search now work for you?
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, October 26 2010, 10:00 PM - #Permalink
    0
    try to change the above line with this
    $write_filename = JPATH_SITE."/discogs".$usuari->id.".xml" ;

    and the line 148 with this
    $write_filename = JPATH_SITE."/discogs_release".$usuari->id.".xml" ;
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 26 2010, 10:11 PM - #Permalink
    0
    This is better:
    $write_filename = JPATH_SITE.DS."discogs_release".$usuari->id.".xml" ;

    But, i tell you again, tomorrow there will be an update, so you can just wait a few hours ;)
    The reply is currently minimized Show
  • Accepted Answer

    Tony Lloyd
    Tony Lloyd
    Offline
    Tuesday, October 26 2010, 10:16 PM - #Permalink
    0
    That did the trick, thank you! Search results are showing up now. I really appreciate the help.
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Wednesday, October 27 2010, 08:46 AM - #Permalink
    0
    i found a 'possibily' new bug, in the artist page when you put an image for the artist name, the image is not seen.

    In the file common.php the image is inside the tag H1, maybe my design don't allow this..

    to make it work I moved the image out of h1 tag.

    Germi tell me if it is correct.
    thanks
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, October 27 2010, 08:47 AM - #Permalink
    0
    mmm.. no, that should NOT be a problem.
    it was the same way on version 2.0, and there where no problems...!! :S

    anyway, I'll take a look
    The reply is currently minimized Show
  • Accepted Answer

    dragnaar
    dragnaar
    Offline
    Wednesday, October 27 2010, 11:48 AM - #Permalink
    0
    Hi germi!
    I found the installation bug.
    muscol_statistics table is not created with a prefix different from jos_

    myprefix_muscol_albums
    .
    .
    .
    myprefix_muscol_type
    jos_muscol_statistics
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, October 27 2010, 11:49 AM - #Permalink
    0
    ARGGGGG :S :S :S

    SORRY!!!!!!

    I'll fix that

    good job!! thanks a tone
    The reply is currently minimized Show
  • Accepted Answer

    Radiolady
    Radiolady
    Offline
    Friday, November 19 2010, 10:38 PM - #Permalink
    0
    I am having this same problem. Just downloaded and installed today and i get the same Discogs error. The search button is gray cant even select it so i hit enter and that fatal error comes up!

    Please help!

    :cheer: FOUND SOLUTION - it is not an error. I hadn't addded my discogs api key in the parameters. Once i did that the error went away and I was able to use the search function.
    The reply is currently minimized Show
  • Accepted Answer

    Reis
    Reis
    Offline
    Saturday, December 04 2010, 07:54 PM - #Permalink
    0
    Hi there,

    just purchased, downloaded and installed MC. I am getting the same error, I have 2.1.0 Oct 2010. Do I have to download a fix ? if yes from where?
    thansk
    The reply is currently minimized Show
Your Reply