Hello..
After reading all the topic's here about 'flux control panel problems' i decided to make a new topic..
What i've done:
I installed the newest Flux control panel version from calciumkid. Then i configued the Application and Servers.php. Also created a new database for the control panel. At first it seems it works fine. I created a account and it works too. But when i want to login with the new account to my server > 'Unregistered ID'.
The problem is, that the new account saved in the wrong Login table (it saved in the control panel db).
I have to 2 database, the first as main database for my server and the second for the control panel.
How can i connect the control panel with my main database?
// Login server configuration.
'LoginServer' => array(
'Address' => 'IP adress',
'Port' => 6900,
'UseMD5' => true,
'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true).
'Level' => 0, // Default account level during registration.
//'Database' => 'ragnarok' <--- When i change this to my main database and delete the // i got an error after account creation 'Uh oh, what happened?'...
Anyone can help me..?