When trying to login or other similar User Preference related functions, an error is thrown saying table does not exist.
I managed to fix the problem by creating a pref table without the prefix (phpwiki_ as defined in the config).
Logged In: YES user_id=13755 Originator: NO
Since the SQL tables and queries are user-defined, database prefixes have to be applied manually in the config file to the DBAUTH_AUTH_ settings.
This is a known limitation.
Log in to post a comment.
Logged In: YES
user_id=13755
Originator: NO
Since the SQL tables and queries are user-defined, database prefixes have to
be applied manually in the config file to the DBAUTH_AUTH_ settings.
This is a known limitation.