Hey, I've successfully installed the latest version of AzerCMS.
However, I get the following error when someone tries to register:
This page isn't working
wow.exile.gg is currently unable to handle this request.
HTTP ERROR 500
Error I get when purchasing a item from the store:
From: Admin Monday May 14, 2018 @ 11:44 AM
[Reply] [Delete]
Your recent purchase via the Item Store could not be processed, because the selected realm is offline.
Your purchase will be flagged and reviewed by an administrator.
I've tried changing the SOAP IP to 0.0.0.0 and restarted my WorldServer but I'm having no luck getting it working.
Also, for some reason on my version of TrinityCore GM accounts with permissions set to 4 can't do anything so I had to set it to 3.
Any help would be appreciated as I really want to get this working, thank you.
Site AzerCMS is installed on: wow.exile.gg
How I configured the installation:
Port Host: Localhost
My SQL Host: Localhost
My SQL Username: root
My SQL Password: **********
CMS Database: cms
Account Database: auth
SOAP Host: 0.0.0.0
SOAP User: root
SOAP Password: **********
Paypal Email: exile_eu@hotmail.com
Paypal Currency: EURO
Realm Name: Sindragosa
Realm Description: x1 Blizzlike
Realm Character Database: characters
Realm Port: 3306
Realm SOAP Port: 7878
Worldserver.conf
# CONSOLE AND REMOTE ACCESS
#
# Console.Enable
# Description: Enable console.
# Default: 1 - (Enabled)
# 0 - (Disabled)
Console.Enable = 1
#
# Ra.Enable
# Description: Enable remote console (telnet).
# Default: 0 - (Disabled)
# 1 - (Enabled)
Ra.Enable = 0
#
# Ra.IP
# Description: Bind remote access to IP/hostname.
# Default: "0.0.0.0" - (Bind to all IPs on the system)
Ra.IP = "0.0.0.0"
#
# Ra.Port
# Description: TCP port to reach the remote console.
# Default: 3443
Ra.Port = 3443
#
# Ra.MinLevel
# Description: Required security level to use the remote console.
# Default: 3
Ra.MinLevel = 3
#
# SOAP.Enable
# Description: Enable soap service.
# Default: 0 - (Disabled)
# 1 - (Enabled)
SOAP.Enabled = 1
#
# SOAP.IP
# Description: Bind SOAP service to IP/hostname.
# Default: "127.0.0.1" - (Bind to localhost)
SOAP.IP = "0.0.0.0"
#
# SOAP.Port
# Description: TCP port to reach the SOAP service.
# Default: 7878
SOAP.Port = 7878
#