Comment 6 for bug 263931

Revision history for this message
Morten Brekkevold (mbrekkevold) wrote :

To purge all status preference settings (for all users) from the database, connect to the navprofiles database using psql ("psql navprofiles nav"), and execute the following SQL:

DELETE FROM accountproperty WHERE property='statusprefs';

This should fix the status page crashes seen by some in NAV 3.4.3.