-
See comments in #2798553 as to why this and #2797972 are all related to the same outage bug.
2009-05-29 23:37:12 UTC in Slash
-
I strongly suspect that this is really the same issue as I reported in #2798227, and also reported in #2797972.
Discussions around the net (e.g. http://forums.mozillazine.org/viewtopic.php?f=40&p=6578275 ) suggest that the breakage is being caused by something to do with javascript and the absence of a cookie when subdomain links are fetched. (E.g. because of noscript or adblock in Firefox)...
2009-05-29 23:35:50 UTC in Slash
-
Intermittently over the last 24 hours, and now all the time, I cannot access any content served from any slashdot.org subdomain e.g. yro.slashdot.org, it.slashdot.org. If I follow any links from the slashdot.org home page to the topic discussion hosted under a subdomain, I get 'Page Load Error', 'Connection Interrupted' in Firefox.
Curl shows me:
* About to connect() to it.slashdot.org port...
2009-05-29 04:18:37 UTC in Slash
-
Can't find the attach button on this ticket, and the file is too big to paste. Should be easily reproducible, as described, though.
2007-08-19 10:11:29 UTC in phpLDAPadmin
-
I have reproduced the error and made the change to lib/common.php as you suggested. The dump is attached.
I have also think I've determined the basic cause and a sufficient fix :-)
Basically, I reproduced this by installing and accessing phpldapadmin v1.0.2, and then replacing the installation with phpldapadmin 1.0.3-alpha3, and continuing in the same browser session. (I copied over the...
2007-08-19 10:04:09 UTC in phpLDAPadmin
-
"Me Too".
The first line of the error is "E_WARNING: Cannot use a scalar value as an array"
Followed, as described by the OP, with: Backtrace
PHP Version 5.2.1
PLA Version $Name: RELEASE-1.1.0-alpha3 $
PHP SAPI apache2handler
Web Server Apache/2.2.4 (Mandriva Linux/PREFORK-6.2mdv2007.1)
File /var/www/html/phpldapadmin/lib/common.php (116)
Function pla_error_handler...
2007-08-08 12:48:33 UTC in phpLDAPadmin
-
Hi,
I've been using the available 1.02.14-DSP7 binaries on sf.net for my home WAG54Gv2, and recently started using the AG241 version of these binaries (linked from whirlpool) for ADSL2+ in a couple of our offices.
I have a need for static routing in each of these circumstances (we're using bridge mode mostly, but would like to be able to get to the devices for monitoring, so we need the...
2007-04-02 08:01:01 UTC in Project Pluto
-
Logged In: YES
user_id=38466
WWW-Curl-Easy is scheduled for a new release in the next
couple of weeks (now that Sebastian Riedels contributions
have been mostly merged). I would have performed a
regression test against the latest curl release anyway, but if
you provide details here you're much more likely to get any
specific fix included! Cris.
2004-03-22 02:31:52 UTC in curl and libcurl
-
Logged In: YES
user_id=38466
(Gosh these upside-down sourceforge bugs are hard to read.)
I tried the latest NTLM stuff in CVS, but I don't think it's
'quite right' - I've attached a patch which 'works for me'
(but has leaks etc.) as a demo of what I think should be
hapenning.
The main thing is the check in 'ConnectionExists' that it's
actually safe to re-use the ntlm connection -...
2003-07-17 01:38:59 UTC in curl and libcurl
-
Logged In: YES
user_id=38466
I've fixed the basic auth part with a one-line which
resolves the symptoms, but I think that thereal problem
might be a bit deeper.
The new logic to 'retry' requests to perform the
negotiation/handshaking required for the new auth protocols
does extend very well to Basic auth - if you try a Basic
auth request, and it fails, trying again with the same bad...
2003-07-10 07:49:44 UTC in curl and libcurl