AzerothCore module configuration not found
I got problem with my modules, since the .dist/.conf seems to not be found (they're on the same folder as the two server .exe)
So I listed what I use and put in () if there is a problem (the core is fresh core from 01/19/2019 at 7 pm), also I change the .dist to .conf and it didn't fix the issues:
-Account achievement
-BG Reward (seems to get some bug, but I'm in local I can't test it for now)
-chat login (seems to don't work)
-congrats on level
-mod eluna engine
-fireworks on level (I don't see fireworks)
-mod individual XP
-mod instance reset
-item level up
-notify when muted
-npc gambler (since the git pull the 19/01 at 7 pm I can't spam the answers, but I have to quit the dialog box and retalk to him, but no other bug except that)
-phased duel
-mod premium (can't open the book anymore, since the last git pull too)
-mod start guild (seems to don't put people on a guild)
-mod transmog (I can transmog, but the setting are unfound)
I also put my server.log in pastebin :
https://pastebin.com/FZwKEuSW
And at connection I got :
-This server is running the StartGuild module.
-This server is running PhasedDuels module.
-This server is running GamblerNPC module.
-This server is running IndividualXpRate module.
-This server is running CustomServer (must be fireworks) module.
-This server is running CongratsOnLevel module.
-This server is running AccountAchievements module.
EDIT :
To show you what error I got in my worldserver.exe :
Not found option 'Gambler.Amount1'. The default value is used (1)
Not found option 'Gambler.Amount2'. The default value is used (2)
Not found option 'Gambler.Amount3'. The default value is used (3)
Not found option 'Gambler.Amount4'. The default value is used (4)
Not found option 'Gambler.Amount5'. The default value is used (5)
Not found option 'Gambler.Jackpot'. The default value is used (50)
Not found option 'Transmogrification.EnableSetInfo'. The default value is used (Yes)
Not found option 'Transmogrification.SetNpcText'. The default value is used (50001)
Not found option 'Transmogrification.EnableSets'. The default value is used (Yes)
Not found option 'Transmogrification.MaxSets'. The default value is used (10)
Not found option 'Transmogrification.SetCostModifier'. The default value is used (3.000000)
Not found option 'Transmogrification.SetCopperCost'. The default value is used (0)
Not found option 'Transmogrification.EnableTransmogInfo'. The default value is used (Yes)
Not found option 'Transmogrification.TransmogNpcText'. The default value is used (50000)
Not found option 'Transmogrification.Allowed'. The default value is used ()
Not found option 'Transmogrification.NotAllowed'. The default value is used ()
Not found option 'Transmogrification.ScaledCostModifier'. The default value is used (1.000000)
Not found option 'Transmogrification.CopperCost'. The default value is used (0)
Not found option 'Transmogrification.RequireToken'. The default value is used (No)
Not found option 'Transmogrification.TokenEntry'. The default value is used (49426)
Not found option 'Transmogrification.TokenAmount'. The default value is used (1)
Not found option 'Transmogrification.AllowPoor'. The default value is used (No)
Not found option 'Transmogrification.AllowCommon'. The default value is used (No)
Not found option 'Transmogrification.AllowUncommon'. The default value is used (Yes)
Not found option 'Transmogrification.AllowRare'. The default value is used (Yes)
Not found option 'Transmogrification.AllowEpic'. The default value is used (Yes)
Not found option 'Transmogrification.AllowLegendary'. The default value is used (No)
Not found option 'Transmogrification.AllowArtifact'. The default value is used (No)
Not found option 'Transmogrification.AllowHeirloom'. The default value is used (Yes)
Not found option 'Transmogrification.AllowMixedArmorTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowMixedWeaponTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowFishingPoles'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqRace'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqClass'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSkill'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSpell'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqLevel'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqEvent'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqStats'. The default value is used (No)
Not found option 'StartGuild.Enable'. The default value is used (Yes)
Not found option 'StartGuild.Announce'. The default value is used (Yes)
Not found option 'GamblerNPC.Announce'. The default value is used (Yes)
Not found option 'CustomServer.Announce'. The default value is used (Yes)
Not found option 'LoginChat.name'. The default value is used (world)
Not found option 'PhasedDueling.Enable'. The default value is used (Yes)
It seems the modules always take the default value, but their .conf/.conf.dist aren't found
azerothcore
add a comment |
I got problem with my modules, since the .dist/.conf seems to not be found (they're on the same folder as the two server .exe)
So I listed what I use and put in () if there is a problem (the core is fresh core from 01/19/2019 at 7 pm), also I change the .dist to .conf and it didn't fix the issues:
-Account achievement
-BG Reward (seems to get some bug, but I'm in local I can't test it for now)
-chat login (seems to don't work)
-congrats on level
-mod eluna engine
-fireworks on level (I don't see fireworks)
-mod individual XP
-mod instance reset
-item level up
-notify when muted
-npc gambler (since the git pull the 19/01 at 7 pm I can't spam the answers, but I have to quit the dialog box and retalk to him, but no other bug except that)
-phased duel
-mod premium (can't open the book anymore, since the last git pull too)
-mod start guild (seems to don't put people on a guild)
-mod transmog (I can transmog, but the setting are unfound)
I also put my server.log in pastebin :
https://pastebin.com/FZwKEuSW
And at connection I got :
-This server is running the StartGuild module.
-This server is running PhasedDuels module.
-This server is running GamblerNPC module.
-This server is running IndividualXpRate module.
-This server is running CustomServer (must be fireworks) module.
-This server is running CongratsOnLevel module.
-This server is running AccountAchievements module.
EDIT :
To show you what error I got in my worldserver.exe :
Not found option 'Gambler.Amount1'. The default value is used (1)
Not found option 'Gambler.Amount2'. The default value is used (2)
Not found option 'Gambler.Amount3'. The default value is used (3)
Not found option 'Gambler.Amount4'. The default value is used (4)
Not found option 'Gambler.Amount5'. The default value is used (5)
Not found option 'Gambler.Jackpot'. The default value is used (50)
Not found option 'Transmogrification.EnableSetInfo'. The default value is used (Yes)
Not found option 'Transmogrification.SetNpcText'. The default value is used (50001)
Not found option 'Transmogrification.EnableSets'. The default value is used (Yes)
Not found option 'Transmogrification.MaxSets'. The default value is used (10)
Not found option 'Transmogrification.SetCostModifier'. The default value is used (3.000000)
Not found option 'Transmogrification.SetCopperCost'. The default value is used (0)
Not found option 'Transmogrification.EnableTransmogInfo'. The default value is used (Yes)
Not found option 'Transmogrification.TransmogNpcText'. The default value is used (50000)
Not found option 'Transmogrification.Allowed'. The default value is used ()
Not found option 'Transmogrification.NotAllowed'. The default value is used ()
Not found option 'Transmogrification.ScaledCostModifier'. The default value is used (1.000000)
Not found option 'Transmogrification.CopperCost'. The default value is used (0)
Not found option 'Transmogrification.RequireToken'. The default value is used (No)
Not found option 'Transmogrification.TokenEntry'. The default value is used (49426)
Not found option 'Transmogrification.TokenAmount'. The default value is used (1)
Not found option 'Transmogrification.AllowPoor'. The default value is used (No)
Not found option 'Transmogrification.AllowCommon'. The default value is used (No)
Not found option 'Transmogrification.AllowUncommon'. The default value is used (Yes)
Not found option 'Transmogrification.AllowRare'. The default value is used (Yes)
Not found option 'Transmogrification.AllowEpic'. The default value is used (Yes)
Not found option 'Transmogrification.AllowLegendary'. The default value is used (No)
Not found option 'Transmogrification.AllowArtifact'. The default value is used (No)
Not found option 'Transmogrification.AllowHeirloom'. The default value is used (Yes)
Not found option 'Transmogrification.AllowMixedArmorTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowMixedWeaponTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowFishingPoles'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqRace'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqClass'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSkill'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSpell'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqLevel'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqEvent'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqStats'. The default value is used (No)
Not found option 'StartGuild.Enable'. The default value is used (Yes)
Not found option 'StartGuild.Announce'. The default value is used (Yes)
Not found option 'GamblerNPC.Announce'. The default value is used (Yes)
Not found option 'CustomServer.Announce'. The default value is used (Yes)
Not found option 'LoginChat.name'. The default value is used (world)
Not found option 'PhasedDueling.Enable'. The default value is used (Yes)
It seems the modules always take the default value, but their .conf/.conf.dist aren't found
azerothcore
add a comment |
I got problem with my modules, since the .dist/.conf seems to not be found (they're on the same folder as the two server .exe)
So I listed what I use and put in () if there is a problem (the core is fresh core from 01/19/2019 at 7 pm), also I change the .dist to .conf and it didn't fix the issues:
-Account achievement
-BG Reward (seems to get some bug, but I'm in local I can't test it for now)
-chat login (seems to don't work)
-congrats on level
-mod eluna engine
-fireworks on level (I don't see fireworks)
-mod individual XP
-mod instance reset
-item level up
-notify when muted
-npc gambler (since the git pull the 19/01 at 7 pm I can't spam the answers, but I have to quit the dialog box and retalk to him, but no other bug except that)
-phased duel
-mod premium (can't open the book anymore, since the last git pull too)
-mod start guild (seems to don't put people on a guild)
-mod transmog (I can transmog, but the setting are unfound)
I also put my server.log in pastebin :
https://pastebin.com/FZwKEuSW
And at connection I got :
-This server is running the StartGuild module.
-This server is running PhasedDuels module.
-This server is running GamblerNPC module.
-This server is running IndividualXpRate module.
-This server is running CustomServer (must be fireworks) module.
-This server is running CongratsOnLevel module.
-This server is running AccountAchievements module.
EDIT :
To show you what error I got in my worldserver.exe :
Not found option 'Gambler.Amount1'. The default value is used (1)
Not found option 'Gambler.Amount2'. The default value is used (2)
Not found option 'Gambler.Amount3'. The default value is used (3)
Not found option 'Gambler.Amount4'. The default value is used (4)
Not found option 'Gambler.Amount5'. The default value is used (5)
Not found option 'Gambler.Jackpot'. The default value is used (50)
Not found option 'Transmogrification.EnableSetInfo'. The default value is used (Yes)
Not found option 'Transmogrification.SetNpcText'. The default value is used (50001)
Not found option 'Transmogrification.EnableSets'. The default value is used (Yes)
Not found option 'Transmogrification.MaxSets'. The default value is used (10)
Not found option 'Transmogrification.SetCostModifier'. The default value is used (3.000000)
Not found option 'Transmogrification.SetCopperCost'. The default value is used (0)
Not found option 'Transmogrification.EnableTransmogInfo'. The default value is used (Yes)
Not found option 'Transmogrification.TransmogNpcText'. The default value is used (50000)
Not found option 'Transmogrification.Allowed'. The default value is used ()
Not found option 'Transmogrification.NotAllowed'. The default value is used ()
Not found option 'Transmogrification.ScaledCostModifier'. The default value is used (1.000000)
Not found option 'Transmogrification.CopperCost'. The default value is used (0)
Not found option 'Transmogrification.RequireToken'. The default value is used (No)
Not found option 'Transmogrification.TokenEntry'. The default value is used (49426)
Not found option 'Transmogrification.TokenAmount'. The default value is used (1)
Not found option 'Transmogrification.AllowPoor'. The default value is used (No)
Not found option 'Transmogrification.AllowCommon'. The default value is used (No)
Not found option 'Transmogrification.AllowUncommon'. The default value is used (Yes)
Not found option 'Transmogrification.AllowRare'. The default value is used (Yes)
Not found option 'Transmogrification.AllowEpic'. The default value is used (Yes)
Not found option 'Transmogrification.AllowLegendary'. The default value is used (No)
Not found option 'Transmogrification.AllowArtifact'. The default value is used (No)
Not found option 'Transmogrification.AllowHeirloom'. The default value is used (Yes)
Not found option 'Transmogrification.AllowMixedArmorTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowMixedWeaponTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowFishingPoles'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqRace'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqClass'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSkill'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSpell'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqLevel'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqEvent'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqStats'. The default value is used (No)
Not found option 'StartGuild.Enable'. The default value is used (Yes)
Not found option 'StartGuild.Announce'. The default value is used (Yes)
Not found option 'GamblerNPC.Announce'. The default value is used (Yes)
Not found option 'CustomServer.Announce'. The default value is used (Yes)
Not found option 'LoginChat.name'. The default value is used (world)
Not found option 'PhasedDueling.Enable'. The default value is used (Yes)
It seems the modules always take the default value, but their .conf/.conf.dist aren't found
azerothcore
I got problem with my modules, since the .dist/.conf seems to not be found (they're on the same folder as the two server .exe)
So I listed what I use and put in () if there is a problem (the core is fresh core from 01/19/2019 at 7 pm), also I change the .dist to .conf and it didn't fix the issues:
-Account achievement
-BG Reward (seems to get some bug, but I'm in local I can't test it for now)
-chat login (seems to don't work)
-congrats on level
-mod eluna engine
-fireworks on level (I don't see fireworks)
-mod individual XP
-mod instance reset
-item level up
-notify when muted
-npc gambler (since the git pull the 19/01 at 7 pm I can't spam the answers, but I have to quit the dialog box and retalk to him, but no other bug except that)
-phased duel
-mod premium (can't open the book anymore, since the last git pull too)
-mod start guild (seems to don't put people on a guild)
-mod transmog (I can transmog, but the setting are unfound)
I also put my server.log in pastebin :
https://pastebin.com/FZwKEuSW
And at connection I got :
-This server is running the StartGuild module.
-This server is running PhasedDuels module.
-This server is running GamblerNPC module.
-This server is running IndividualXpRate module.
-This server is running CustomServer (must be fireworks) module.
-This server is running CongratsOnLevel module.
-This server is running AccountAchievements module.
EDIT :
To show you what error I got in my worldserver.exe :
Not found option 'Gambler.Amount1'. The default value is used (1)
Not found option 'Gambler.Amount2'. The default value is used (2)
Not found option 'Gambler.Amount3'. The default value is used (3)
Not found option 'Gambler.Amount4'. The default value is used (4)
Not found option 'Gambler.Amount5'. The default value is used (5)
Not found option 'Gambler.Jackpot'. The default value is used (50)
Not found option 'Transmogrification.EnableSetInfo'. The default value is used (Yes)
Not found option 'Transmogrification.SetNpcText'. The default value is used (50001)
Not found option 'Transmogrification.EnableSets'. The default value is used (Yes)
Not found option 'Transmogrification.MaxSets'. The default value is used (10)
Not found option 'Transmogrification.SetCostModifier'. The default value is used (3.000000)
Not found option 'Transmogrification.SetCopperCost'. The default value is used (0)
Not found option 'Transmogrification.EnableTransmogInfo'. The default value is used (Yes)
Not found option 'Transmogrification.TransmogNpcText'. The default value is used (50000)
Not found option 'Transmogrification.Allowed'. The default value is used ()
Not found option 'Transmogrification.NotAllowed'. The default value is used ()
Not found option 'Transmogrification.ScaledCostModifier'. The default value is used (1.000000)
Not found option 'Transmogrification.CopperCost'. The default value is used (0)
Not found option 'Transmogrification.RequireToken'. The default value is used (No)
Not found option 'Transmogrification.TokenEntry'. The default value is used (49426)
Not found option 'Transmogrification.TokenAmount'. The default value is used (1)
Not found option 'Transmogrification.AllowPoor'. The default value is used (No)
Not found option 'Transmogrification.AllowCommon'. The default value is used (No)
Not found option 'Transmogrification.AllowUncommon'. The default value is used (Yes)
Not found option 'Transmogrification.AllowRare'. The default value is used (Yes)
Not found option 'Transmogrification.AllowEpic'. The default value is used (Yes)
Not found option 'Transmogrification.AllowLegendary'. The default value is used (No)
Not found option 'Transmogrification.AllowArtifact'. The default value is used (No)
Not found option 'Transmogrification.AllowHeirloom'. The default value is used (Yes)
Not found option 'Transmogrification.AllowMixedArmorTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowMixedWeaponTypes'. The default value is used (No)
Not found option 'Transmogrification.AllowFishingPoles'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqRace'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqClass'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSkill'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqSpell'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqLevel'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqEvent'. The default value is used (No)
Not found option 'Transmogrification.IgnoreReqStats'. The default value is used (No)
Not found option 'StartGuild.Enable'. The default value is used (Yes)
Not found option 'StartGuild.Announce'. The default value is used (Yes)
Not found option 'GamblerNPC.Announce'. The default value is used (Yes)
Not found option 'CustomServer.Announce'. The default value is used (Yes)
Not found option 'LoginChat.name'. The default value is used (world)
Not found option 'PhasedDueling.Enable'. The default value is used (Yes)
It seems the modules always take the default value, but their .conf/.conf.dist aren't found
azerothcore
azerothcore
edited Jan 19 at 18:49
Jorge Salomon
asked Jan 19 at 18:19
Jorge SalomonJorge Salomon
476
476
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Show me your bin/ or conf/ folder (I mean I want to see the names of the config files)
Basically read this https://github.com/azerothcore/azerothcore-wotlk/wiki/how-to-work-with-conf-files
add a comment |
The reason why this is happening is because AC is recognizing your /conf files in question as Dist Files.. its a very known bug on Windows.
Simply open each config file that's not being detected, open each file, select-all copy, then open a new file with Notepad paste what you copied in the new file and save it as xxxx.conf / make sure your "Save As Type" Window shows "All files" / ANSI "
The reason why is because Windows is still seeing them as DIST files and CONF
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54270054%2fazerothcore-module-configuration-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Show me your bin/ or conf/ folder (I mean I want to see the names of the config files)
Basically read this https://github.com/azerothcore/azerothcore-wotlk/wiki/how-to-work-with-conf-files
add a comment |
Show me your bin/ or conf/ folder (I mean I want to see the names of the config files)
Basically read this https://github.com/azerothcore/azerothcore-wotlk/wiki/how-to-work-with-conf-files
add a comment |
Show me your bin/ or conf/ folder (I mean I want to see the names of the config files)
Basically read this https://github.com/azerothcore/azerothcore-wotlk/wiki/how-to-work-with-conf-files
Show me your bin/ or conf/ folder (I mean I want to see the names of the config files)
Basically read this https://github.com/azerothcore/azerothcore-wotlk/wiki/how-to-work-with-conf-files
answered Jan 28 at 18:13
Barbz_YHOOLBarbz_YHOOL
534
534
add a comment |
add a comment |
The reason why this is happening is because AC is recognizing your /conf files in question as Dist Files.. its a very known bug on Windows.
Simply open each config file that's not being detected, open each file, select-all copy, then open a new file with Notepad paste what you copied in the new file and save it as xxxx.conf / make sure your "Save As Type" Window shows "All files" / ANSI "
The reason why is because Windows is still seeing them as DIST files and CONF
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
The reason why this is happening is because AC is recognizing your /conf files in question as Dist Files.. its a very known bug on Windows.
Simply open each config file that's not being detected, open each file, select-all copy, then open a new file with Notepad paste what you copied in the new file and save it as xxxx.conf / make sure your "Save As Type" Window shows "All files" / ANSI "
The reason why is because Windows is still seeing them as DIST files and CONF
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
The reason why this is happening is because AC is recognizing your /conf files in question as Dist Files.. its a very known bug on Windows.
Simply open each config file that's not being detected, open each file, select-all copy, then open a new file with Notepad paste what you copied in the new file and save it as xxxx.conf / make sure your "Save As Type" Window shows "All files" / ANSI "
The reason why is because Windows is still seeing them as DIST files and CONF
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
The reason why this is happening is because AC is recognizing your /conf files in question as Dist Files.. its a very known bug on Windows.
Simply open each config file that's not being detected, open each file, select-all copy, then open a new file with Notepad paste what you copied in the new file and save it as xxxx.conf / make sure your "Save As Type" Window shows "All files" / ANSI "
The reason why is because Windows is still seeing them as DIST files and CONF
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 31 at 18:31
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 31 at 18:12
IlluminatusIlluminatus
463
463
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Illuminatus is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54270054%2fazerothcore-module-configuration-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown