Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209212

    Hi, there is a “possible” bug I encountered in enfold/framework/js/avia_media.js?ver=3.8
    due to this bug, no images where uploaded into posts

    this line should be changed : window.original_send_to_editor = window.send_to_editor;
    to window.avia_original_send_to_editor = window.send_to_editor;

    error: Maximum call stack size exceeded error due to infinite loop
    as this plugin http://codecanyon.net/item/map-list-pro-searchable-google-maps/2620196
    uses same window.original_send_to_editor = window.send_to_editor;

    after changing plugin to window.mapro_original_send_to_editor = window.send_to_editor;
    bug gone away

    thank you

    #209443

    Hey ecesara!

    Thank you for the hint :)

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Maximum call stack size exceeded error’ is closed to new replies.