im using MuEngine premium. i have problem in webengine 1.0.5 PL
If the Databases order is Me__Muonline set 1st.
$config['SQL_DB_NAME'] = 'Me_MuOnline';
$config['SQL_DB_2_NAME'] = 'MuOnline';
i can register and login from the webpage but. all function From user CP not working.
*Reset Character = ERROR: Your account has no characters.
*Unstuck Character = ERROR: Your account has no characters.
*Add Stats = ERROR: Your account has no characters.
*Fix Stats = ERROR: Your account has no characters.
*Etc.
f i set the config.ini like this order.
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline';
the result is. cant register and cant login the existing account.
ERROR: We could not create your account, please contact the Administrator.
how to Fix this???




