Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 21 of 21
$Configuration['DATABASE_NAME'] = 'database1_issuedb';
// For integration of main forum user database
$Configuration['USER_DATABASE_NAME'] = 'database1_rootdb';
$Configuration['DATABASE_TABLE_PREFIX'] = 'IST_'; to point to the tables, but it's looking for IST_User as well. All of the documentation and discussions i've found say that the User table doesn't reference this variable, but it seems to be doing so in my case.$DatabaseTables['User'] = 'LUM_User'
Error Message
An error occurred while attempting to validate your credentials
Affected Elements
Authenticator.Authenticate();
The error occurred on or near: Table 'vanilla_db.IST_User' doesn't exist
Error Message
An error occurred while attempting to retrieve the requested user.
Affected Elements
UserManager.GetSessionDataById();
The error occurred on or near: Table 'vanilla_db.IST_User' doesn't exist I've deleted cookies (path, domain and session) cleared my cache and restarted firefox...any suggestions?
$s->SetMainTable('User', 'u', $Context->DatabaseTables['User']);$DatabaseTables['User'] = 'LUM_User'1 to 21 of 21