Log in | Register | Lost password

Bottom
Zikula 1.02 Stack overflow at line 873
  • Posted: 25.08.2008, 14:42
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Hi

    I really love mediashare. great software, you did a really god job.

    I have a problem with it in Zikula 1.02. Same Problem is in Postnuke 0.764 but the error is called : Stack overflow at line 715.

    If I use lightbox or klick on thumbnails, always a Stack overflow at line 873 appears. When I disable lightbox it works fine without the thumbnail button.The thumbnail feature always generates the stack overflow

    Would be glad for every hint. You can see the problem @ http://www.diobase.de/module-mediashare-view-aid-2.html
    Best regards
    Ollie

    PHP: 5.26
    Mysql: 5.026
    Suse 10.2





    edited by: ollborg, Aug 27, 2008 - 03:36 PM
  • Posted: 26.08.2008, 12:32
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    The problem is only with IE6/7. Firefox 3.01 has no errors.

    regards
    Ollie



    edited by: ollborg, Aug 26, 2008 - 01:38 PM
  • Posted: 31.08.2008, 21:15
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I think this is already in the bugtracker (code.zikula.org/mediashare). If not then please add it - it seems like a bug in Lightbox, but I am not sure.
  • Posted: 01.09.2008, 10:44
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Hi !
    I tried to fix the problem from this thread in the bugtracker, but it does not work:

    Lightbox doesn't work in IE 7.


    Here is a cut'n'paste from this site that works:
    http://www.huddletogether.com/forum/comments.php?DiscussionID=600


    irst put the following code on top of the lightbox.js:
    var IE = document.all?true:false;


    function GiveFalse?() {
    if(IE) {
    event.returnValue = false;
    }
    return false;
    }


    Now search for the following line:
    anchor.onclick = function () {myLightbox.start(this); return false;}


    and change it to:
    anchor.onclick = function () {myLightbox.start(this); GiveFalse?();return false;}

    best regards
    Ollie




    edited by: ollborg, Sep 01, 2008 - 11:45 AM
  • Posted: 26.12.2008, 11:26
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Could n ot get your solution to work BUT - copying the corresponding .js files from the ajax subdirectory to mediashare (replacing thje existing files) DID work. I do have some other problems with mediashare still.

Template courtesy of Designs By Darren.