Hello

When I click on the two options, I have a page "Error 101 (net :: ERR_CONNECTION_RESET)" under WampServer

CommentFileSizeAuthor
Capture50.PNG33.17 KBelbenilol

Comments

elbenilol’s picture

Version: 7.4 » 7.14
stevenpatz’s picture

Priority: Critical » Normal
elbenilol’s picture

Priority: Normal » Critical
aspilicious’s picture

Priority: Critical » Normal

1) 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

elbenilol’s picture

Sorry 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

swentel’s picture

Assigned: elbenilol » Unassigned
Status: Active » Postponed (maintainer needs more info)

Try 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.

swentel’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
bmgrimes’s picture

Status: Closed (duplicate) » Active

I 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.

swentel’s picture

Status: Active » Closed (duplicate)

Ah crap, linked to wrong issue, this is the right one #1562670: Bad locale.admin.inc file under windows environment

bmgrimes’s picture

Ah, that makes more sense. Thanks!

msg’s picture

Same problem :-(

jyraya’s picture

Hello,

I did what it is explained in the issue "#1562670: Bad locale.admin.inc file under windows environment" and that worked fro me.

Thanks!