On Fri, Jul 2, 2010 at 4:48 PM, Chris Wanstrath <[email protected]> wrote:
> On Fri, Jul 2, 2010 at 7:07 PM, Ondrej Certik <[email protected]> wrote:
>
>> I would like to convert the sympy account into an organization for the
>> sympy opensource project (http://sympy.org).
>>
>> So I logged into the sympy account, went to account settings,
>> Organizations (https://github.com/account/organizations)
>> and clicked the "Turn sympy into an organization", the url in my
>> browser (FF 3.6.6) turned into
>>
>> https://github.com/account/organizations#confirm_transform
>>
>> but nothing happened and I don't see any way to confirm this, nor any
>> other change to the previous change.
>>
>> Is this a bug, or am I missing something?
>
> You may have a FF extension installed that's messing with the JS on
> the page, or one of the dependent JS files may not be downloading
> correctly.

The only extension that I have is firebug and that was disabled.

>
> What OS? If you have Firebug installed, I'd check to see if there are
> any errors in there.

I use linux, rhel5 and I downloaded firebug as a binary.

>
> When I log in as sympy and hit the "Transform" button with FF 3.6.6 on
> OS X I get a popup, as expected =/

I believe you. :) So I enabled firebug and it is telling me after the
page reload:

jQuery is not defined
[Break on this error]
jQuery.cookie=function(a,d,c){if(typeo...if(document.cookie&&document.cookie!=
bundle...26a05b2 (line 1)
jQuery is not defined
[Break on this error]
})}})(jQuery);(function(a){a.fn.extend...(d){return
this.trigger("setOptions",
bundle...26a05b2 (line 10)
GitHub.spy is not a function
[Break on this error] repo: ""
organizations (line 26)

So this would seem like jquery is not downloaded properly.

So I looked at the source code and firebug says:

Failed to load source for:
https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js

So that would be it. I tried using wget and it also fails:

$ wget https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
--2010-07-02 17:38:57--
https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
Resolving ajax.googleapis.com... 74.125.19.95
Connecting to ajax.googleapis.com|74.125.19.95|:443... connected.
ERROR: cannot verify ajax.googleapis.com's certificate, issued by
`<I've removed this part, Ondrej>':
  Unable to locally verify the issuer's authority.
To connect to ajax.googleapis.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.


FF fails because it doesn't trust it. Ok, I think it has to do
something with our firewall and security in the lab, which I can't
change, so I'll just do it from home.

But it's kind of sad, that the page just breaks, instead of telling me
--- can't download jquery over https. Is there any standard way in
javascript to handle these problems?

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to