Hello I get the below error after resent update of Drupal commons each time I or users add an image.
Any ideas as to what need to get fix?
{ "status": true, "data": "\x3cdiv class=\"fbsmp-inner-collapsed\"\x3e\x3cspan class=\"fbsmp-attach-text\"\x3e\x3c/span\x3e\x3cdiv class=\"fbsmp-icon-list clearfix\"\x3e\x3cdiv class=\"fbsmp-link-icon fbsmp-plugin-icon\"\x3e\x3cinput type=\"submit\" name=\"link\" id=\"edit-link-icon\" value=\"Link\" alt=\"Link\" class=\"form-submit fbsmp-link-icon-button fbsmp-plugin-icon-button icon-button button button\" style=\"background-image: url(\x26#039;/\x26#039;);\" /\x3e\n\x3c/div\x3e\x3cdiv class=\"fbsmp-photo-icon fbsmp-plugin-icon\"\x3e\x3cinput type=\"submit\" name=\"photo\" id=\"edit-photo-icon\" value=\"Photo\" alt=\"Photo\" class=\"form-submit fbsmp-photo-icon-button fbsmp-plugin-icon-button icon-button button button\" style=\"background-image: url(\x26#039;/\x26#039;);\" /\x3e\n\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e", "settings": { "basePath": "/", "facebook_status": { "autofocus": false, "noautoclear": false, "maxlength": "170", "hideLength": "150", "refreshLink": false }, "user_relationships_ui": { "loadingimage": "/profiles/drupal_commons/modules/contrib/user_relationships/user_relationships_ui/images/loadingAnimation.gif", "savingimage": "/profiles/drupal_commons/modules/contrib/user_relationships/user_relationships_ui/images/savingimage.gif", "position": { "position": "absolute", "left": "0", "top": "0" } }, "jcarousel": { "ajaxPath": "/jcarousel/ajax/views" }, "lightbox2": { "rtl": "0", "file_path": "/(\\w\\w/)sites/default/files", "default_image": "/sites/all/modules/lightbox2/images/brokenimage.jpg", "border_size": 10, "font_color": "000", "box_color": "fff", "top_position": "", "overlay_opacity": "0.8", "overlay_color": "000", "disable_close_click": true, "resize_sequence": 0, "resize_speed": 400, "fade_in_speed": 400, "slide_down_speed": 600, "use_alt_layout": false, "disable_resize": false, "disable_zoom": false, "force_show_nav": false, "show_caption": true, "loop_items": false, "node_link_text": "View Image Details", "node_link_target": false, "image_count": "Image !current of !total", "video_count": "Video !current of !total", "page_count": "Page !current of !total", "lite_press_x_close": "press \x3ca href=\"#\" onclick=\"hideLightbox(); return FALSE;\"\x3e\x3ckbd\x3ex\x3c/kbd\x3e\x3c/a\x3e to close", "download_link_text": "", "enable_login": false, "enable_contact": false, "keys_close": "c x 27", "keys_previous": "p 37", "keys_next": "n 39", "keys_zoom": "z", "keys_play_pause": "32", "display_image_size": "original", "image_node_sizes": "()", "trigger_lightbox_classes": "", "trigger_lightbox_group_classes": "", "trigger_slideshow_classes": "", "trigger_lightframe_classes": "", "trigger_lightframe_group_classes": "", "custom_class_handler": 0, "custom_trigger_classes": "", "disable_for_gallery_lists": true, "disable_for_acidfree_gallery_lists": true, "enable_acidfree_videos": true, "slideshow_interval": 5000, "slideshow_automatic_start": true, "slideshow_automatic_exit": true, "show_play_pause": true, "pause_on_next_click": false, "pause_on_previous_click": true, "loop_slides": false, "iframe_width": 600, "iframe_height": 400, "iframe_border": 1, "enable_video": false }, "qtc": { "baseUrl": "http://mysite.com", "uid": "10", "color": "#ffffff", "minHeartbeat": "9990", "maxHeartbeat": "40000", "heartbeat_1": "15", "heartbeat_2": "25", "friendHeartbeat": "180000", "os_variant": "1", "friend_m": "user_relationships_api", "invite_title": "1", "truncateChBname": "20", "truncateChWname": "25", "clickableChWname": "2", "stickyFriendlist": null, "userListHeight": 5, "friendsListHeight": 5, "chatbarFriendsListHeight": "12", "chatBar": 1, "chatBarOptions": true }, "taskbar": { "update": false, "update_method": "ajax", "delay": 30000, "ajax_refresh": [ ], "auto_close": false }, "ahah": { "edit-cancel": { "url": "/fbsmp/js", "event": "mousedown", "keypress": true, "wrapper": "fbsmp-wrapper-replace", "selector": "#edit-cancel", "effect": "none", "method": "replace", "progress": { "type": "throbber" }, "button": { "cancel": null } }, "edit-save-45": { "url": "/fbss_comments/js/refresh", "event": "mousedown", "keypress": true, "wrapper": "fbss-comments-replace-45", "selector": "#edit-save-45", "effect": "fade", "method": "replace", "progress": { "type": "throbber" }, "button": { "op": "Comment" } }, "edit-save-45-1": { "url": "/fbss_comments/js/refresh", "event": "mousedown", "keypress": true, "wrapper": "fbss-comments-replace-45", "selector": "#edit-save-45-1", "effect": "fade", "method": "replace", "progress": { "type": "throbber" }, "button": { "op": "Comment" } }, "edit-link-icon": { "url": "/fbsmp/js", "event": "mousedown", "keypress": true, "wrapper": "fbsmp-wrapper-replace", "selector": "#edit-link-icon", "effect": "none", "method": "replace", "progress": { "type": "throbber" }, "button": { "link": "Link" } }, "edit-photo-icon": { "url": "/fbsmp/js", "event": "mousedown", "keypress": true, "wrapper": "fbsmp-wrapper-replace", "selector": "#edit-photo-icon", "effect": "none", "method": "replace", "progress": { "type": "throbber" }, "button": { "photo": "Photo" } } }, "fbss_comments": { "ahah_enabled": [ true, true ] } } }
Comments
Comment #1
icecreamyou commentedThis is not due to FBSMP. You may have another module which is causing a JavaScript error on your page. When a JavaScript error occurs all the rest of the JavaScript on the page stops processing, which can lead to errors like this one. Check your browser's JavaScript console to see what errors are occuring.