MangosWeb, Please help im almost there...

Results 1 to 3 of 3
  1. #1
    Novice privatemike is offline
    MemberRank
    Oct 2008 Join Date
    4Posts

    MangosWeb, Please help im almost there...

    Hello im having some issues with my setup of mangosweb...
    I saw some other posts but none helped and i didn't want to hijack a thread or bump a super old one.

    Ive got it to a point where i can get to the TOS page but It just goes blank after that. My page is at: mywowserver.no-ip.org


    I think it may be an ussue with a part that i didn't understand in the directions...evey version is the same ...vague!


    Heres the directions:
    7. Modify the format with your database information.
    Example: root;mangos;3306;127.0.0.1;mangos;characters

    MySQL username = root
    password = mangos (this should be whatever password you assigned root)
    port = 3306
    ip_address = 127.0.0.1 (if you're doing a localhost connection, this works)
    world_Dbname = mangos
    characters_Dbname = characters

    You should be ready to go on to edit the config/config.xml.

    4.b Editing the config/config.xml

    We're almost done! Isn't that great!! Let's continue.

    1. Open the config/config.xml, using notepad or your favorite text editor. I use
    notepad++ because it color codes and makes the text easier to read and
    identify. Set the variable: $dev to equal FALSE. $dev = FALSE;

    2. Set the realmd array to match the information from step 7 - 4.a Installing
    SQL files. If this information is not valid, MaNGOSWeb will fail to function.
    Boy-howdy, don't I know this one, ask me how :P

    These steps just dont seem to make any sense....there is a config.xml but it doesn't have any code in it to match the $dev part they want me to chance or add.

    and the only realmd array i could find was in a file called config-protected.php


    If someone could please help with this I will +rep till the cows come home...


  2. #2
    Rockin lothera is offline
    MemberRank
    Dec 2006 Join Date
    Nvidia.comLocation
    823Posts

    Re: MangosWeb, Please help im almost there...

    what they mean is debug

    there is a debug option around the upper area of the document, set that to 0

  3. #3
    Proficient Member PHandels is offline
    MemberRank
    Oct 2008 Join Date
    NetherlandsLocation
    185Posts

    Re: MangosWeb, Please help im almost there...

    I had the same problem of blank page after TOS because of a error in my config.xml .... (revision 975 of mangosweb)
    Just guessing... but maybe u got the same...

    Have show server rates on? Try disable it... if site loads then u got the same problem i had..

    Lookup the following code in your config.xml
    Code:
    - <mangos_conf_external>
    - <!--  Where ID of realm = between the tags.
      --> 
    - <id_1>
      <mangos_world_conf /> 
      </id_1>
      </mangos_conf_external>
    There is a tag missing...., in milestone1 config.xml its correct and it should be:
    Code:
    <mangos_conf_external>
    - <!--  Where ID of realm = between the tags.
      --> 
    - <id_1>
      <mangos_world_conf>./mangos.conf</mangos_world_conf> 
      </id_1>
      </mangos_conf_external>
    Hope that fixed your problem :)
    Last edited by PHandels; 23-10-08 at 02:40 PM. Reason: forgot to close code tag



Advertisement