> > If it's only one account, you could compare the contents of the users > table > > and the preferences table and see if the foreign keys are ok. > > Hrm, interesting, at some point the entry in the entire row of > preferences for this user got deleted. That might explain the problem. > ;)
This could then be an easy fix. Just create a new record in the preferences table, link it to this users. Perhaps copy the values from another users. > >> (It is possible this is a sideeffect of having moved from mysql to > >> > Does the mobile interface work? > >> > >> No, but for a different reason- it appears to be served as content > >> type 'tracks/mobile' :) > >> > > > > Hmm, that should have been removed. Did you recreate you > environment.rb? > > The template has changed since the last rails upgrade. > > That did the trick, thanks. I'm hoping we can do a 1.7RC release soon (the tag for it is on github). I've updated the installation manual to mention the changed template. And we could remind people in the announcement... Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
