Unable to set the human translation
Feb 19, 2012 8:53 am by manish
Feb 19, 2012 8:53 am by manish
Hi Ed,
I want to do the human translation of a few sentences.
when I goto the page:
my_web_page?language_edit=1
I do the human translation.
It asks for a username / password.
But it is not accepting the username/password that I have specified in the config.php file
Please let me know how to set the username/password so that I can save the human translation.
Thanks,
Manish
Re: Unable to set the human translation
Feb 19, 2012 12:37 pm by Yana
Feb 19, 2012 12:37 pm by Yana
Hi,
Please try to add this line in your .htaccess file
SetEnvIfNoCase Authorization "Basic ([a-z0-9=]+)" REDIRECT_REMOTE_AUTHORIZATION=$1
Edit gtranslate/edit_translation.php and add this code
if (isset($_SERVER["REDIRECT_REMOTE_AUTHORIZATION"]) && $_SERVER["REDIRECT_REMOTE_AUTHORIZATION"]!='') {
$d = base64_decode($_SERVER["REDIRECT_REMOTE_AUTHORIZATION"]);
list($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW']) = explode(':', $d);
}
SIMILAR TOPICS
German translation changes the century | Dec 31, 2018 3:06 pm | Replies: 1 | Post by: adrievdl |
Graphic translation for every language is missing | Dec 19, 2018 7:54 am | Replies: 1 | Post by: Daryl Dixon |
Problem of translation in my website | Dec 8, 2018 12:15 pm | Replies: 1 | Post by: Ibrahim |
translation works only with ctrl + f5 in browser help please | Nov 15, 2018 1:10 pm | Replies: 1 | Post by: milangomes |
How to activate neural translation | Mar 30, 2018 1:53 pm | Replies: 5 | Post by: 5hamm |