Hi folks,
First thing I did is to setup FLUXcp in localhost in my VPS, locally it works now.
config/servers.php
'Hostname' => '127.0.0.1',
'Username' => 'root',
'Password' => '12345',
Now, I setup it on my free webhosting but I encounter this critical error. I'm not sure if I config the servers.php properly.
'Hostname' => '<My server's IP Address>',
'Username' => 'root',
'Password' => '12345',
'Database' => 'rathena_PRERE_db',