Unable to post comment

Asked by Cthol

Hello
I'm unable to post comment on bug #760814. I used to have a problem with referer, but it seems ok now (since i can post a question :).

After i clicked the "post comment" button, i got this message :

Error: Launchpad system error fieldset.collapsed div, fieldset div.collapsed {display: none;} fieldset.collapsible div, fieldset div.collapsed {display: block;} var LP = { cache: {}, links: {} }; var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net'; // Define a global YUI sandbox that should be used by everyone. var LPS = YUI({ // Don't try to fetch the loader module. bootstrap: false, // Don't try to fetch CSS files. fetchCSS: false, // Turn off combo loading. combine: false, // For paranoia, set a low timeout to not wait on loading a resource. timeout: 50 }); LPS.use('node', 'event-delegate', 'lp', 'lp.app.links', function(Y) { Y.on('load', function(e) { sortables_init(); initInlineHelp(); Y.lp.activate_collapsibles(); activateFoldables(); activateConstrainBugExpiration(); Y.lp.app.links.check_valid_lp_links(); }, window); // Hook up the function that dismisses the help window if we click // anywhere outside of it. Y.on('click', handleClickOnPage, window); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12833497-1']); _gaq.push(['_setDomainName', '.launchpad.net']); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); cthol • No REFERER Header Launchpad requires a REFERER header to perform this action. There is no REFERER header present. This can be caused by configuring your browser to block REFERER headers. Unblock REFERER headers for launchpad.net and try again, or see the FAQ Why does Launchpad require a REFERER header? for more information. You can also join the #launchpad IRC support channel on irc.freenode.net for further assistance. • Take the tour • Read the guide © 2004-2011 Canonical Ltd. • Terms of use • Contact Launchpad Support • System status • r13144 (get the code) LP.links['me'] = '/~cthol';

Help needed :)
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Gary Poster
Solved:
Last query:
Last reply:
Revision history for this message
Eliah Kagan (degeneracypressure) said :
#1

I just reported bug 794879, which looks similar to this.

Revision history for this message
Best Gary Poster (gary) said :
#2

The display of the error message is a pre-existing problem as far as I know (bug 794879 that Elijah mentioned is about the display, though I think it is a dupe, and will be searching for it in a moment), but the reason why you see an error at all is hidden within the text you quoted: "Launchpad requires a REFERER header to perform this action. There is no REFERER header present. This can be caused by configuring your browser to block REFERER headers. Unblock REFERER headers for launchpad.net and try again, or see the FAQ Why does Launchpad require a REFERER header? for more information."

Revision history for this message
Cthol (cthol) said :
#3

Thanks Gary Poster, that solved my question.