rathena / FluxCP

A web-based Control Panel for rAthena servers written in PHP. Manage player accounts, databases, support tickets, etc via your browser.
GNU Lesser General Public License v3.0
180 stars 211 forks source link

Issue on Character List in Account and Admin Menu #307

Closed lelouch22 closed 2 years ago

lelouch22 commented 2 years ago

The character list on accounts and admin menu didn't show up even though there are already characters in the sql, it only says "No characters found." or "This account has no characters on FluxRO.". I'm currently using the latest commit 6d95229.

reunite-ro commented 2 years ago

The character list on accounts and admin menu didn't show up even though there are already characters in the sql, it only says "No characters found." or "This account has no characters on FluxRO.". I'm currently using the latest commit 6d95229.

are you using the latest rathena git ?

Older rathena git which still using TXT might still have issue since latest fluxcp are using YML.

Make sure use default theme not your own custom theme.

Balferian commented 2 years ago

The character list on accounts and admin menu didn't show up even though there are already characters in the sql, it only says "No characters found." or "This account has no characters on FluxRO.". I'm currently using the latest commit 6d95229.

You need to use webservice from vstumpf https://github.com/rathena/rathena/pull/5731 or switch off this config https://github.com/rathena/FluxCP/blob/master/config/application.php#L24

lelouch22 commented 2 years ago

Thanks for the info @Balferian.