Problems with 2.3

Nguyen
Nguyen
Offline
0
I just upgrade to version 2.3 (first 2.2- to 2.2.1 and then to 2.3). There are a couple of problem:

1. Small thumnails of album view in the backemd is invalid. Examining the code, I saw the images are pointed to /administrator/images/albums/thumbnails_40. However the images are in /images/albums/thumbnails_40

2. In album view I got warning messages:

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/thapthap/public_html/amnhac.fm/components/com_muscol/helpers/graphics.php on line 111

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/thapthap/public_html/amnhac.fm/components/com_muscol/helpers/graphics.php on line 114

Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/thapthap/public_html/amnhac.fm/components/com_muscol/helpers/graphics.php on line 120

(see http://amnhac.fm/index.php/nhac/t/60-trinh-cong-son/620-toi-se-nho )

3. Paging of song tab of artist is not working, see this page

http://amnhac.fm/index.php/nhac/t/60-trinh-cong-son/songs

If I click any other page I'll got an empty page.

Please help!
Responses (10)
  • Accepted Answer

    Nguyen
    Nguyen
    Offline
    Monday, April 02 2012, 02:25 PM - #Permalink
    0
    I have fixed the problem 1. by editing function createThumbnail in components/com_muscol/helpers/helpers.php

    line:

    return MusColHelper::image('images/albums/thumbs_40/' . $file, $alt , $image_attr );

    shoudl be:

    return MusColHelper::image('/images/albums/thumbs_40/' . $file, $alt , $image_attr );
    The reply is currently minimized Show
  • Accepted Answer

    Monday, April 02 2012, 07:36 PM - #Permalink
    0
    2) switch the CACHE images to OFF if youre images some of your images are empty.

    3) hmm.. let me check on that.
    The reply is currently minimized Show
  • Accepted Answer

    Nguyen
    Nguyen
    Offline
    Monday, April 02 2012, 09:21 PM - #Permalink
    0
    Hi Germi
    Thanks for quick reply.

    On 2., I set "Use cache for Dynamic thumbnail mode" = Off and it's ok. Thanks!

    In the album view of your demo, I see some images (icons) which are not on mine. I guess these images are in /images/formats and /images/tags. However, they are empty (even in a new installation). Is that ok or they are missing from our system?

    nguyen
    The reply is currently minimized Show
  • Accepted Answer

    Nguyen
    Nguyen
    Offline
    Tuesday, April 03 2012, 05:47 AM - #Permalink
    0
    Hi Germi

    Just let you know that I resolved issue 3.
    I just replace the file /components/com_muscol/router.php

    The last thing, could you please confirm that folders /images/formats and /images/tags are empty. Thanks!

    Regards
    nguyen
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 03 2012, 12:44 PM - #Permalink
    0
    yes they are
    The reply is currently minimized Show
  • Accepted Answer

    Gregorius
    Gregorius
    Offline
    Tuesday, May 08 2012, 11:07 AM - #Permalink
    0
    Hi,

    I have the same problem with thumbnails in backend. Cache icons are not created.
    I tried to change the dimensions of the images from 40 to 50 and i see that the new thumbnail are not created.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 08 2012, 11:09 AM - #Permalink
    0
    hmm.. are you sure they are not created? I mean, the cache folder is empty?
    The reply is currently minimized Show
  • Accepted Answer

    Gregorius
    Gregorius
    Offline
    Tuesday, May 08 2012, 12:57 PM - #Permalink
    0
    The muscol cache folder for backend
    administrator/cache/muscol

    was not created.

    I have created it with 755 rights

    And still no luck, folder is empty

    Apatch know what to look for and where but the thumbnail are not created.


    In frontend everything is working fine
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 09 2012, 10:57 AM - #Permalink
    0
    hmmm ok. no, there should not be a cache folder in the backend actually, only in the frontend... probably the path is wrong and it's trying to find the thumbnail in the backend. I'll take a look at this.. it can be a small bug! :) thanks for noticing
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, May 19 2012, 09:51 AM - #Permalink
    0
    hello!
    sorry, didn't contact you back.
    if you want to give me FTP and joomla access I'll be able to fix this.
    you can send it to joomlamusicsolutions@gmail.com
    The reply is currently minimized Show
Your Reply