We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

My group plugin got issue !! It shows "Uncaught SyntaxError: Unexpected identifier" when I click one of groups. | Forum

Kelvin
Kelvin Mar 29 '15

<script>

(function() {;window["addNewPhoto5517d3bbeb032"] = function()

                    {

                        var ajaxUploadPhotoFB = OW.ajaxFloatBox("PHOTO_CMP_AjaxUpload", [null, null, null, null], {

                            $title: "Upload photos \u4e0a\u4f20\u7167\u7247",

                            width: "746px"

                        });


                        ajaxUploadPhotoFB.bind("close", function()

                        {

                            if ( ajaxPhotoUploader.isHasData() )

                            {

                                if ( confirm("Are you sure you want to cancel photo upload ?") )

                                {

                                    OW.trigger("photo.onCloseUploaderFloatBox");

                                    return true;

                                }

                                

                                return false;

                            }

                        });

                    }})();

</script>

ross Team
ross Mar 29 '15

Please disable all 3rd party plugins related to the group or group listings

Provide the link to the group which causes that, make sure your website is open for registration.