Ask Your Question
1

Local installation whithout language switch

asked 2011-05-28 04:51:53 -0500

Katy23's avatar

I install askbot locally following this instructions but i can't find the top language switch

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2011-05-28 05:45:28 -0500

Evgeny's avatar

updated 2011-06-17 16:10:18 -0500

edited

Hello, I have posted a branch on github.

git clone git://github.com/ASKBOT/askbot-devel.git
cd askbot-devel
git fetch origin askbot-site
git checkout askbot-site

Then you'll have the multilingual code. There will be one more required app called localeurl, available here

edit flag offensive delete link more

Comments

ok :). thanks
Katy23's avatar Katy23  ( 2011-05-28 05:57:12 -0500 )edit
any news? :)
Katy23's avatar Katy23  ( 2011-06-16 09:27:58 -0500 )edit
I will push the askbot site repository today to the github, will you use it?
Evgeny's avatar Evgeny  ( 2011-06-16 13:16:46 -0500 )edit
Evgeny's avatar Evgeny  ( 2011-06-16 13:29:14 -0500 )edit
I install the latest version of askbot now but i can't see the top language switch...
Katy23's avatar Katy23  ( 2011-06-17 15:51:54 -0500 )edit
2

answered 2011-10-06 04:04:08 -0500

Cedric's avatar

updated 2011-10-06 07:04:45 -0500

It doesn't work for me, I installed it and added localeurl to the installed apps and when I run it, I get the error :

 AttributeError at /en/questions/
'NoneType' object has no attribute 'endswith'


Exception Location: /.../lib/python2.6/posixpath.py in join, line 67
Python Executable:  /.../bin/python
Python Version: 2.6.7

Can you help me please?

Edit: I found out that my problem was linked to my database. Now there is no more errors but my new problem is that when I click on any link, it tries to go to domain/en/page. The problem is that the server says the page doesn't exists (404 error). If I just remove the /en (domain/en/page -> domain/page), it works but there is still not the translation bar... I guess something is missing in my settings but I don't know what... Can you help please?

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2011-05-28 04:51:53 -0500

Seen: 464 times

Last updated: Oct 06 '11