Change of language

Found a bug? Tell us!!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Yes, this is exactly what I wanted to see. It's in fact the right input; but it tells us, that it uses "en" as the language variable for your Author.

Please do a SQL query like this:

Code: Select all

SELECT * FROM serendipity_config WHERE name = 'lang'
and show me the output?

I hope this will lead us to further information. The event plugins you listed are still the only ones you have installed, right?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
FireBoneX
Regular
Posts: 11
Joined: Wed May 17, 2006 8:07 pm

Post by FireBoneX »

the output for this query is

SQL result

Host: localhost
Database: serendipity
Generation Time: May 19, 2006 at 08:19 AM
Generated by: phpMyAdmin 2.6.4-pl4 / MySQL 4.1.19-community-nt
SQL query: SELECT * FROM serendipity_config WHERE name = 'lang' LIMIT 0, 30 ;
Rows: 2
name value authorid
lang es 1
lang es 0

The event plugins I listed are still the only ones I have installed
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Sorry for taking me some time.

Now the only way why this language thing is making trouble could be because you enable "auto-detect language of visitors browser" in the serendipit yconfiguration, could you check that? Also, if you could try to make "Spanish" as the default language of your browser, if this changes anything?

I'm a bit out of options now, I've never seen this before. Would it be possible for me to get access to your blog to test some things?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
FireBoneX
Regular
Posts: 11
Joined: Wed May 17, 2006 8:07 pm

Post by FireBoneX »

:D ok. you are right, when I change the browser configuration change the language. but how disable this change or how set the language spanish 'es' as default? :oops:

thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You could try to enter the s9y configuration, and then under the "General settings" change the option "Use visitor's browser language as default" to "NO". :-)

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
FireBoneX
Regular
Posts: 11
Joined: Wed May 17, 2006 8:07 pm

Post by FireBoneX »

great! thanks for your help. :D
Post Reply