Hello,
I think there is an issue when you have a 2 levels array parameter in your URL.
For example an URL like [url]http://www.mydomain.com?param[lvl1][lvl2]=value[/url]
There are the following warnings when trying to translate the page:
Warning: urlencode() expects parameter 1 to be string, array given in /srv/www/vhosts/www.domain.com/www/gtranslate/gtranslate.php on line 25
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/www.domain.com/www/gtranslate/gtranslate.php:25) in /srv/www/vhosts/www.domain.com/www/gtranslate/gtranslate.php on line 141
How can we solve this?
Best regards