[cvs] [Wiki] changed: FAQ/Admin/Troubleshoot

Wiki Guest wikiguest at horde.org
Tue Mar 20 09:18:10 UTC 2007


guest [134.34.1.209]  Tue, 20 Mar 2007 02:18:10 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision:  7.2
Change log:  "Last login: Never": cf. UPGRADING from Horde 2

@@ -27,9 +27,9 @@
 +++ After logging in the message "Last login: Never" is displayed. Always.
 You didn't configure a permanent preference backend like SQL or LDAP.
Preference backends are used to store user settings and personal stuff like
the last login time. As an administrator go the the setup screen for Horde,
select the {{Preference System}} tab, and enter the necessary settings. The
{{PHP Sessions}} backend does //not// store the user settings permanently.
You might also need to create some storage resource in the backend of your
choice, e.g. a table in your SQL database or a scheme in your LDAP
directory. But this is covered in the
[http://www.horde.org/horde/docs/?f=INSTALL.html installation
documentation].

 When you are using preferences data from Horde 2.x with Horde 3.0, you have
to delete all "last_login" preferences, as mentioned in the
[http://www.horde.org/horde/docs/?f=UPGRADING.html#upgrading-horde-from-2-x-to-3-0-x
installation documentation]. For example, in a MySQL database, you would
issue the command:
-<code>delete from horde_prefs where pref_name='last_login';<code>
+<code>delete from horde_prefs where pref_name='last_login';</code>

 ++ Common error messages

 +++ "Call to undefined function: _( )"


More information about the cvs mailing list