On Wed, 26 Mar 2008 13:39:09 +0100 Morten Brekkevold morten.brekkevold@uninett.no wrote:
You may however be able to workaround this issue if you can downgrade your mod_python version to 3.2. It is likely that the mod_python package from Ubuntu 7.04 (feisty) is still compatible with 7.10 (gutsy) and can be installed. If you are able to do this, you may also need to purge the stored status preferences from the NAV database. That can be accomplished by running 'psql navprofiles nav', using the database password from /usr/local/nav/etc/db.conf, and then running the following SQL statement:
DELETE FROM accountproperty WHERE property='statusprefs';
If you don't care about configuring your own special set of status preferences, it looks like you can workaround the problem just by purging the preferences from the database, as described above.
No preferences will be saved to the database unless you explicitly press the Save button in the status page preferences form.