WoW-CMS / BlizzCMS

BlizzCMS is a CMS built with CodeIgniter 3 for World of Warcraft emulators.
MIT License
99 stars 88 forks source link

🐛 [Bug Report]: Unable to Register / Login (AzerothCore (07/16/23)) (BlizzCMS v1.2.1) #121

Open b3ck opened 1 year ago

b3ck commented 1 year ago

BlizzCMS Version

1.2.1

Emulator

AzerothCore rev. 891d7bd47c96+ 2023-07-16 22:46:50 +0000 (master branch) (Unix, RelWithDebInfo, Static)

PHP Version

PHP 7.4.33

Operating system

Windows 11 Pro | Version 22H2 | OS build 22621.1413

Web server

Apache 2.4.54

Database

MySQL 8.0.31

What happened?

I have installed the latest stable version per the documentation and when I try to register/login I am getting a incorrect username/password error.

After trying to register it brings me to the login page without any type of notification saying it was successful, and when checking the acore_auth DB the account is not made also when trying to login with an existing account I made from the AC Console it still says that the username and password is incorrect. When trying to use a name that is already in the acore_auth DB it says This account already exists also using the latest stable version of AzerothCore for WoW 3.3.5a (12340) WotLK

For testing purposes I created my own test registration page that uses HTTP > POST with SoapClient and I was able to create an account that way.. so I don't know if there is somewhere in a config file within BlizzCMS that allows the use of SOAP or not..

How can the issue be reproduced?

I just followed the pre-install directions and the install instructions exactly how it was documented and tried to register and login.

Screenshots

When trying to login with an account made using BlizzCMS:

Screen Shot 2023-07-18 at 12 59 00 PM

When trying to create a account using the same account name from an account I created using the AC Console:

Screen Shot 2023-07-18 at 1 01 31 PM

So obviously it's getting a connection to the acore_auth database.

b3ck commented 1 year ago

Also just so you know I was able to install, register and log into the CMS with BlizzCMS (v2.0.0-beta.2)