ooom
ooom
Offline
0
Hi,

when I click in Internet Explorer 8.0.7600 on the button "Add to current playlist" ("plus" graphic) then I get the following error for the executed Java Script (everything works fine with Firefox):

----------------

"Details to the error on site:

Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPNTDF)
Zeitstempel: Tue, 28 Dec 2010 13:04:27 UTC


Meldung: The object does not support this attribut or method.
Zeile: 1
Zeichen: 1
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/

[...]


Message: Name, text or number expected
Zeile: 150
Zeichen: 3
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/plugins/muscolplayers/jwplayer/playlist_functions.js


Meldung: Objekt expected
Zeile: 59
Zeichen: 329
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/media/system/js/mootools.js


Meldung: The object does not support this attribute or method.
Zeile: 62
Zeichen: 1
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/index.php?option=com_muscol&view=album&id=20


Meldung: Objekt expected
Zeile: 59
Zeichen: 329
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/media/system/js/mootools.js


Meldung: The object dose not support this attribute or method.
Zeile: 1
Zeichen: 1
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/templates/comuna3_plazza/scripts/js/js.gzip.php


Meldung: Objekt expected
Zeile: 144
Zeichen: 2
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/modules/mod_pixsearch/js/pixsearch.js


Meldung: Objekt expected
Zeile: 1
Zeichen: 1
Code: 0
URI: www.gigsong.de/">http://www.gigsong.de/index.php?option=com_muscol&view=album&id=20

-----------------------

That means with IE 8 it is not possible to add a song to a playlist! I hope you can help me.

Thanks in advance
Michael

To check it out: www.gigsong.de
Responses (6)
  • Accepted Answer

    ooom
    ooom
    Offline
    Thursday, January 06 2011, 01:20 PM - #Permalink
    0
    I got no reply until now - all on christmas vacation?

    By the way: If I am using your website www.joomlamusicsolution.com I also get Java Script errors when trying to add a song to a playlist. So I think it is necessary to solve it.

    I hope I got help next ;)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 06 2011, 05:36 PM - #Permalink
    0
    hello!

    I'll look into it...
    (yes we were on Christmas vacation.. sorry! ;)

    this may be a difficult error to solve.. :S can you try to disable your module pixsearch? it looks like MAYBE it has something to do with this issue...
    The reply is currently minimized Show
  • Accepted Answer

    ooom
    ooom
    Offline
    Friday, January 07 2011, 06:51 PM - #Permalink
    0
    If I deactivate the module pixsearch then I have one level of error information less. Here the error information of the IE 8:

    ---------------------------------------

    Details zum Fehler auf der Webseite

    Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPNTDF)
    Zeitstempel: Fri, 7 Jan 2011 18:43:15 UTC


    Meldung: Name, text or number exptected
    Zeile: 150
    Zeichen: 3
    Code: 0
    URI: www.gigsong.de/">http://www.gigsong.de/plugins/muscolplayers/jwplayer/playlist_functions.js">www.gigsong.de/">http://www.gigsong.de/plugins/muscolplayers/jwplayer/playlist_functions.js


    Meldung: Objekt expected
    Zeile: 59
    Zeichen: 329
    Code: 0
    URI: www.gigsong.de/">http://www.gigsong.de/media/system/js/mootools.js">www.gigsong.de/">http://www.gigsong.de/media/system/js/mootools.js


    Meldung: The object does not support this attrubute or method.
    Zeile: 1
    Zeichen: 1
    Code: 0
    URI: www.gigsong.de/">http://www.gigsong.de/templates/comuna3_plazza/scripts/js/js.gzip.php">www.gigsong.de/">http://www.gigsong.de/templates/comuna3_plazza/scripts/js/js.gzip.php


    Meldung: Object expected
    Zeile: 1
    Zeichen: 1
    Code: 0
    URI: www.gigsong.de/">http://www.gigsong.de/

    --------------------------------------------------

    So it ends with js.gzip.php instead of pixsearch.js.
    If you want to reproduce it go to www.gigsong.de and press on the "plus" graphic. Maybe there is something "wrong" with the parameters supplied for add_song_to_playlist!?

    I hate the Internet Explorer - unfortunately a lot of people are using it :angry:
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, January 08 2011, 04:48 PM - #Permalink
    0
    yes I hate IE too... :(

    let me ask another question.. are you using the last versino of our plugin/module? (you can download both in the downloads area)

    its a must that you use the latest!
    The reply is currently minimized Show
  • Accepted Answer

    ooom
    ooom
    Offline
    Friday, January 14 2011, 04:49 PM - #Permalink
    0
    I installed the latest version.

    But is there a possiblity to check it, maybe if I look in a php file to be sure that I am using the latest versions?
    The reply is currently minimized Show
  • Accepted Answer

    ooom
    ooom
    Offline
    Saturday, January 29 2011, 09:26 AM - #Permalink
    0
    I think I found one error in plugin muscolplayer in file playlist_function.js in the function add_song_play_count(song_id):

    Here is a code excerpt:

    //syntax for mootools 1.11
    new Ajax(url, {
    method: 'get',
    }).request();

    The call new Ajax is missing the paramter after 'get',!!!

    I corrected the following (only a workaround, but it works):

    //syntax for mootools 1.11
    new Ajax(url, {
    method: 'get',
    onSuccess: function(dummy) {
    }
    }).request();

    Maybe you can tell me the right code after 'get', currently I added only the dummy code!

    Thanks for your help in advance!
    The reply is currently minimized Show
Your Reply