I tried to use this module but it isn't working at all. See the following analysis with LiveHTTPHeaders.

http://localhost/drupal6/l10n_client/save

POST /drupal6/l10n_client/save HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: de,en;q=0.8,en-us;q=0.6,de-de;q=0.4,es;q=0.2
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
X-Requested-With: XMLHttpRequest
Referer: http://localhost/drupal6/de/beispiele
Content-Length: 63
Cookie: CFADMIN_LASTPAGE_ADMIN=%2FCFIDE%2Fadministrator%2Fsettings%2Fversion%2Ecfm; SESS7f96114f5554854dcd79508f31e86ad5=ipac5uot5pasjqbaujlenq24l3; SESSa955ad6f1f4200d67d8e737cf8f39496=crk6hodqcde1t9vcrph9oottp3; SESS382051e6e1ed8806a7f7ff8f96fa26b4=kh17ceog9j6j1nstq95fr0jcm0; has_js=1; Drupal_l10n_client=1
Pragma: no-cache
Cache-Control: no-cache
source=View%20user%20profile.&target=Benutzerprofil%20anzeigen.


HTTP/1.x 500 Internal Server Error
Server: Microsoft-IIS/5.1
Date: Sun, 03 Feb 2008 14:16:03 GMT
Connection: close
X-Powered-By: PHP/5.2.4
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Sun, 03 Feb 2008 14:16:03 GMT
Cache-Control: store, no-cache, must-revalidate, post-check=0, pre-check=0
Content-Type: text/html; charset=utf-8
CommentFileSizeAuthor
#3 l10n_client_localecacheclear.patch789 byteshass

Comments

gábor hojtsy’s picture

Status: Active » Postponed (maintainer needs more info)

Hm, looks like the request goes to a path without /de/ in it. Would that work on your server? (An 500 Server error is generated by the server, not by Drupal, so the request goes wrong).

hass’s picture

Hm - i'm not sure if this is related to /de/. This is a custom alias from D5 times - it's not a path from D6. I know this is a server error, but it must be something programmatic. Everything else works, well... i have no idea why a path like /drupal6/l10n_client/save shouldn't work.

hass’s picture

Title: HTTP 500: deprecated cache clear function used » HTTP 500 error on every save
StatusFileSize
new789 bytes

Looks like i'm the one and only person trying to use this module... and falling over deprecated cache clear functions.

PS: All official D6 releases are broken...

hass’s picture

Title: HTTP 500 error on every save » HTTP 500: deprecated cache clear function used
Status: Postponed (maintainer needs more info) » Needs review
hass’s picture

Title: HTTP 500 error on every save » HTTP 500: undefined cache clear function used
gábor hojtsy’s picture

Status: Needs review » Fixed

Committed, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.