It's tough to tell you what to do without being able to look at your code, but 
the translate API is subject to a URL length limit of approximately 2,000 
characters. In addition, MSIE will only allow URLs slightly longer than that at 
all before it errors on its own. In both cases, this limit is AFTER the string 
is url-encoded, so it could end up seeming a lot shorter than that depending on 
your language. It could be that you will need to figure out a way to split your 
strings into more, shorter requests.

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
[email protected]

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

On May 15, 2010, at 10:22 PM, zac wrote:

> I am using jQuery and google translate on a wordpress site. It works
> well unless I call a div that is repeated in the loop like in an
> archives page. On these pages I get a network error 414 that the
> request URI is too large. The archives page I have are short and the
> php is only generating about 5 paragraphs for each category archive.
> Does anyone know how I can correct this error?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google AJAX APIs" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-ajax-search-api?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to