[Radiant] migration problems 0.6.5 => 0.6.7

2008-06-24 Thread Jan T
Hi, i ran into a weird migration problem, after having migrated 3 sites successfully, i now get an error when i try to log into the admin area. The log says: NameError (undefined local variable or method `salt' for # 0.0419s == 19 AddSaltToUsers: migrated (0.0439s)

Re: [Radiant] Re: Re: Extensions trouble in 0.6.7

2008-06-02 Thread Jan T
no, you don't need shards, if you're trying to (re-)install reorder, have a look at the other thread. j On Tue, Jun 3, 2008 at 12:55 AM, Shane Thacker <[EMAIL PROTECTED]> wrote: > Sean Cribbs wrote: >> Shane, >> >> Try removing all extensions from loading while doing this. Edit the >> appropriate

Re: [Radiant] Re: Extensions trouble in 0.6.7

2008-06-02 Thread Jan T
HI, could be a similar problem to the one that i had with the reorder extension, because during my several try-outs i got same error messages. Probably the extension needs to have a reference to the app now, since shards is in there now. Something like: require_dependency 'application' But i have

[Radiant] Re: reorder on 0.6.7

2008-06-02 Thread Jan T
Hi again, so, in another installation it did work and in a freah one too. so i hope, that my problem is solved so far. I could send you a patch, but you could also just open the file and uncomment the 2nd line yourself, which is probably faster ;-) best, jan On Mon, Jun 2, 2008 at 11:31 PM, Jan T

[Radiant] Re: reorder on 0.6.7

2008-06-02 Thread Jan T
was a little fast in answering - everything looks good now, but i cannot move any items! On Mon, Jun 2, 2008 at 11:18 PM, Jan T <[EMAIL PROTECTED]> wrote: > Hi, > to answer my own question: > the fix was pretty easy: i just uncommented the line > > require_dependency

[Radiant] Re: reorder on 0.6.7

2008-06-02 Thread Jan T
Hi, to answer my own question: the fix was pretty easy: i just uncommented the line require_dependency 'application' in reorder_extension.rb and now reorder seems to work as before and without shards. cheers, Jan On Mon, Jun 2, 2008 at 2:36 PM, Jan T <> wrote: > > Hi lis

[Radiant] reorder on 0.6.7

2008-06-02 Thread Jan T
Hi list, i'm not able to get the reorder extension running on 0.6.7. Updatting works fine, but after installing the extension the +/- buttons next to the page tree stopped working. I applied a patch < http://www.ruby-forum.com/topic/150410 >, then everything looks fine, but when i want to save a p