Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-11-01 20:35:22
- Andrew
- Plugin Author

- Registered: 2004-02-23
- Posts: 730
Unable to update languages
I can’t seem to get en-us language to update. It looks as though RPC is connecting, but every time I just receive back:
Can’t connect to remote server to check for updated language files. Please try again later.
If I uncomment the line $client->debug=true in textpattern/includes/txp_prefs.php, here is the debug output:
POST / HTTP/1.0
Host: rpc.textpattern.com
Content-Type: text/xml
User-Agent: The Incutio XML-RPC PHP Library
Content-length: 190
<?xml version="1.0"?>
<methodCall>
<methodName>tups.listLanguages</methodName>
<params>
<param><value><string>bd855b81f3425ad2550817ae7e8ac851</string></value></param>
</params></methodCall>
Any ideas as to what the problem could be?
Last edited by Andrew (2006-11-01 21:14:45)
Offline
#2 2006-11-01 20:35:58
- Andrew
- Plugin Author

- Registered: 2004-02-23
- Posts: 730
Re: Unable to update languages
Oh, and I’m using the v4.0.4 release.
Offline
#3 2006-11-01 21:37:13
- Andrew
- Plugin Author

- Registered: 2004-02-23
- Posts: 730
Re: Unable to update languages
Outputting the error code & error messages from $client also displays this:
Something went wrong – -32300 : transport error – could not open socket (Connection timed out)
Offline
#4 2006-11-01 21:53:27
- Andrew
- Plugin Author

- Registered: 2004-02-23
- Posts: 730
Re: Unable to update languages
If anyone could point me to where I can download the current en-us.txt file so that I can manually update it, I’d be grateful.
Offline
#5 2006-11-01 21:54:16
- Andrew
- Plugin Author

- Registered: 2004-02-23
- Posts: 730
Re: Unable to update languages
N/m – found it
Offline
Pages: 1