User andpassword and strange characters
Nov 18, 2011 12:02 pm by [email protected]
Nov 18, 2011 12:02 pm by [email protected]
Just installed the Pro version on zetalabshop.com and all seem work well forthe moment, but I have same strange characters (see for example all the           at http://www.zetalabshop.com/en/products/ ... ifuges.php)
So I tried to edit the page with the ?language_edit=1 but It does not accept the username and password (the one of config.php file) when I save the change to end/modify the translate.
Any idea?
Regards
Re: User andpassword and strange characters
Nov 18, 2011 4:13 pm by reaxion
Nov 18, 2011 4:13 pm by reaxion
I am having this same problem. And looking at other threads I'd just like to add my server meets all requirements up to this point...
Thanks!
Re: User andpassword and strange characters
Nov 18, 2011 4:33 pm by reaxion
Nov 18, 2011 4:33 pm by reaxion
As it turned out, my server runs php as cgi, so I was instructed to add this to my .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
I'm not sure if that is server specific to me, but you can try.
but I'm getting a new error now as I edit my page (I'm editing text for an ecommerce site set up with Shopp)
<br />
<b>Warning</b>: Attempt to modify property of non-object in <b>/home/rcakitshop/www/www/gtranslate/edit_translation.php</b> on line <b>20</b><br />
<br />
<b>Warning</b>: Attempt to modify property of non-object in <b>/home/rcakitshop/www/www/gtranslate/edit_translation.php</b> on line <b>21</b><br />
success
Re: User andpassword and strange characters
Nov 18, 2011 7:03 pm by [email protected]
Nov 18, 2011 7:03 pm by [email protected]
Many thanks for your answer, but I don't understand if you have solved or not and if this suggestion is for strange characters or for the login and password problem.
Regards
Re: User andpassword and strange characters
Nov 19, 2011 10:26 am by [email protected]
Nov 19, 2011 10:26 am by [email protected]
I solved the login and password problem adding:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
in .htaccess file
Many thanks.
I also find the solution for strange characters.
The problem is in my html.
I have to add:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
in all my page and compress the file deleting the white spaces.
I have already some page translated now in the cache folder; my question is now:
How do I make the new translation of the pages after changing the html code as described?
Can I delete the chace content and re-start from zero or is there another way?
Regards
Re: User andpassword and strange characters
Nov 21, 2011 11:24 am by Jarrell22
Nov 21, 2011 11:24 am by Jarrell22
In our Moodle installation, we've noticed that if a username contains accented chararacters or cedillas (ç), then when adding the user to moodle, a second user is created with a negative ID, this user is registered in both joomdle and moodle but not in joomla, the original user only is registered in joomla. Also the user details (from the new user) in moodle are empty.
ID Username
901 Ailó
-502 ailã³
Any toughts on how to correct this.
We already have modified our registration form, so that it doesn't accept those chars, but we already have a large number of users in this situation.
Re: User andpassword and strange characters
Nov 21, 2011 12:07 pm by Edvard
Nov 21, 2011 12:07 pm by Edvard
I have to add:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
You will need to use Unicode for all your pages:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
After changing that there is no need to re-translate the contents. To be sure now you can select UTF-8 character encoding from your browser and see that in that case you don't see weird characters.
In our Moodle installation, we've noticed that if a username contains accented chararacters or cedillas (ç), then when adding the user to moodle, a second user is created with a negative ID, this user is registered in both joomdle and moodle but not in joomla, the original user only is registered in joomla. Also the user details (from the new user) in moodle are empty.
I'm not sure that it is related to GTranslate. Did that happen after GTranslate installation?
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 |
New user. Only one widget instance | Sep 2, 2016 4:12 pm | Replies: 6 | Post by: superdoc |
Strange code in footer | Feb 21, 2016 3:13 pm | Replies: 13 | Post by: olegthered |