language_edit keep asking me user/pass even I'm typing right
Mar 24, 2012 6:33 pm by dAb
Mar 24, 2012 6:33 pm by dAb
When I save my edit, browser will keep asking me user/pass even I'm typing right
http://d.pr/aeHd
I am pretty sure I was typing right, however the browser is still asking me...
Re: language_edit keep asking me user/pass even I'm typing r
Mar 24, 2012 9:32 pm by Yana
Mar 24, 2012 9:32 pm by Yana
Hi,
Please read this topic.
cannot-save-changes-t783.html#:~:text=cannot%20save%20translation
Hope this will help you.
Re: language_edit keep asking me user/pass even I'm typing r
Mar 25, 2012 7:29 am by dAb
Mar 25, 2012 7:29 am by dAb
Hi, thanks for the reply.
But it doesn't work.
http://d.pr/sl8d
Should I change 'PHP_AUTH_USER' 'PHP_AUTH_PW' to something?
Because I get this http://d.pr/bk3P when I going to save the edit
Re: language_edit keep asking me user/pass even I'm typing r
Mar 27, 2012 9:15 am by Yana
Mar 27, 2012 9:15 am by Yana
Hi,
Please try to add the following line in your .htaccess
SetEnvIfNoCase Authorization "Basic ([a-z0-9=]+)" REDIRECT_REMOTE_AUTHORIZATION=$1
and add the following code in the edit_translation.php after "require_once 'config.php';" line
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);
}
If this doesn't help please try to add this one in .htaccess
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
Re: language_edit keep asking me user/pass even I'm typing r
Mar 27, 2012 9:38 am by dAb
Mar 27, 2012 9:38 am by dAb
Sorry. Why I can't find the line "require_once 'config.php';" in edit_translation.php.
My received Pro version number is v3.141592, am I too old?
Re: language_edit keep asking me user/pass even I'm typing r
Mar 27, 2012 10:13 am by Yana
Mar 27, 2012 10:13 am by Yana
Hi,
It is the latest version. If you can send ftp access and backend admin username/password I can check your settings.
Please use our contact form on the homepage.
SIMILAR TOPICS
joomla google translate based on user ip | Aug 15, 2018 10:09 am | Replies: 1 | Post by: ameerjaiswal |
Auto detect the language of the browser/OS/User in Joomla | Feb 23, 2017 5:23 am | Replies: 3 | Post by: emilio_n |
Getting User's Real IP for Geo Location | Dec 10, 2016 2:18 am | Replies: 4 | Post by: natastna2 |
Problems with language_edit | Oct 27, 2016 9:22 am | Replies: 1 | Post by: bayo |
New user. Only one widget instance | Sep 2, 2016 4:12 pm | Replies: 6 | Post by: superdoc |