2008-08-25 00:56 |
taylor
Taylor Venable <taylor at metasyntax.net>
Hi, I'm trying Sputnik for a wiki on my personal site, but I'm having
trouble staying logged in. Following precisely the instructions on the
easy installation (i.e. non-custom) page, I got it set up quite
painlessly. Then I run it with Xavante, and I can access the site,
make accounts, etc. But when I log in, anytime I change the page I am
suddenly no longer logged in! For example, I can log in on the "Start"
page, then click on the "Some Other Page" and I'm no longer logged in.
This looks like a pretty cool project, so I wish I could check it out
some more. Thanks for any ideas.
--
Taylor Venable http://real.metasyntax.net:2357/
foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
[f(l[0], foldr(f, i, l[1:]))])[0]
2008-08-25 07:01 |
yuri
Yuri Takhteyev <yuri at sims.berkeley.edu>
This is a known but, but it's easy to work around. It has to do with they way some of the configurations are preserved between requests in Xavante. The solution is to restart Xavante after creating the very first account. After that, it should all work fine. Note that you only need to do this after creating the first account - not after every account creation. - yuri On Sun, Aug 24, 2008 at 7:56 PM, Taylor Venable <taylor@metasyntax.net> wrote: > Hi, I'm trying Sputnik for a wiki on my personal site, but I'm having > trouble staying logged in. Following precisely the instructions on the > easy installation (i.e. non-custom) page, I got it set up quite > painlessly. Then I run it with Xavante, and I can access the site, > make accounts, etc. But when I log in, anytime I change the page I am > suddenly no longer logged in! For example, I can log in on the "Start" > page, then click on the "Some Other Page" and I'm no longer logged in. > This looks like a pretty cool project, so I wish I could check it out > some more. Thanks for any ideas. > > -- > Taylor Venable http://real.metasyntax.net:2357/ > > foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or > [f(l[0], foldr(f, i, l[1:]))])[0] > > _______________________________________________ > Sputnik-list mailing list > Sputnik-list@lists.luaforge.net > http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list > -- http://sputnik.freewisdom.org/
2008-08-27 23:22 |
taylor
Taylor Venable <taylor at metasyntax.net>
On Mon, 25 Aug 2008 02:01:12 -0700 "Yuri Takhteyev" <yuri@sims.berkeley.edu> wrote: > This is a known but, but it's easy to work around. It has to do with > they way some of the configurations are preserved between requests in > Xavante. The solution is to restart Xavante after creating the very > first account. After that, it should all work fine. Note that you > only need to do this after creating the first account - not after > every account creation. OK, yes this works fine. Thanks! -- Taylor Venable http://real.metasyntax.net:2357/ foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or [f(l[0], foldr(f, i, l[1:]))])[0]