Comments

Jump to Last Post 1-6 of 6 discussions (12 posts)
  1. profile image0
    SirDentposted 15 years ago

    Many have told me they couldn't post a comment on hubs unless they're a member here. They get an error message similar to the one I will paste below. I tried this myself to see how it worked.

        * function (_47) { var _48 = 0; try { this._each(function (_49) {try {_47(_49, _48++);} catch (e) {if (e != $continue) {throw e;}}}); } catch (e) { if (e != $break) { throw e; } } return this; }
        * function (_4a, _4b) { var _4c = - _4a, _4d = [], _4e = this.toArray(); while ((_4c += _4a) < _4e.length) { _4d.push(_4e.slice(_4c, _4c + _4a)); } return _4d.map(_4b); }
        * function (_4f) { var _50 = true; this.each(function (_51, _52) {_50 = _50 && !!(_4f || Prototype.K)(_51, _52);if (!_50) {throw $break;}}); return _50; }
        * function (_53) { var _54 = false; this.each(function (_55, _56) {if (_54 = !!(_53 || Prototype.K)(_55, _56)) {throw $break;}}); return _54; }
        * function (_57) { var _58 = []; this.each(function (_59, _5a) {_58.push((_57 || Prototype.K)(_59, _5a));}); return _58; }
        * function (_5b) { var _5c; this.each(function (_5d, _5e) {if (_5b(_5d, _5e)) {_5c = _5d;throw $break;}}); return _5c; }
        * function (_5f) { var _60 = []; this.each(function (_61, _62) {if (_5f(_61, _62)) {_60.push(_61);}}); return _60; }
        * function (_63, _64) { var _65 = []; this.each(function (_66, _67) {var _68 = _66.toString();if (_68.match(_63)) {_65.push((_64 || Prototype.K)(_66, _67));}}); return _65; }
        * function (_69) { var _6a = false; this.each(function (_6b) {if (_6b == _69) {_6a = true;throw $break;}}); return _6a; }
        * function (_6c, _6d) { _6d = _6d === undefined ? null : _6d; return this.eachSlice(_6c, function (_6e) {while (_6e.length < _6c) {_6e.push(_6d);}return _6e;}); }
        * function (_6f, _70) { this.each(function (_71, _72) {_6f = _70(_6f, _71, _72);}); return _6f; }
        * function (_73) { var _74 = $A(arguments).slice(1); return this.map(function (_75) {return _75[_73].apply(_75, _74);}); }
        * function (_76) { var _77; this.each(function (_78, _79) {_78 = (_76 || Prototype.K)(_78, _79);if (_77 == undefined || _78 >= _77) {_77 = _78;}}); return _77; }
        * function (_7a) { var _7b; this.each(function (_7c, _7d) {_7c = (_7a || Prototype.K)(_7c, _7d);if (_7b == undefined || _7c < _7b) {_7b = _7c;}}); return _7b; }
        * function (_7e) { var _7f = [], _80 = []; this.each(function (_81, _82) {((_7e || Prototype.K)(_81, _82) ? _7f : _80).push(_81);}); return [_7f, _80]; }
        * function (_83) { var _84 = []; this.each(function (_85, _86) {_84.push(_85[_83]);}); return _84; }
        * function (_87) { var _88 = []; this.each(function (_89, _8a) {if (!_87(_89, _8a)) {_88.push(_89);}}); return _88; }
        * function (_8b) { return this.map(function (_8c, _8d) {return {value:_8c, criteria:_8b(_8c, _8d)};}).sort(function (_8e, _8f) {var a = _8e.criteria, b = _8f.criteria;return a < b ? -1 : a > b ? 1 : 0;}).pluck("value"); }
        * function () { return this.map(); }
        * function () { var _92 = Prototype.K, _93 = $A(arguments); if (typeof _93.last() == "function") { _92 = _93.pop(); } var _94 = [this].concat(_93).map($A); return this.map(function (_95, _96) {return _92(_94.pluck(_96));}); }
        * function () { return this.toArray().length; }
        * function () { return "#"; }
        * function (_57) { var _58 = []; this.each(function (_59, _5a) {_58.push((_57 || Prototype.K)(_59, _5a));}); return _58; }
        * function (_5b) { var _5c; this.each(function (_5d, _5e) {if (_5b(_5d, _5e)) {_5c = _5d;throw $break;}}); return _5c; }
        * function (_5f) { var _60 = []; this.each(function (_61, _62) {if (_5f(_61, _62)) {_60.push(_61);}}); return _60; }
        * function (_69) { var _6a = false; this.each(function (_6b) {if (_6b == _69) {_6a = true;throw $break;}}); return _6a; }
        * function () { return this.map(); }
        * function (_b5) { for (var key in this) { var _b7 = this[key]; if (_b7 && _b7 == Hash.prototype[key]) { continue; } var _b8 = [key, _b7]; _b8.key = key; _b8.value = _b7; _b5(_b8); } }
        * function () { return this.pluck("key"); }
        * function () { return this.pluck("value"); }
        * function (_b9) { return $H(_b9).inject(this, function (_ba, _bb) {_ba[_bb.key] = _bb.value;return _ba;}); }
        * function () { var _bc; for (var i = 0, _be = arguments.length; i < _be; i++) { var _bf = this[arguments[i]]; if (_bf !== undefined) { if (_bc === undefined) { _bc = _bf; } else { if (_bc.constructor != Array) { _bc = [_bc]; } _bc.push(_bf); } } delete this[arguments[i]]; } return _bc; }
        * function () { return Hash.toQueryString(this); }

    All help will be greatly appreciated.

    1. SparklingJewel profile image67
      SparklingJewelposted 15 years agoin reply to this

      This happened to me this morning when I tried to leave a comment on a hub I just read. I don't remember, maybe I wasn't logged in and that was why it came up ?? I am a member.

  2. ProCW profile image80
    ProCWposted 15 years ago

    That's weird. Hope they'll get that fixed.

    ProCW

  3. SweetiePie profile image81
    SweetiePieposted 15 years ago

    It should go away if they refresh the page.  However, I do not necesarily believe it is a bad thing if people have to sign up to comment on hubs smile.

    1. profile image0
      SirDentposted 15 years agoin reply to this

      If they have to sign up to comment, the capsule should be hidden from them until they do sign up. I will try it myself by refreshing the page and see what happens.

  4. profile image0
    SirDentposted 15 years ago

    Refreshing doesn't help. It removes the code, but the comment is still not posted.

  5. Veronica profile image67
    Veronicaposted 15 years ago

    I'm having an issue with this too. I have gotten emails from one of my blog readers who also reads my hubs now. She has posted comments for a year now, and suddenly this past week, she can't. She says she isn't doing anything differently. I've gotten comments from other people so I know some people aren't having this problem. But I don't know if others have tried and failed causing me to lose other comments because of this.

    I have no idea what to tell her. I've asked her to keep trying, thinking it was a temporary glitch, but it's been 7 or 8 days now, and she still can't comment.

    Did something change?
    Sir Dent, did you ever get an answer, or get this straightened out?

    1. profile image0
      SirDentposted 15 years agoin reply to this

      No answers yet. I'm sure they will get on it. It obviously has something to do with the script or code.

      1. pauldeeds profile imageSTAFF
        pauldeedsposted 15 years agoin reply to this

        I'm working on a fix for this.  It seems to be caused by an interaction between our javascript and the Kontera javascript.  You can disable Kontera on your hubs temporarily, and it should solve the problem ...

        1. profile image0
          SirDentposted 15 years agoin reply to this

          Thanks Paul.  smile

          1. profile image0
            SirDentposted 15 years agoin reply to this

            Disabling Kontera took care of the problem. Thanks again Paul. smile

  6. Veronica profile image67
    Veronicaposted 15 years ago

    Thanks Paul

 
working

This website uses cookies

As a user in the EEA, your approval is needed on a few things. To provide a better website experience, hubpages.com uses cookies (and other similar technologies) and may collect, process, and share personal data. Please choose which areas of our service you consent to our doing so.

For more information on managing or withdrawing consents and how we handle data, visit our Privacy Policy at: https://corp.maven.io/privacy-policy

Show Details
Necessary
HubPages Device IDThis is used to identify particular browsers or devices when the access the service, and is used for security reasons.
LoginThis is necessary to sign in to the HubPages Service.
Google RecaptchaThis is used to prevent bots and spam. (Privacy Policy)
AkismetThis is used to detect comment spam. (Privacy Policy)
HubPages Google AnalyticsThis is used to provide data on traffic to our website, all personally identifyable data is anonymized. (Privacy Policy)
HubPages Traffic PixelThis is used to collect data on traffic to articles and other pages on our site. Unless you are signed in to a HubPages account, all personally identifiable information is anonymized.
Amazon Web ServicesThis is a cloud services platform that we used to host our service. (Privacy Policy)
CloudflareThis is a cloud CDN service that we use to efficiently deliver files required for our service to operate such as javascript, cascading style sheets, images, and videos. (Privacy Policy)
Google Hosted LibrariesJavascript software libraries such as jQuery are loaded at endpoints on the googleapis.com or gstatic.com domains, for performance and efficiency reasons. (Privacy Policy)
Features
Google Custom SearchThis is feature allows you to search the site. (Privacy Policy)
Google MapsSome articles have Google Maps embedded in them. (Privacy Policy)
Google ChartsThis is used to display charts and graphs on articles and the author center. (Privacy Policy)
Google AdSense Host APIThis service allows you to sign up for or associate a Google AdSense account with HubPages, so that you can earn money from ads on your articles. No data is shared unless you engage with this feature. (Privacy Policy)
Google YouTubeSome articles have YouTube videos embedded in them. (Privacy Policy)
VimeoSome articles have Vimeo videos embedded in them. (Privacy Policy)
PaypalThis is used for a registered author who enrolls in the HubPages Earnings program and requests to be paid via PayPal. No data is shared with Paypal unless you engage with this feature. (Privacy Policy)
Facebook LoginYou can use this to streamline signing up for, or signing in to your Hubpages account. No data is shared with Facebook unless you engage with this feature. (Privacy Policy)
MavenThis supports the Maven widget and search functionality. (Privacy Policy)
Marketing
Google AdSenseThis is an ad network. (Privacy Policy)
Google DoubleClickGoogle provides ad serving technology and runs an ad network. (Privacy Policy)
Index ExchangeThis is an ad network. (Privacy Policy)
SovrnThis is an ad network. (Privacy Policy)
Facebook AdsThis is an ad network. (Privacy Policy)
Amazon Unified Ad MarketplaceThis is an ad network. (Privacy Policy)
AppNexusThis is an ad network. (Privacy Policy)
OpenxThis is an ad network. (Privacy Policy)
Rubicon ProjectThis is an ad network. (Privacy Policy)
TripleLiftThis is an ad network. (Privacy Policy)
Say MediaWe partner with Say Media to deliver ad campaigns on our sites. (Privacy Policy)
Remarketing PixelsWe may use remarketing pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to advertise the HubPages Service to people that have visited our sites.
Conversion Tracking PixelsWe may use conversion tracking pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to identify when an advertisement has successfully resulted in the desired action, such as signing up for the HubPages Service or publishing an article on the HubPages Service.
Statistics
Author Google AnalyticsThis is used to provide traffic data and reports to the authors of articles on the HubPages Service. (Privacy Policy)
ComscoreComScore is a media measurement and analytics company providing marketing data and analytics to enterprises, media and advertising agencies, and publishers. Non-consent will result in ComScore only processing obfuscated personal data. (Privacy Policy)
Amazon Tracking PixelSome articles display amazon products as part of the Amazon Affiliate program, this pixel provides traffic statistics for those products (Privacy Policy)
ClickscoThis is a data management platform studying reader behavior (Privacy Policy)