Closed (duplicate)
Project:
Drupal core
Version:
7.14
Component:
language system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2012 at 08:05 UTC
Updated:
29 Oct 2012 at 13:57 UTC
Hello
When I click on the two options, I have a page "Error 101 (net :: ERR_CONNECTION_RESET)" under WampServer
| Comment | File | Size | Author |
|---|---|---|---|
| Capture50.PNG | 33.17 KB | elbenilol |
Comments
Comment #1
elbenilol commentedComment #2
stevenpatzComment #3
elbenilol commentedComment #4
aspilicious commented1) Error report is not clear, describe the steps and actions better
2) This is not critical as it only affects you afaik, so don't change the priority
Comment #5
elbenilol commentedSorry my english is bad
With version 7.14 in the administration:
admin/config/regional/language
admin/config/regional/translate
I have this error: Erreur 101 (net::ERR_CONNECTION_RESET)
I can not add a new language, that is why I put critical :)
Thx
Comment #6
swentel commentedTry looking at the error logs of your wamp server, either apache or PHP logs and see if anything is there that could help us identity the problem.
Comment #7
swentel commentedsee #1582166: Languages / Translate interface - funny one :)
Comment #8
bmgrimes commentedI am also having this problem. Clean install of 7.14 on WAMP, Win7 64-bit. Visiting both 'admin/config/regional/language' and 'admin/config/regional/translate' result in Connection Reset errors. It doesn't appear to be generating any PHP errors, but the Drupal log showed the following:
Notice: Use of undefined constant LOCALE_LANGUAGE_NEGOTIATION_URL - assumed 'LOCALE_LANGUAGE_NEGOTIATION_URL' in locale_language_negotiation_info() (line 534 of C:\wamp\www\modules\locale\locale.module).
Notice: Use of undefined constant LOCALE_LANGUAGE_NEGOTIATION_SESSION - assumed 'LOCALE_LANGUAGE_NEGOTIATION_SESSION' in locale_language_negotiation_info() (line 548 of C:\wamp\www\modules\locale\locale.module).
Notice: Use of undefined constant LOCALE_LANGUAGE_NEGOTIATION_USER - assumed 'LOCALE_LANGUAGE_NEGOTIATION_USER' in locale_language_negotiation_info() (line 561 of C:\wamp\www\modules\locale\locale.module).
Notice: Use of undefined constant LOCALE_LANGUAGE_NEGOTIATION_BROWSER - assumed 'LOCALE_LANGUAGE_NEGOTIATION_BROWSER' in locale_language_negotiation_info() (line 569 of C:\wamp\www\modules\locale\locale.module).
Notice: Use of undefined constant LOCALE_LANGUAGE_NEGOTIATION_INTERFACE - assumed 'LOCALE_LANGUAGE_NEGOTIATION_INTERFACE' in locale_language_negotiation_info() (line 578 of C:\wamp\www\modules\locale\locale.module).
Notice: Use of undefined constant LOCALE_LANGUAGE_NEGOTIATION_URL_FALLBACK - assumed 'LOCALE_LANGUAGE_NEGOTIATION_URL_FALLBACK' in locale_language_negotiation_info() (line 587 of C:\wamp\www\modules\locale\locale.module).
Any help would be appreciated.
Comment #9
swentel commentedAh crap, linked to wrong issue, this is the right one #1562670: Bad locale.admin.inc file under windows environment
Comment #10
bmgrimes commentedAh, that makes more sense. Thanks!
Comment #11
msg commentedSame problem :-(
Comment #12
jyraya commentedHello,
I did what it is explained in the issue "#1562670: Bad locale.admin.inc file under windows environment" and that worked fro me.
Thanks!